Skip to content

tuankietdang52/leetcode_mini

Repository files navigation

Leetcode Mini

Solve leetcode problem with write, test your custom test case on Visual Studio Code, c++ language

Write Your Test Case

Write your own test case and testing it

T1 for return type and others for parameter if you want to return vector type. Use runTestCaseVector instead of runTestCase and T1 will be vector element type (vector<"T1">)

image

If you want to add more parameter (up to 3 recently), you need to adjust code in code.cpp and testcase.cpp or just use vector :)

Solving Problem

Write your solution! When done, just simply run the file and the test will check your solution image

leetcodetest

For Fun

I know leetcode already have this :D

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages