Skip to content

Quick Start Guide

Get started with the BSc Code Index in minutes.


1. Browse the Code

  • Use the sidebar to navigate semesters and topics
  • Click any file to view full documentation

2. Understand a Program

Each page includes:

  • Problem Statement
  • Metadata
  • Concepts (beta)
  • Source Code
  • AI Explanation Prompt

3. Use the AI Explanation

  1. Open a code page
  2. Scroll to Explanation
  3. Copy the prompt
  4. Paste into any AI tool

4. Run the Code

For C

gcc file.c -o output
./output

For R

Rscript file.r

5. Print or Save

  • Click Raw
  • Use browser → Print → Save as PDF

6. Learn Properly

Important

Do NOT copy-paste blindly.

Best method: - Read the code - Understand logic - Rewrite yourself


7. Explore Difficulty

  • Check metadata table
  • Use difficulty labels to pick problems

8. Use GitHub

  • View full repository
  • Track updates
  • Explore file history

9. Folder Navigation

Each folder contains: - Subfolders (topics/semesters) - Code files - Auto-generated index


10. You're Ready

Start exploring and learning step-by-step.