Welcome to my centralized hub for all programming coursework at the Faculty of Computer Science & Engineering (FINKI)! This repository contains my academic journey through various computer science courses, including assignments, projects, and study materials.
FINKI-CodeHub/
βββ README.md
βββ subjects/ # All course-specific code and notes
β βββ aps/ # Algorithms and Data Structures
β βββ aps2/ # Advanced Algorithms & DS
β βββ ipnks/ # Client-Side Internet Programming
β βββ nvd/ # Design of Digital Systems
β βββ onvd/ # Web Design Fundamentals
β βββ oop/ # Object-Oriented Programming
β βββ os/ # Operating Systems
β βββ np/ # Numerical Methods / other math courses
β βββ si/ # Software Engineering
β βββ vp/ # Visual Programming index + lab links
βββ labs/
β βββ vp/
β βββ lab-a/ # Latest WP Lab A (likes + improvements)
β βββ lab-a-legacy/ # Archived version that used to live in VP/LAB A
βββ resources/
βββ materials/ # Lecture slides, PDFs, diagrams, etc.
Each subject folder keeps its original internal structure so no exercises or history are lostβonly the top-level navigation has been consolidated. Subject codes remain in lowercase to make SSH / CLI jumps faster (cd subjects/os), while the README acts as the index for anyone browsing the repo. When a lab exists in multiple iterations (e.g., Visual Programming Lab A), the most recent code lives under labs/<course>/<lab> and older versions are archived beside it for safe keeping.
While this is primarily a personal academic repository, contributions are welcome in the form of:
- π Bug reports
- π‘ Improvement suggestions
- π Additional resources
- β¨ Code optimizations
Please open an issue before submitting any changes.