bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

README.md (1243B)


      1 # C Programming Exercises: Tution Collection 📚
      2 
      3 This repository contains a collection of C programs, organized by their source of origin from my tuition and lab classes. The aim is to create a clear and well-documented archive of all my work for easy reference.
      4 
      5 ## Project Overview
      6 
      7 This folder serves as a centralized hub for all my C programming exercises. The files are meticulously named using a specific prefix to easily identify their source, as detailed in the section below.
      8 
      9 ## File Naming Convention
     10 
     11 Each C source file (`.c`) follows a clear prefix system to indicate its origin. A quick glance at the filename tells you which class or lab session the code belongs to.
     12 
     13 | Prefix | Description | Source |
     14 | :--- | :--- | :--- |
     15 | **`APC-S`** | Programs from class sessions with Soumi Madam. | Soumi Madam's Class |
     16 | **`APC-SPS`** | Programs from class sessions with SPS Sir. | SPS Sir's Class |
     17 | **`APC-PRAC`** | Programs completed during practical lab sessions. | Lab Practical |
     18 | **`P`** | Programs from private tuition classes at Eduincs. | Eduincs (Private Tuition) |
     19 
     20 ---
     21 
     22 ## License
     23 
     24 All programs in this repository are licensed under the MIT License. You can find the full license details in the [LICENSE](../LICENSE).
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror