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.
- Host: GitHub
- URL: https://github.com/jacktheprogrammer/ds-algo
- Owner: JackTheProgrammer
- Created: 2023-01-23T07:18:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T15:10:26.000Z (over 2 years ago)
- Last Synced: 2025-01-03T19:30:07.611Z (4 months ago)
- Topics: coding-interviews, dsa-learning-series, nodejs
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.