Skip to content

pakosel/leetcode-solutions

Repository files navigation

Gitpod ready-to-code CircleCI

leetcode-solutions

My solutions to the LeetCode problems. The full list of problems is available here: https://leetcode.com/problemset/all/

Prerequisites

To run the solutions, install the .NET SDK from the Microsoft .NET download page. For Linux, detailed instructions are available on the Microsoft Docs

Alternatively, you can run and develop the code using Gitpod (see below).

Build

dotnet build

Test

dotnet test

Run tests for the specific problem only

dotnet test --filter "<problemNamespace>"

e.g.

dotnet test --filter "Atoi"

Run tests with framework

dotnet test --framework "<selected_framework>"

e.g.

dotnet test --framework "net6.0"

Develop and run in Gitpod

Gitpod ready-to-code

Gitpod is a web-based IDE and runtime environment, providing an easy-to-use alternative to downloading code from GitHub and setting up the development environment. Please use this link to start a new Gitpod Workspace with the pre-installed .NET SDK (you will need to log in with your GitHub account). Once the workspace is started, modify the code or execute unit test commands, as described above.

About

My solutions of the Leetcode problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages