Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 217 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 217 Bytes

data-structures

🪐 implementation of some data structures in js

Data structures

  • graphs
    • directed graph
    • undirected graph
  • linked lists
    • doubly linked list
  • queue
  • stack
  • trees
    • binary tree