C++ STL containers reimplemented in C
-
Updated
Aug 28, 2025 - C
C++ STL containers reimplemented in C
(Legacy) Extremely fast unordered map and set library for C++20
benchmark for golang hash maps
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/
Great coding challenges using many programming languages
A secure password manager application to safely store, modify and remove an end-user’s data and personal information.
A collection of classic algorithms and data structure implementations in JavaScript, built from scratch for learning and mastery.
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 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.
A c++ unordered_map alternative for small integral keys
This repo contains DSA theory and codes relevant and neetcode 250 problem pattern by pattern
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."