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

https://github.com/jacktheprogrammer/ds-algo

A DSA repo based on @trekhleb repo of the same purpose, I re-created it for those who are preparing for the coding interviews only, doesn't have the material for computer science's other disciplines. I just added algorithms for both directed and undirected graphs which were not in the trekhleb's repo.
https://github.com/jacktheprogrammer/ds-algo

coding-interviews dsa-learning-series nodejs

Last synced: 3 months ago
JSON representation

A DSA repo based on @trekhleb repo of the same purpose, I re-created it for those who are preparing for the coding interviews only, doesn't have the material for computer science's other disciplines. I just added algorithms for both directed and undirected graphs which were not in the trekhleb's repo.

Awesome Lists containing this project

README

        

# ds-algo
A DSA repo based on @trekhleb repo of the same purpose, I re-created it for those who are preparing for the coding interviews only, doesn't have the material for computer science's other disciplines. I just added algorithms for both directed and undirected graphs which were not in the trekhleb's repo.