https://github.com/vforsh/data-structures
This repo is me trying to fill the knowledge gap I have in basics of CS. Things like sorting algorithms and commonly used data structures.
https://github.com/vforsh/data-structures
algorithms algorithms-and-data-structures computer-science data-structures sorting-algorithms
Last synced: 10 months ago
JSON representation
This repo is me trying to fill the knowledge gap I have in basics of CS. Things like sorting algorithms and commonly used data structures.
- Host: GitHub
- URL: https://github.com/vforsh/data-structures
- Owner: vforsh
- License: mit
- Created: 2021-10-05T09:14:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-10T18:43:18.000Z (over 4 years ago)
- Last Synced: 2025-05-17T04:34:48.540Z (11 months ago)
- Topics: algorithms, algorithms-and-data-structures, computer-science, data-structures, sorting-algorithms
- Language: TypeScript
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# data-structures
This repo is me trying to fill the knowledge gap I have in basics of CS. Things like sorting algorithms and commonly used data structures.
## Learning resources
Here are the courses I have used:
- [The Ultimate Data Structures and Algorithms](https://codewithmosh.com/p/data-structures-algorithms)
- [Learn Binary Search in JavaScript](https://scrimba.com/learn/algorithmsguide)
- [Learn Merge Sort in JavaScript](https://scrimba.com/learn/mergesort)