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
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.
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 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 collection of classic algorithms and data structure implementations in JavaScript, built from scratch for learning and mastery.
My custom implementation of the Hash Map data structure. It also features custom Linked Lists that accommodate for more efficient extraction of data than the built-in arrays.
This repo contains DSA theory and codes relevant and neetcode 250 problem pattern by pattern
A c++ unordered_map alternative for small integral keys
I felt like writing the HashMap class from scratch to my own specifications (original exercise from Codecademy)
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.
Optimized Java implementations of fundamental data structures with a focus on Big O complexity and performance analysis.
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."