There are 0 repository under unordered-map topic.
A family of header-only, very fast and memory-friendly hashmap and btree containers.
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
A collection of std-like containers written in C++11. Features fast unordered flat map/set, configurable double-ended vector and sparse deque.
A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible
Compile-time single-header hash-map written in C++ 17
C++ template containers with optimized memory consumption
A collection of generic header only data structures written in C
A robust C++ solution for validating parentheses in strings. This project features a well-tested algorithm that handles different types of parentheses, including (), {}, and []. It is designed to cover a wide range of scenarios, from simple to complex nested structures, ensuring the correct ordering and pairing of parentheses.
A collection of slot maps and hash maps optimized for unsigned keys.
Simple implementation of Hash Table in C++. It's mainly intended to show how hash tables are implemented by libraries like STL.
A plain C implementation of vector and hashtable
Implemented AVL tree as well as ordered and unordered hashmaps from scratch
Collection of STL and algorithms code snippets with tutorials for quick reference and learning.
Hashing technique in C++ in terms of key-value pair.
Implement an Unordered Map in C++ using Hash Functions. Without any inbuilt function of C++.
Resume Analyzer is a C++ tool that reads resumes, matches them with required skills, ranks them using heaps based on experience and skill relevance, and displays top candidates—all through a menu-driven console interface.
Cooking with Healthier Ingredients is a c++ programme that suggests healthier substutions according to the users health concerns
The program implements a simple lock manager.
Implementing Non Linear Data Structures Using C++
This repository provides a custom implementation of an unordered map in C++, demonstrating the working and importance of a hash function. The implementation does not rely on any external libraries and offers support for various data types.
A console-based banking system built in C++ featuring user and banker interfaces. It supports account creation, deposits, withdrawals, balance checks, and manages loans and investments. Includes user authentication, Aadhaar/phone validation, and persistent file storage for all data.
A search engine implementation using Inverted Index, supporting AND, OR, and NOT queries. Reads documents, preprocesses text, and returns results based on user input.
Pretty Printer for any arbitrarily nested STL container
Example of Library using OOP