Skip to content

elliotWoas/149AlgorithmsChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 149 Algorithms Challenge

Ace your JavaScript coding interview by solving 149 structured algorithm problems.
Each challenge includes:
✔ Clear instructions • ✔ Starter code • ✔ Initial test cases


🚀 Getting Started

  1. Fork the repository: Click the "Fork" button at the top right of this repository to create a copy of the repository in your GitHub account.

  2. Clone your fork: Clone the forked repository to your local machine using the following command:

    git clone https://github.com/YOUR-USERNAME/149AlgorithmsChallenge.git
  3. Create a new branch: Create a new branch for your SOLUTIONS :

     git checkout -b solutions-YOUR-USERNAME
    • ⚠️ Always work in your own branch, never commit directly to main.
  4. Make your changes: Make your changes to the codebase.

  5. Commit your changes: Commit your changes with a descriptive commit message:

    git add . git commit -m "Description of your changes"
  6. Push to your fork: Push your changes to your forked repository:

    git push origin solutions-YOUR-USERNAME
  7. Create a pull request: Go to the original repository on GitHub and click the "New pull request" button. Select your branch from the "compare" dropdown and submit the pull request.

How to Create a Pull Request

  1. Navigate to the original repository: Go to the original repository where you want to create the pull request.

  2. Click on "New pull request": Click the "New pull request" button.

  3. Select your branch: Select the branch you created from the "compare" dropdown.

  4. Review your changes: Review the changes you made to ensure they are correct.

  5. Create the pull request: Click the "Create pull request" button. Provide a title and description for your pull request, then click "Create pull request" again to submit.

♥ Thank you for contributing to the 149AlgorithmsChallenge!

About

149 Algorithm Challenges. To improve algorithm skills

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •