Interactive visualisations of how example data structures work, created for COMP0004 at UCL.
- In-Order Binary Tree Traversal – demonstrates how in-order traversal visits nodes in a binary tree.
- Chained Hash Table – demonstrates how a hash table handles collisions using chaining.