Leetcode template by Nikiforovall 👨‍💻

Leetcode-playground

.NET Core codecov GitHub License

This template allows you to solve leetcode problems locally via C#.

Leetcode url: https://leetcode.com/nikiforovall/

# Title Solution Basic idea (One line)
1 Two Sum C# 1. Hash O(n) and O(n) space.
2. Sort and search with two points O(n) and O(1) space.

Powered by: vscode-leetcode

Notes: Currently, vscode-leetcode doesn’t provide workspace based settings. Please head over to .vscode/default.code-workspace and copy it as a template to your vscode user settings.

Tools

https://github.com/dotnet/format

Other Leetcode Repos

  1. haoel’s leetcode
  2. soulmachine’s leetcode
  3. gouthampradhan’s leetcode
  4. qiyuangong’s leetcode