Skip to content

Sterbweise/leetcode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions (C# Focus)

This repository is where I collect my solutions to LeetCode problems and similar coding challenges. The solutions are primarily written in C#, with occasional snippets or experiments in other languages.

Goals

  • Practice algorithms and data structures
  • Improve problem-solving skills
  • Keep a clean, revisitable record of solutions and ideas

Languages

  • Main: C#
  • Others: As needed for specific problems or experiments

Running C# Solutions

  1. Ensure .NET SDK is installed (https://dotnet.microsoft.com/)
  2. Compile and run a file or project:
    • Single file: dotnet script or compile with csc (if applicable)
    • Project: dotnet build then dotnet run

Structure

  • Files are organized by problem/topic as needed.
  • Naming typically follows the problem name (e.g., "Two Sum.cs").

Notes

  • Solutions may prioritize clarity first, then optimization.
  • I sometimes add comments explaining approach, complexity, and edge cases.

Contributions

This is a personal practice repo. Suggestions are welcome, but the main intent is learning and iteration.# leetcode-solutions

About

Personal solutions to LeetCode and coding challenge problems, primarily in C#.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages