Skip to content

ZohaibRahim/Data-Structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Data Structures

Topics

  1. Removing Duplicates
  2. Execution Time Testing
    • Row-Wise mapping
    • Column-Wise mapping
  3. Josephus Problem - Circular Linked List
  4. Cuckoo Hashmap
  5. Postfix Expression Evaluation & Infix-to-Postfix Conversion
  6. Merging Singly Linked Lists into a Doubly Linked List
  7. Deque Implementation
    • Array
    • Doubly Linked List
  8. Arithmetic Expression Processing
    • Infix to Binary
    • Tree Traversal
  9. Huffman Coding