Class notes and assignments for the Data structure and OOP course
- struct-assignment.cpp: a simple CPP Program for a VNL tournament player database
- linked-list-assignment.cpp: solution to "add two numbers" problem in leetcode which implements linked list
- oop_graph.cpp: solution to https://github.com/mocatfrio/data-structure-oop/blob/main/object-oriented-programming/module-1.md
- hash-struct.cpp: a simple implementation of a hash table to store user account data (using ASCII and XOR)
- hash-map.cpp: a simple implementation of a hash map to store user account data (using ASCII and bitwise operation (XOR and shift))