Leetcode template by Nikiforovall 👨‍💻
Leetcode-playground
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