FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

hash-maps · GitHub Topics · GitHub

#

hash-maps

Here are 16 public repositories matching this topic...

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/

  • Updated Mar 18, 2024
  • C

A secure password manager application to safely store, modify and remove an end-user’s data and personal information.

  • Updated Jul 26, 2025
  • Java

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.

  • Updated Aug 10, 2025
  • Java

A hash map data structure which relates the names of flowers to their meanings. Codecademy Computer Science project in Python, part 8: Learn Complex Data Structures, Hash Maps.

  • Updated Jul 26, 2020
  • Python

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.

  • Updated Mar 3, 2026
  • JavaScript

Simple hash maps using Clojure arrays

  • Updated Apr 1, 2019
  • Clojure

I felt like writing the HashMap class from scratch to my own specifications (original exercise from Codecademy)

  • Updated Nov 23, 2019
  • Python

A project looking at ways of resolving collisions in hash maps. The aim of the project is to compare the worst-case scenario for inserting, removing and looking up operations.

  • Updated Jun 14, 2023
  • C++

This repo contains DSA theory and codes relevant and neetcode 250 problem pattern by pattern

  • Updated May 19, 2025

A c++ unordered_map alternative for small integral keys

  • Updated Dec 22, 2020
  • 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.

  • Updated Mar 11, 2024
  • C++

Optimized Java implementations of fundamental data structures with a focus on Big O complexity and performance analysis.

  • Updated Aug 27, 2026
  • Java

Improve this page

Add a description, image, and links to the hash-maps topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hash-maps topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL