This repository contains Algorithms and Data structure explanations with sample source code. This can help you learn and understand the concept of DSA.
You should know JAVASCRIPT in other to understand the source code.
Below is what you need to get this on your local repository.
- Clone the repo
git clone https://github.com/sambello247/DSA-in-JS.git
-
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
- Asymptotic Notation
-
Data Structure
See the open issues for a full list of proposed topics (and known issues).
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!
- Fork the Project
- Create your Topic / Feature Branch (
git checkout -b topic/new-topic) - Commit your changes (
git commit -m 'Add some new-topic') - Push to the Branch (
git push origin feature/new-topic) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Sam Bello - @sambello247
Project Link: https://github.com/sambello247/DSA-in-JS