📦 DSA Platform Installation Guide

Install and start using the offline CLI-based Data Structures learning platform.

Supported Platforms: Ubuntu Debian WSL

⬇️ Download Package

1️⃣ Install Package

sudo dpkg -i dsa-platform.deb
If dependency errors occur:
sudo apt -f install

2️⃣ Verify Installation

dsa help
If this works, installation is successful.

3️⃣ Basic Usage

dsa run
dsa run binarytree p_1
dsa new binarytree 1
dsa api binarytree

⚡ Autocomplete

Autocomplete is enabled automatically.

If it doesn’t work, run:

source /etc/bash_completion

❌ Uninstall

sudo apt remove dsa-platform

Full cleanup (optional):

sudo apt purge dsa-platform