Anagram Finder


Creator
2023


Binary Search Tree

AVL Tree

Hash Table

As part of my Data Structures capstone project, I implemented three types of data structures for searching a list of words for anagrams, leveraging polymorphism:

  • Binary Search Tree (BST)
  • AVL Tree (self-balancing)
  • Hash Table

This project demonstrated the trade-offs between different data structures in terms of search time, insertion complexity, and memory usage.

GitHub: github.com/beepboopdylan/Anagram-Finder


Thank you for checking out my page!

© Dylan Tran 2026.