hashtable
Here are 282 public repositories matching this topic...
Data Structures and Algorithms library with strong emphasis on functional programming
-
Updated
Mar 30, 2026 - C++
Custom Container
-
Updated
Mar 24, 2026 - C++
C++20 hash table that never invalidates its pointers and iterators. ± same as std::unordered - see readme and ./benchmark
-
Updated
Mar 19, 2026 - C++
Hello, I try to solve problems!!!
-
Updated
Mar 17, 2026 - C++
Реализация хеш-таблицы на C++ с собственными алгоритмами хеширования.
-
Updated
Mar 16, 2026 - C++
Implemented an O(1) LRU cache in C++ using hash tables and doubly linked lists with thread-safe operations and benchmark testing.
-
Updated
Mar 6, 2026 - C++
Implementation of the Hash Table Data Structure in C++
-
Updated
Feb 5, 2026 - C++
exploring some of my data-structures and algorithms projects
-
Updated
Jan 25, 2026 - C++
C++ library focused on high-performance indexing using hashing and self-balancing AVL trees.
-
Updated
Jan 19, 2026 - C++
LRU (Least Recently Used) cache implementation in C++ featuring constant-time operations and an interactive CLI demo.
-
Updated
Jan 18, 2026 - C++
Header-only C++ implementation of a direct-address table.
-
Updated
Dec 26, 2025 - C++
CineGraphX is a C++ Movies Data Manager built without STL, powered by classic data structures 🧠. It parses the IMDb 5000 dataset and uses BST/AVL Trees, Hash Tables, Linked Lists, and Graphs to enable fast search 🔍, movie recommendations 🎥, and shortest connection paths 🔗.
-
Updated
Dec 23, 2025 - C++
The seq library is a collection of original C++17 STL-like containers and related tools
-
Updated
Nov 13, 2025 - C++
Implementação e análise comparativa em C++ de múltiplas estruturas de dados (Árvore AVL, Árvore Rubro-Negra, Tabela Hash com Encadeamento e com Endereçamento Aberto) aplicadas a um problema de contagem de frequência de palavras.
-
Updated
Nov 6, 2025 - C++
Improve this page
Add a description, image, and links to the hashtable topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hashtable topic, visit your repo's landing page and select "manage topics."