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

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.

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)