utilForever / algorithm-rs

Common data structures and algorithms for competitive programming in Rust
MIT License
16 stars 1 forks source link

A list of data structures and algorithms for v0.1 #1

Open utilForever opened 2 years ago

utilForever commented 2 years ago
gauravssnl commented 2 years ago

@utilForever Please add below data structures with different approaches:

  1. Linked List
  2. Doubly Linked List
  3. Circular Linked List
  4. Binary Search Tree & Tree Traversal
  5. Cons List (Nested List)
  6. AVL Tree
  7. Red-Black Tree
  8. Queues & Stacks w/ LinkedList

I will keep on adding more.

utilForever commented 2 years ago

@gauravssnl Thanks! I'll add them according to the importance and the frequency.