-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Issue: We want to showcase how Data Structures and Algorithms can be applied in Python to solve real-world problems. Your task is to develop a Python project that uses at least two DSA concepts (e.g., Graphs, Trees, DP).
Requirements:
- Project should solve a unique problem (e.g., route optimization, text compression).
- Detailed documentation should be added for setup, code explanation, and DSA concepts used.
- Bonus if you include unit tests to verify correctness!
Suggested Projects:
-
Maze Solver using DFS and BFS
-
Flight Scheduler using Graphs and Priority Queues
Help us show how DSA can be fun and practical in Python!