Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 261 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 261 Bytes

UniDataStructsProject

University Project based on Data Structures.

Learn

1) Sorting Algorithms
   - Merge Sort
2) Searching Algorithms
   - Serial Search
   - Binary Search
   - Interpolation Search
3) Tries
   - Red Black Tree
   - Digital Trie