Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 3.7 KB

README.md

File metadata and controls

53 lines (33 loc) · 3.7 KB

University Projects

This repository is for my university projects & assignments that I have completed.

The content is as follows:

  • Project 1: Arithmetic Logic Calculator in x86 Assembly
  • Project 3: Find the Pair Game with Qt in C++
  • Project 1: LinkedList Implementation in C++
  • Project 2: Airport Simulation in C++
  • Project 3: Tarjan's Strongly Connected Components Algorithm in C++
  • Project 4: Prim's Minimum Spanning Tree Algorithm in C++
  • Project 5: Rabin Karp Algorithm in C++
  • Project 2: Storage Manager Implementation in Java
  • Project 3: Song Management System with Flask in Python
  • Project 1: Smart Contract in Solidity
  • Project 2: Web-based UI of Previous Smart Contract