Skip to content

elliotWoas/149AlgorithmsChallenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


149AlgorithmsChallenge


The 149 Algorithms Challenge: How to Ace the JavaScript Coding Interview.

There are 149 algorithms with README instructions as well as the initial function setup with a few test cases.

How to Contribute🎇

We welcome contributions from the community! Here are the steps to contribute to this project:

  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/elliotWoas/149AlgorithmsChallenge.git
  3. Create a new branch: Create a new branch for your feature or bug fix:

    git checkout -b my-feature-branch
  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 my-feature-branch
  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!♥