Skip to content

Latest commit

Β 

History

History
52 lines (33 loc) Β· 1.62 KB

File metadata and controls

52 lines (33 loc) Β· 1.62 KB

The Algorithmic Solutions Project

screenshot

This project contains solutions to various AlgoExpert.io challenges. Below are the solved challenges:

Solved Challenges

1. Non-Constructible Change

  • Added solution to the "Non-Constructible Change" problem.

Last updated: October 22, 2023 21:53

2. Sorted Squared Array

  • Added solutions in Ruby and JavaScript for the "Sorted Squared Array" problem.

Last updated: October 22, 2023 10:48

3. Tournament Winner

  • Added solution to the "Tournament Winner" problem.

Last updated: October 22, 2023 21:52

4. Two Number Sum

  • Added solutions in JavaScript and Ruby for the "Two Number Sum" problem.
  • Added validation for subsequences.

Last updated: October 21, 2023 17:54

5. Validate Subsequence

  • Added solution in Ruby for the "Validate Subsequence" problem.

How to Contribute

Feel free to contribute to this project! You can add more AlgoExpert.io challenges or improve existing solutions.

  1. Fork this repository.
  2. Clone the repository to your local machine.
  3. Add your contributions and make sure to follow the style guidelines.
  4. Commit with a descriptive message.
  5. Push to your fork.
  6. Create a pull request.

Additional Notes

  • Make sure you have the necessary tools to run the code (depending on the language).
  • If you find any issues or improvements, please create an issue.

We look forward to your contributions and happy coding! πŸš€πŸ’»πŸ”¨πŸ‘¨β€πŸ’»