Skip to content
#

collision-resolution

Here are 17 public repositories matching this topic...

Hash Table Simulator is an interactive, front-end educational simulator for learning how hash tables work. It visualizes insertion, searching, and deletion across three collision-resolution strategies. The app shows each probe step in real time, highlights active cells, and logs every action so users can follow the exact execution path.

  • Updated Apr 26, 2026
  • TypeScript

This project implements multiple hash tables to manage airline-related data efficiently. The hash tables cover planes, plane types, plane seats, passengers, reservations, flight legs, flight instances, airports, and pilots. Each hash table uses an appropriate hashing strategy and collision resolution method for optimal data access.

  • Updated Oct 5, 2025
  • C++

Improve this page

Add a description, image, and links to the collision-resolution 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 collision-resolution topic, visit your repo's landing page and select "manage topics."

Learn more