/DSA-in-JS

Algorithm and Data structure In JS

Primary LanguageHTML

Algorithm and Data Structure in JS

This repository contains Algorithms and Data structure explanations with sample source code. This can help you learn and understand the concept of DSA.

Prerequisites

You should know JAVASCRIPT in other to understand the source code.

Installation

Below is what you need to get this on your local repository.

  1. Clone the repo
    git clone https://github.com/sambello247/DSA-in-JS.git

(back to top)

Roadmap

  • Algorithms

    • Asymptotic Notation
      • What is Asymptotic Notation
      • Big O Notation
    • Math
      • Fibonacci sequence
      • Factorial
      • Prime number
      • Power of two
      • Recursive Fibonacci Sequence
      • Recursive Factorial
    • Search
      • Binary Search
      • Linear Search
  • Data Structure

See the open issues for a full list of proposed topics (and known issues).

(back to top)

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Topic / Feature Branch (git checkout -b topic/new-topic)
  3. Commit your changes (git commit -m 'Add some new-topic')
  4. Push to the Branch (git push origin feature/new-topic)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Sam Bello - @sambello247

Project Link: https://github.com/sambello247/DSA-in-JS

(back to top)