https://github.com/rockchalkwushock/dsa-notes
Notes from Data Structure & Algorithm tutorials.
https://github.com/rockchalkwushock/dsa-notes
algorithms data-structures
Last synced: 2 months ago
JSON representation
Notes from Data Structure & Algorithm tutorials.
- Host: GitHub
- URL: https://github.com/rockchalkwushock/dsa-notes
- Owner: rockchalkwushock
- License: mit
- Created: 2017-03-26T16:08:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T20:12:07.000Z (about 9 years ago)
- Last Synced: 2025-05-29T09:02:34.116Z (10 months ago)
- Topics: algorithms, data-structures
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSA-Notes
Notes from Data Structure & Algorithm tutorials.
> Disclaimer: The following notes are based on DSA in JavaScript only!
This is a repository open to all who are learning about DSA; but mostly a place for me to come back to when I forget things :confused:
## Acknowledgements
The following content is from the tutorial:
> [Learning Data Structures from Scratch by Eric Traub](https://www.udemy.com/learning-data-structures-in-javascript-from-scratch/learn/v4/overview)
## Table of Contents
1. [General](https://github.com/rockchalkwushock/DSA-Notes/blob/master/docs/General.md)
2. [Constructor Functions](https://github.com/rockchalkwushock/DSA-Notes/blob/master/docs/ConstructorFunctions.md)
3. [Big O Notation](https://github.com/rockchalkwushock/DSA-Notes/blob/master/docs/BigO.md)
4. [Linked Lists](https://github.com/rockchalkwushock/DSA-Notes/blob/master/docs/LinkedLists.md)
5. [Binary Search Trees](https://github.com/rockchalkwushock/DSA-Notes/blob/master/docs/BST.md)
6. [HashTables](https://github.com/rockchalkwushock/DSA-Notes/blob/master/docs/HashTables.md)
## License
[MIT](https://github.com/rockchalkwushock/DSA-Notes/blob/master/LICENSE)