Skip to content

Very detailed Data Structure implementations in C, C++ and Pseudo Code. Pseudo Code is mostly from CLRS book and organized for real world usage. Use this repo for DS reference or Interview prep

Notifications You must be signed in to change notification settings

savolla/data-tractors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Tractors


  • Array
  • Stack
  • Queue
  • Singly-Linked List
  • Doubly-Linked List
  • Skip List
  • Hash Table
  • Binary Search Tree
  • Heap
  • Cartesian Tree
  • B-Tree
  • Red-Black Tree
  • Splay Tree
  • AVL Tree
  • KD Tree

About

Very detailed Data Structure implementations in C, C++ and Pseudo Code. Pseudo Code is mostly from CLRS book and organized for real world usage. Use this repo for DS reference or Interview prep

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published