Skip to content

moh24mah/Algorithms-DataStructures-Level6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

11 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Advanced Algorithms & Data Structures (C#)

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.

πŸš€ Key Topics Covered

  • Data Structures: , Trees, Graphs, Hash Tables, Heaps.
  • Algorithms: , Sorting, Searching, Greedy Approaches.

πŸ› οΈ Implementation Details

All solutions are implemented in C#. I have focused on: Complexity Analysis: Big O notation included in comments.

πŸ“ Repository Structure

  • Graphs/: Solutions for shortest path and traversal problems.
  • Trees/: Advanced tree implementations and manipulation.
  • ...

About

Advanced algorithms, complex data structures, and professional problem-solving techniques implemented in C#. This repository contains solutions to over 80 complex problems, focusing on optimization, time/space complexity, and clean architectural design.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors