Welcome

DSA Lab

Welcome back ๐Ÿ‘‹

Your personal CS Lab revision hub with DSA (C) and AI (Prolog) experiments. Pick an experiment or chat with CS Lab Buddy!

37 Experiments
C DSA Lab
Prolog AI Lab
AI CS Lab Buddy

๐Ÿงฌ DSA Lab โ€” Explore by Category

๐Ÿค– AI Lab โ€” Explore by Category

โšก Start Coding

๐Ÿ’ป All-in-One Portable: VS Code + GCC + SWI-Prolog (Offline)

Download a ready-to-use portable package with C and Prolog support. Extract the ZIP and start coding โ€” no installation needed!

๐Ÿ“ฆ
CS-Lab-Portable-Windows.zip VS Code + GCC + SWI-Prolog + Workspace โ€ข ~350 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 + SWI-Prolog in PATH and launches VS Code with your workspace.

3
Write & Run Code

Create .c or .pl files. Press Ctrl+Alt+N to run with Code Runner. Press Ctrl+Shift+B to build C files.

100% portable โ€” no installation required. Works fully offline. Includes both C and Prolog support. Always launch via Start-Coding.bat.
๐Ÿ“ฆ
CS-Lab-Portable-Linux.tar.gz VS Code + Workspace โ€ข ~200 MB
Download tar.gz
1
Install GCC & SWI-Prolog (if not present)

sudo apt install gcc gdb build-essential swi-prolog

2
Extract & Launch

tar -xzf CS-Lab-Portable-Linux.tar.gz && cd CS-Lab-Portable-Linux

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

3
Write & Run Code

Create .c or .pl files. Press Ctrl+Alt+N to run with Code Runner.

GCC and SWI-Prolog are required on your system. The portable package includes VS Code with pre-configured build tasks for both C and Prolog.