No description
  • C++ 57.8%
  • Typst 38.8%
  • CMake 3.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-27 08:19:15 -06:00
.devcontainer source for 2A-Hashtable 2026-02-01 20:12:04 -07:00
doc source for 2A-Hashtable 2026-02-01 20:12:04 -07:00
.gitignore update 2026-08-27 08:19:15 -06:00
CMakeLists.txt source for 2A-Hashtable 2026-02-01 20:12:04 -07:00
data.csv update 2026-08-27 08:19:15 -06:00
data2.csv update 2026-08-27 08:19:15 -06:00
dictionary.txt update 2026-08-27 08:19:15 -06:00
experiment.hpp update 2026-08-27 08:19:15 -06:00
hash0.csv update 2026-08-27 08:19:15 -06:00
hash1.csv update 2026-08-27 08:19:15 -06:00
hash2.csv update 2026-08-27 08:19:15 -06:00
hash3-values.txt update 2026-08-27 08:19:15 -06:00
hash3.csv update 2026-08-27 08:19:15 -06:00
hash4.csv update 2026-08-27 08:19:15 -06:00
hash_functions.cpp source for 2A-Hashtable 2026-02-01 20:12:04 -07:00
hash_functions.h source for 2A-Hashtable 2026-02-01 20:12:04 -07:00
hashtable.h update 2026-08-27 08:19:15 -06:00
main.cpp update 2026-08-27 08:19:15 -06:00
main.pdf update 2026-08-27 08:19:15 -06:00
main.typ update 2026-08-27 08:19:15 -06:00
random220.cpp source for 2A-Hashtable 2026-02-01 20:12:04 -07:00
random220.h source for 2A-Hashtable 2026-02-01 20:12:04 -07:00
README.md source for 2A-Hashtable 2026-02-01 20:12:04 -07:00

2A-Hashtable analysis

Unlike programming projects, this repo does not have any tests infrastructure.

The project prompt is a PDF file in the ./doc directory.

To Compile/Run

  1. Copy your hashtable.h from the hash table programming project alongside this README.
  2. cmake . -B build (on Windows native, use cmake . -B build -G "MinGW Makefiles")
  3. cd build
  4. make (on Windows native, use mingw32-make)
  5. ./run-main