Skip to content

JacintaSyilloam/Data-structure-OOP

Repository files navigation

Data-structure-OOP

Class notes and assignments for the Data structure and OOP course

Assignments

Class notes

  • 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))

About

Class notes and assignments for the Data structure and OOP course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages