Ecosyste.ms: Repos

An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: unordered-map

morzhovets/momo

C++ template containers with optimized memory consumption

Language: C++ - Size: 20.5 MB - Last synced: 13 days ago - Pushed: 14 days ago - Stars: 12 - Forks: 2

pekkaran/chan

C implementations of basic C++-like container types

Language: C - Size: 10.7 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

greg7mdp/parallel-hashmap

A family of header-only, very fast and memory-friendly hashmap and btree containers.

Language: C++ - Size: 3 MB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 2,327 - Forks: 221

martinus/unordered_dense

A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion

Language: C++ - Size: 1.54 MB - Last synced: about 1 month ago - Pushed: about 2 months ago - Stars: 732 - Forks: 62

ahany42/Non-Linear-Data-Structures

Implementing Non Linear Data Structures Using C++

Language: C++ - Size: 15.6 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

softdev629/techiedelight

Techie Delight: Data Structures and Algorithm Problems

Language: C++ - Size: 3.91 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

Ahmed-Arafat10/STLs-Library

Documentation Of C++ Standard Template Library (STLs) Used In Competitive Programming

Language: C++ - Size: 37.1 KB - Last synced: 4 months ago - Pushed: 4 months ago - Stars: 0 - Forks: 0

danieldotwav/Parentheses-Validation

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.

Language: C++ - Size: 7.81 KB - Last synced: 4 months ago - Pushed: 5 months ago - Stars: 2 - Forks: 0

AshishKempwad/HashMap-implementation

Implementing Hashmap in c++(unordered_map) with all functionalities.

Language: C++ - Size: 4.88 KB - Last synced: 8 months ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

p-groarke/fea_unsigned_map

A collection of slot maps and hash maps optimized for unsigned keys.

Language: C++ - Size: 97.7 KB - Last synced: 10 months ago - Pushed: almost 3 years ago - Stars: 2 - Forks: 0

roy7077/Design-and-Analysis-of-Algorithm

Language: C++ - Size: 7.81 KB - Last synced: 8 months ago - Pushed: 10 months ago - Stars: 0 - Forks: 0

mkostoevr/cdict

A simple dictionary implementation in C

Language: C - Size: 104 KB - Last synced: 10 months ago - Pushed: over 2 years ago - Stars: 5 - Forks: 1

bursasha/cpp-projects

Programming and algorithmization in C++ 🖥

Language: C++ - Size: 62.5 KB - Last synced: 3 months ago - Pushed: 3 months ago - Stars: 0 - Forks: 0

an162/Cooking-with-Healthier-Ingredients

Cooking with Healthier Ingredients is a c++ programme that suggests healthier substutions according to the users health concerns

Language: C++ - Size: 6.84 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

akash18tripathi/Unordered-Map-Implementation

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.

Language: C++ - Size: 2.93 KB - Last synced: 11 months ago - Pushed: 11 months ago - Stars: 0 - Forks: 0

debbynirwan/hash_table

Simple implementation of Hash Table in C++. It's mainly intended to show how hash tables are implemented by libraries like STL.

Language: C++ - Size: 12.7 KB - Last synced: 12 months ago - Pushed: 12 months ago - Stars: 0 - Forks: 0

renzibei/hashtable-bench

A benchmark for hash tables and hash functions in C++, evaluate on different data as comprehensively as possible

Language: Jupyter Notebook - Size: 23.3 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 4 - Forks: 0

notsojay/solving_combinatorial_puzzles

Language: C++ - Size: 113 KB - Last synced: 11 months ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

chhavisharma30/Coding_Ninja_DSA

This repository contains all the practice problems of the coding ninja DSA course.

Language: C++ - Size: 1.61 MB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

karel-burda/constexpr-hash-map

Compile-time single-header hash-map written in C++ 17

Language: C++ - Size: 66.4 KB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 3 - Forks: 1

hordi/hash

Fast C++ flat (open addressing) hash set, map

Language: C++ - Size: 2.22 MB - Last synced: over 1 year ago - Pushed: over 1 year ago - Stars: 4 - Forks: 1

fco3lho/comparison-of-tree-structures

Comparação das estruturas de busca das árvores binárias, AVL e RedBlack e também das estruturas <map> e <unordered_map> para entradas numéricas de 500, 5000, 50000 e 500000, todas com números aleatórios, e das entradas numéricas, execute e remova de outros 10.000 números aleatórios.

Language: C++ - Size: 5.32 MB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

miraehab/LeetCode-August-Daily-Challenges-2022

This repository contains my solutions to the LeetCode Daily Challenges of August implemented in C++

Language: C++ - Size: 46.9 KB - Last synced: about 1 year ago - Pushed: over 1 year ago - Stars: 0 - Forks: 0

miraehab/LeetCode-July-Daily-Challenges-2022

This repository contains my solutions to the LeetCode Daily Challenges of July implemented in C++

Language: C++ - Size: 36.1 KB - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

Abhishek-Anand21/Count-pairs-with-given-sum

Given an array of N integers, and an integer K, find the number of pairs of elements in the array whose sum is equal to K.

Language: C++ - Size: 0 Bytes - Last synced: about 1 year ago - Pushed: almost 2 years ago - Stars: 0 - Forks: 0

eigenwhat/ax.hash

Toolkit for hashing user-defined types for use in hash maps, sets, etc.

Language: C++ - Size: 7.81 KB - Last synced: about 1 year ago - Pushed: almost 5 years ago - Stars: 0 - Forks: 0

Akashkhandelwal191/Complete_STL

Complete STL(Standard Template Library) With Example And Source Code

Language: C++ - Size: 169 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

Abhishek-Anand21/Word-Pattern-LeetCode

Given a pattern and a string , find if the string follows the same pattern.

Language: C++ - Size: 0 Bytes - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 0 - Forks: 0

somyalalwani/Unordered-Map

Implement an Unordered Map in C++ using Hash Functions. Without any inbuilt function of C++.

Language: C++ - Size: 49.8 KB - Last synced: about 1 year ago - Pushed: about 3 years ago - Stars: 1 - Forks: 0

Flix01/c_vector_and_hashtable

A plain C implementation of vector and hashtable

Language: C++ - Size: 317 KB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 1 - Forks: 3

priyendumori/APS_Assignment2

Language: C++ - Size: 1.08 MB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 1 - Forks: 0

mansi-k/ADSA_Assignment2

Implemented AVL tree as well as ordered and unordered hashmaps from scratch

Language: C++ - Size: 42 KB - Last synced: 7 months ago - Pushed: over 3 years ago - Stars: 1 - Forks: 0

bas524/ConcurrentHashMap

Concurrent HashMap C++

Language: C++ - Size: 8.79 KB - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 3 - Forks: 0

sanyathisside/Hashing

Hashing Data Structure.

Language: C++ - Size: 2.46 MB - Last synced: about 1 year ago - Pushed: over 3 years ago - Stars: 1 - Forks: 1

Exerg/WaitFreeCollections

Wait Free collections in C++

Language: CMake - Size: 146 KB - Last synced: about 1 year ago - Pushed: over 5 years ago - Stars: 3 - Forks: 1