A modern take on solving the LeetCode 75 Study Plan — not just through code, but also with visual, interactive UWP (Universal Windows Platform) interfaces.
This repository includes two main projects:
Contains efficient and clean C# solutions to problems from the LeetCode 75 list.
- Problems are organized in folders like
ArrayStringProblems,LinkedListProblems, etc. - Each folder matches the official study plan grouping.
- Solutions are implemented using standard .NET/C# practices.
A Windows UWP application that provides a visual interface to interact with the problem solutions.
- Each algorithm is linked to its own dedicated page.
- Navigation is handled via a dictionary (
ProblemPages.cs) mapping titles to UWP pages. - The
MainPagedisplays a list of problems for easy access.
| Problem | UI Interaction Description |
|---|---|
| Merge Strings | Merge two inputs alternately and show the result. |
| GCD of Strings | Determine the greatest common divisor string between two inputs. |
| Can Place Flowers | Clickable flowerbed layout with plant placement simulation. |
| Kids With Candies | Click to add candies to kids and check if they become the greatest. |
-
Complete all LeetCode 75 problems.
-
Add animations and visual feedback.
-
Support exporting results.
-
Add dark mode.
This is a solo educational showcase project, but feel free to fork, open issues, or suggest improvements.