(Legacy) Extremely fast unordered map and set library for C++20
-
Updated
Sep 17, 2023 - C++
(Legacy) Extremely fast unordered map and set library for C++20
C++ STL containers reimplemented in C
An Electrical Payment Program utilizing data structures efficiently manages user accounts, billing, and payments. It stores customer details, usage data, and transaction history using structures like linked lists, hash maps, or trees for fast retrieval and updates.
A secure password manager application to safely store, modify and remove an end-user’s data and personal information.
A Java console app simulating a lightweight version control system with branching, commits, undo/redo, and code review comments. Built using core data structures like linked lists, trees, stacks, and hash maps.
Great coding challenges using many programming languages
My solutions, in C, to the daily coding challenge provided by The Daily Byte. If you want to sign up to these challenges, do so at https://thedailybyte.dev/
A collection of classic algorithms and data structure implementations in JavaScript, built from scratch for learning and mastery.
This repo contains DSA theory and codes relevant and neetcode 250 problem pattern by pattern
A c++ unordered_map alternative for small integral keys
benchmark for golang hash maps
I felt like writing the HashMap class from scratch to my own specifications (original exercise from Codecademy)
Add a description, image, and links to the hash-maps topic page so that developers can more easily learn about it.
To associate your repository with the hash-maps topic, visit your repo's landing page and select "manage topics."