Computer Science Projects
Hierholzer Algorithm
A research paper that was written as part of CS502 - Data Structures and Algorithms at Drexel University in which Hierholzer's algorithm was reviewed.
Python Decorators
SQLite class built as context manager to ensure connection to database is closed.
SSH Connection
Establish secure connection from any computer within the internal network.
Karp Rabin Algorithm
A research paper that was written as part of CS502 - Data Structures and Algorithms at Drexel University in which Karp-Rabin algorithm was reviewed and implemented in Python3.
TODO Comment (TODOCOM)
Python package to retreive TODO comments written in the code.
Context Manager
SQLite class built as context manager to ensure connection to database is closed.