Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Teto-at-GitHub/leetcode-CSharp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Leetcode solutions for NeetCode in C#

This is my personal fork of https://github.com/neetcode-gh/leetcode. I am adding C# solutions to the blind 75 collection of problems.

Update

In the meantime, C# solutions were added to the main repo, but I prefer working with my sln/proj setup as it allows for quick testing in the IDE.

Naming convention

For each exercise in https://neetcode.io/ we add :

  • a folder in csharp/<exercise_group>/main
  • a .cs file in csharp/<exercise_group>/testCases

The name of the folder/files is N<i>-L<j>-<name>, where :

  • <i> is the position of the exercise in https://neetcode.io/
  • <j> is the number of the same exercise in LeetCode
  • <name> is the name of the problem on neetCode within its group

About

Leetcode solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%