Install and start using the offline CLI-based Data Structures learning platform.
Supported Platforms: Ubuntu Debian WSL
⬇️ Download Packagesudo dpkg -i dsa-platform.deb
sudo apt -f install
dsa help
dsa run
dsa run binarytree p_1
dsa new binarytree 1
dsa api binarytree
Autocomplete is enabled automatically.
If it doesn’t work, run:
source /etc/bash_completion
sudo apt remove dsa-platform
Full cleanup (optional):
sudo apt purge dsa-platform