Project-Mercury
I have done the following project in my Algorithm course(IUB CSE 306)
Course Instructor: Dr. Ali Shihab Sabbir
- Dijkstra- shortest non negative path algorithm
- Prim - Minimum spanning tree
- Cycle detection - Detect a cycle within a graph (this is done using DFS)
- String Evalution - It a calculator which evaluate the result following the BODMAS rule
- Huffman - File compression algorithm (not included as an assignment)
- Coin Exchange Problem - Find the least amount of coin needed to make the change (not included as an assignment)