This project is designed for individuals who want to solve LeetCode problems in environments where internet access is unavailable, such as on an airplane. Feel free to add test cases for the LeetCode problem.
- Offline Problem Solving: Prepare the problems you want to solve in advance.
- Real-time Testing: Use
ptw
to check if your code passes the tests in real-time.
- Clone the repository.
- Install the necessary dependencies.
- Prepare the LeetCode problems you want to work on.
- Run
ptw
to start real-time testing.
Enjoy coding without the need for an internet connection!