hash-set
There are 18 repositories under hash-set topic.
bkthomps/Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
wdamron/amt
Hash Array Mapped Trie (HAMT) implemented in Go (1.18+ generics)
Daskie/qc-hash
(Legacy) Extremely fast unordered map and set library for C++20
mnpsnuwan/interviews
Everything I need to know to get the better job.
tvanslyke/AnySet
A type-erased hash set written in C++17.
reshifr/rhi
Container with linear probing resolver collision using LCFS-hashing.
Shashwat-19/SmartCar-Care
SmartCarCare is a Java-based car service management system that enables scheduling, cost estimation, and service history tracking with a user-friendly interface and flexible record management using generics.
a-pt/Algorithms
This repository contains C++ implementations of classic algorithms.
amadejsky/Term4Java
Java exercises from computer science term 4 including hash sets, maps lists and more
Computer-Science-Classes/wordHash
Text Analyzer is a Java application that fetches and processes text from a URL, storing words into a hash set and providing various statistics.
jared-baker99/SneakyKnights
COP3503C Program 3: SneakyKnights
profectus200/data-structures
B-tree, Fibonacci Heap, Hash Set, Graph, Bounded Queue, Bounded Stack
SuppieRK/union-find
Hash Set with Union Find capabilities
UPEV1sion/HashSet_C
A very performant, fairly lightweight HashSet implementation in C.
lazpremarathna/Text-Twist-Game
Text Twist is a word game that requires forming minimum of three or more words from six given set of letters. The six letters may include duplicate letters.
leandrojsandoval/ParadigmasDeProgramacionJava
Proyectos y ejercicios resueltos en Java de la materia Paradigmas de Programacion (2023).