Skip to content

LolghElmo/LeetCode75Solutions

Repository files navigation

📘 LeetCode75Solutions

A modern take on solving the LeetCode 75 Study Plan — not just through code, but also with visual, interactive UWP (Universal Windows Platform) interfaces.


What This Project Is

This repository includes two main projects:

1. LeetCode75Solutions.ClassLibrary

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.

2. LeetCode75Solutions.UWP

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 MainPage displays a list of problems for easy access.

Example Problem Features

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.

TODO

  • Complete all LeetCode 75 problems.

  • Add animations and visual feedback.

  • Support exporting results.

  • Add dark mode.

Contributing

This is a solo educational showcase project, but feel free to fork, open issues, or suggest improvements.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages