Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 514 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 514 Bytes

Data Structures Visualizer

Overview

Structures Visualized

  • Lists
  • Linked Lists
  • Stack
  • Queue
  • Binary Tree
  • Binary Search Tree
  • Hashmaps (Collision resolution via chaining)
  • Hashmaps (Collision resolution via probing)

Features

  • Modifiable data structure
  • Light up animations
  • Light and dark modes
  • 3 run speeds
  • Quick action buttons
  • Custom MAD hash function support