An open API service indexing awesome lists of open source software.

https://github.com/meetzaveri/javascript-algorithms-and-snippets

Various Algorithms and snippets in javascript.
https://github.com/meetzaveri/javascript-algorithms-and-snippets

algorithm data-structures javascript js

Last synced: 8 days ago
JSON representation

Various Algorithms and snippets in javascript.

Awesome Lists containing this project

README

          

# Useful Javscript Snippets and algorithms
Javascript code snippets as a form of algorithms

## Source
- Majority of the algorithms are written from scratch by me as of thinking, white boarding and testing through hours of hours.
- Some of the algorithms are directly included from appropriate source as I sought out possible solution.
- Because the majority of the code snippets are written by me, there are more lines of code(LOC) as compared to best algorithms which had few lines of code solutions from various sources.
- In future I'll keep upgrading existing algorithms by newer methods, fewer lines of code and most possible test case checked scenario

Thank You!