Skip to content

gustav0d/dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data structures and algorithms

I am using this repo to study data structures and algorithms.

Note

I have a repo where I apply data structure and algorithms in a C++ project using external sort and external search. You can check it out on dsa-binary-crud

Roadmap

  1. Stacks
  2. Queues and deque (double-ended queue)
  3. Linked Lists
  4. Sets
  5. Dictionaries and hashes
  6. Sort algorithms
  7. Search algorithms
  8. Trees
  9. Binary heap and heap sort
  10. Graphs
  11. Algorithms design
  12. Complexity

How to run

Dependencies

  • Node.js ^20.17.0
  • PNPM (optional, you can use your preferred package manager such as npm or yarn)

Run tests

pnpm test
  • run in watch mode:
pnpm test:watch

Resources

About

Study and playground repo for data sctructures and algorithms with js/ts

Topics

Resources

Stars

Watchers

Forks