This repository contains my attempts at understanding various data structures on a deeper level. Each data structure is implemented in Javascript and contains some solutions to problems commonly associated with them.
It is also an excuse for me to increase my fluency with Typescript and testing with AVA.
- Add prettier for formatting
- Arrays
- Source files
- Test files
- Hash Tables
- Source files
- Test files
- Linked Lists
- Source files
- Test files
- Stacks
- Source files
- Test files
- Queues
- Source files
- Test files
- Trees
- Source files
- Test files
- Graphs
- Source files
- Test files
- Sorting
- Source files
- Test files