ju-ki / algo_method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algo-Method local template

Repository template for a local development environment to efficiently learn the Algo-method.

Kapture.2022-06-12.at.13.56.58.mp4

๐Ÿš€ How to use

1. Create a repository

Create a repository from this link and clone it locally.

2. Generate test cases and answer sheet

Generate test cases and answer sheet for the target question under /questions.
The question number is the number at the end of the URL. (e.g. https://algo-method.com/tasks/116/ is No=116)

make get_question No=116

3. Run test

Run test on the target question.

make run_test No=116

4. Submit answer.

Go to the question page and submit your answers ๐ŸŽ‰

About

License:MIT License


Languages

Language:Python 97.3%Language:Makefile 1.4%Language:Dockerfile 1.3%