Welcome back ๐
Your personal DSA Lab revision hub with AI-powered code generation. Pick an experiment or chat with DSA Buddy!
Explore by Category
โก Start Coding
๐ป Portable VS Code + GCC (Offline)
Download a ready-to-use portable package. Extract the ZIP and start coding โ no installation needed!
Download the ZIP file and extract it anywhere on your computer.
This sets up GCC in PATH and launches VS Code with your workspace.
Create .c files in the workspace. Press Ctrl+Shift+B to build, F5 to debug.
sudo apt install gcc gdb build-essential
tar -xzf DSA-Portable-Linux.tar.gz && cd DSA-Portable-Linux
chmod +x start-coding.sh && ./start-coding.sh
Create .c files in the workspace. Press Ctrl+Shift+B to build, F5 to debug.