This repository contains my solutions and implementations for the 23 - Algorithms Level 6 course from Programming Advices Roadmap. The focus is on professional problem solving, optimal time/space complexity, and clean code.
- Data Structures: , Trees, Graphs, Hash Tables, Heaps.
- Algorithms: , Sorting, Searching, Greedy Approaches.
All solutions are implemented in C#. I have focused on: Complexity Analysis: Big O notation included in comments.
Graphs/: Solutions for shortest path and traversal problems.Trees/: Advanced tree implementations and manipulation.- ...