This organization contains data structures & algorithms course assignments at Faculty of Engineering, Alexandria University, Computer & Systems Department. The assignments are:
DSA2-labs
Data Structure & algorithms labs
Pinned Loading
Repositories
Showing 5 of 5 repositories
- BinaryHeap-Sorting Public
The goal of this project is to become familiar with the binary heap data structure as well as different sorting techniques.
DSA-2-labs/BinaryHeap-Sorting’s past year of commit activity - Perfect-Hashing Public
Implementation of a perfect hashing data structure. We say a hash function is perfect for S if all lookups involve O(1) work.
DSA-2-labs/Perfect-Hashing’s past year of commit activity - Shortest_Paths Public
The implementation three shortest paths algorithms for directed weighted graphs which are Dijkstra, Bellman-Ford and Floyd-Warshall.
DSA-2-labs/Shortest_Paths’s past year of commit activity - AVL_RedBlack_Trees Public
Implementation of AVL & Red-Black trees. Implementation of a simple English Dictionary as an application of the 2 self-balanced BSTs. A command line interface enables us to deal with the dictionary and apply all its implemented operations.
DSA-2-labs/AVL_RedBlack_Trees’s past year of commit activity