Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/threeal/leettest
Tool for compiling and testing solutions to LeetCode problems
https://github.com/threeal/leettest
competitive-programming compile cpp leetcode leetcode-cpp leetcode-solutions nodejs test tool
Last synced: 9 days ago
JSON representation
Tool for compiling and testing solutions to LeetCode problems
- Host: GitHub
- URL: https://github.com/threeal/leettest
- Owner: threeal
- License: mit
- Created: 2024-02-23T07:43:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-22T12:44:02.000Z (7 months ago)
- Last Synced: 2024-04-22T13:54:54.712Z (7 months ago)
- Topics: competitive-programming, compile, cpp, leetcode, leetcode-cpp, leetcode-solutions, nodejs, test, tool
- Language: TypeScript
- Homepage:
- Size: 502 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetTest
LeetTest is a tool for compiling and testing solutions to [LeetCode](https://leetcode.com/) problems.
## Key Features
- Compiles and tests C++ solutions to LeetCode problems.
## Usage
- Add a `test.yaml` file that contains a test schema for a LeetCode problem.
- Write the C++ solution in the `solution.cpp` file.
- Execute the `leettest` command to compile and test the solution.## License
This project is licensed under the terms of the [MIT License](./LICENSE).
Copyright © 2024 [Alfi Maulana](https://github.com/threeal)