Computer Science Projects
Context Manager
SQLite class built as context manager to ensure connection to database is closed.
Python Decorators
SQLite class built as context manager to ensure connection to database is closed.
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.
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.
SSH Connection
Establish secure connection from any computer within the internal network.
TODO Comment (TODOCOM)
Python package to retreive TODO comments written in the code.