Skip to content

Projects

Case studies in AI, ML, and software engineering — each with the problem, my approach, and what I learned.

Data Structure Implementations: C#

Comprehensive C# implementations of Dictionary, Queue, Binary Search Tree, and Graph data structures with BFS, DFS, and self-balancing.

  • C#
  • Data Structures
  • Algorithms
  • .NET