Welcome

Welcome back ๐Ÿ‘‹

Your personal DSA Lab revision hub with AI-powered code generation. Pick an experiment or chat with DSA Buddy!

25 Experiments
C Language
AI DSA Buddy
0 Saved Codes

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!

๐Ÿ“ฆ
DSA-Portable-Windows.zip VS Code + GCC + Workspace โ€ข ~200 MB
Download ZIP
1
Download & Extract

Download the ZIP file and extract it anywhere on your computer.

2
Double-click Start-Coding.bat

This sets up GCC in PATH and launches VS Code with your workspace.

3
Write & Run Code

Create .c files in the workspace. Press Ctrl+Shift+B to build, F5 to debug.

100% portable โ€” no installation required. Works fully offline. Always launch via Start-Coding.bat.
๐Ÿ“ฆ
DSA-Portable-Linux.tar.gz VS Code + Workspace โ€ข ~150 MB
Download tar.gz
1
Install GCC (if not present)

sudo apt install gcc gdb build-essential

2
Extract & Launch

tar -xzf DSA-Portable-Linux.tar.gz && cd DSA-Portable-Linux

chmod +x start-coding.sh && ./start-coding.sh

3
Write & Run Code

Create .c files in the workspace. Press Ctrl+Shift+B to build, F5 to debug.

GCC is required on your system. The portable package includes VS Code with pre-configured C build tasks.