AlexGavrilov939 / AlgoExplorer

πŸš€ Algorithms and Data Structures implemented in JS/TS, following best practices. Exercises and principal tasks.

Home Page:https://alexgavrilov939.github.io/AlgoExplorer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checks Contributions Welcome standard.js

AlgoExplorer - data structures and algorithms in JS/TS.

Best practices, examples, and exercises. Everything you need to prepare for the algorithmic section of the interview if you are going to take it at JS/TS. Most of the examples and implementations are mainly added in the Typescript language, but you can easily turn it into JS.

JavaScript Banner


These examples are for learning purposes only. For improved performance and security,
use specialized implementations of these algorithms and structures.
Note: API stability is not guaranteed.

Index of algo topics


Before contributing to this repository, make sure to read our Contribution Guidelines. You can look at the issues with a "help wanted" label for inspiration regarding what to implement. Our maintainers will guide you through how to make your contribution properly if you make any mistakes. The names of the maintainers of this repository are listed in the CODEOWNERS file.

You can find a list of the algorithms currently in the repository in the directory.
Explanations of many of the algorithms can be found in the wiki.

License & Copyright

The materials herein are all Β© 2023 Alex Gavrilov.

I am providing code and resources in this repository to you under an open-source license. Because this is my personal repository, the license you receive for my code and resources is from me and not my employer.

About

πŸš€ Algorithms and Data Structures implemented in JS/TS, following best practices. Exercises and principal tasks.

https://alexgavrilov939.github.io/AlgoExplorer/

License:GNU General Public License v3.0


Languages

Language:HTML 79.1%Language:TypeScript 16.6%Language:JavaScript 2.7%Language:CSS 1.6%