Leetcode-playground

May 29, 2020 ยท View on GitHub

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/

#TitleSolutionBasic idea (One line)
1Two SumC#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