Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)