TCP2101 - Algorithm Design & Analysis Assignment 1 Trimester 2 2020/2021 π©βπ»
Programs written in C++ to generate datasets with different size and test the efficiency of different algorithms in inserting and searching data.
- Data Generation
- Hash Table with Chaining Implementation
- Hash Table with Linear Probing Implementation
- AVL Binary Search Tree Implementation
- Priority Queue with Max Heap Implementation