This is a command line tool to practice datastructures and algorithms. It is written in Python using Typer.
The main commands available currently are
- version: Show the algo-cli version
- list: List the available problems
- show: Show a problem by id
- start: Start an attempt for a problem by id
- test: Run the tests for an attempt to a problem