You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenLeetCode problem builder. This script builds and tests a leetcode like problems locally. Currently, it only supports C++ language but it can be extended to support other languages.
69
72
70
73
options:
71
74
-h, --help show this help message and exit
72
-
--problem_builds_dir dir, -d dir
73
-
Path to a directory with the problems. Usually ./problem_builds/ directory
74
75
--language {cpp}, -l {cpp}
75
-
The programming language
76
+
The programming language.
77
+
--list-problems List problems.
76
78
--problem problem_name, -p problem_name
77
-
Name of the problem to build and test. Example: TwoSum
79
+
Name of the problem to build and test. Default: TwoSum. Use --list-problems to
80
+
list all problems.
81
+
--problem_builds_dir dir, -d dir
82
+
Path to a directory with the problems. Usually ./problem_builds/ directory.
0 commit comments