hashmaps
There are 143 repositories under hashmaps topic.
JacksonAllan/CC
A small, ergonomic generic container library.
martinus/map_benchmark
Comprehensive benchmarks of C++ maps
robclu/leapfrog
Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
JacksonAllan/Verstable
A versatile, performance-oriented generic hash table library for C.
facil-io/cstl
facil.io C STL - a Server Toolbox Library for C, including JSON processing, hash maps, dynamic arrays, binary strings and more.
B1bhu1O1/Coding-Ninjas-Solution-Java-DSA-Premium
This repo Provide Coding Ninjas Basics of Java with Data Structures and Algorithms Solution. This will have solutions to all the problems that are included in Coding Ninja's 2022 Java Course. Star the repo if you like it.
kala13x/libxutils
Simple and yet powerful cross-platform C library providing data structures, algorithms and much more
trivago/fastutil-concurrent-wrapper
Set of concurrent wrappers around fastutil primitive maps
pravahanj/Data_Structure-and-Algorithm-CodingNinjas.com
Problems and their solutions in C++.
BaseMax/HashMapC
A tiny library for using easily HashMap, arraylist in the C.
RobusGauli/cdict.h
Typesafe, Generic & Extremely fast Dictionary in C 🚀
usrbinomarbash/Java
"Always choose a lazy person to get the job done. A lazy person will always find the easy way out."
Villy-P/Under-the-Hood
All files included in my Youtube series: Under the Hood
Daskie/qc-hash
(Legacy) Extremely fast unordered map and set library for C++20
benibela/fpc-map-benchmark
An exhausive benchmark of string-key based (hash)maps available for Free Pascal.
kala13x/xjson
Simple, fast, and fully functional JSON library based on the recursive parser and lexical analyzer
kalpak92/TechInterview2020
A repository for my ongoing preparation for Software Engineering Interviews.
EinfachAndy/hashmaps
several hash map implementations
ElbazAhmed/Compression-Tool
This repository contains a Java implementation of a compression tool that utilizes the Huffman coding algorithm to compress and decompress text files.
MeghnaS21/LeetCode
Leetcode solutions in C++ for coding interviews.
zhcet19/competitive-programming-100-days-challenge
An attempt to ace in competitive programming problem solving skills
moritzrinow/cdata
Standard generic data structures for C99.
Sanky18/Spell-Checker
Spell Checker using a bottom-up Dynamic programming approach in C++
andrewrgarcia/streamdice
StreamDice++ is a C++ message encryption program running on a unique stream cipher that I invented
Nuu-maan/DSA
Comprehensive DSA practice repo with real interview questions, clean solutions in Python, JavaScript, and C++. Professionally organized by topic and difficulty. Perfect for coding interviews and mastering data structures & algorithms.
TrainingByPackt/Ultimate-Java-Masterclass-eLearning
Meet one of the most flexible programming languages that can help you build great cross-platform applications
yogeshwar-chaudhari-20/graphs-java
Graph implemented using Adjacency List and Adjacency Matrix
SagarChau750/Strivers-SDE-Sheet-Challenge
This document presents the Striver SDE Sheet, designed to facilitate DSA (Data Structures and Algorithms) practice and learning. It provides comprehensive solutions for each question, allowing for subsequent review and efficient revision in preparation for interviews or technical assessments.
sidde2k01/Data-Structures-and-algorithms-Codes-and-Solutions
Config files for my GitHub profile.
stp2003/Dsa-150-Days-of-Code
150 Days DSA Coding Challenge
uonliaquat/Database-Directory
This is a desktop application. Data structures such as AVL Tree, HashMap, heap, Linked Lists, AVL Tree are used for this application. The goal was to develop a desktop application which creates/stores tables using file handling.
yael-castro/gpm
Go library created to manage many permissions on different systems with constant complexity of the O(1) algorithm and optimizing memory usage.
BazilSuhail/FlexiBase
FlexiBase Shell (a close to real database inspired by MongoDb) that is a testament to the power of C++ and custom-built data structures from scratch.
saurabh113v/Data-Structures-and-Algorithm
This Repository contains a comprehensive collection of Data Structures and Algorithm (DSA) implemented in java . It is Designed to help learners, students and developers strengthen their understanding of core computer science concepts through clean and well - structured code examples
shreyansh-21/LeetCode
This repository contains my solutions to LeetCode problems, covering a wide range of algorithms and data structures. Each solution is well-documented and optimized for performance. The goal is to demonstrate problem-solving skills, coding efficiency, and a deep understanding of algorithmic concepts.