Skip to content

Instantly share code, notes, and snippets.

View MissLov3ly's full-sized avatar
💭
I may be slow to respond.

i.am_pi3 MissLov3ly

💭
I may be slow to respond.
  • @pieface.lovely_iG
  • *~WonderLand~*
View GitHub Profile
@MissLov3ly
MissLov3ly / hash_family_ex1.h
Created January 28, 2024 13:32 — forked from paranoiacblack/hash_family_ex1.h
CS14 SI Lab 6 Solutions
#ifndef __HASH_FAMILY_H__
#define __HASH_FAMILY_H__
class HashFamily {
public:
// Self-contained Prime numbers
enum Prime {
A = 54059,
B = 76963,
C = 68969