Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages