This repository is a university learning archive for coursework, practice code, exam preparation, and project records from my Computer Engineering studies.
It is not intended to be a raw assignment dump.
The goal is to organize what I learned, how I practiced it, and how my technical foundation developed over time.
This repository tracks my university learning process by semester and subject.
It focuses on:
- course concept notes
- practice code
- exam preparation records
- small assignments and project traces
- semester-by-semester learning history
- technical growth in computer engineering
The repository is meant to show the process, not only the final results.
University_Archive/
├─ README.md
├─ 1-1/
│ ├─ 기초C프로그래밍/
│ ├─ 기초웹프로그래밍/
│ └─ 컴퓨팅사고/
│
├─ 1-2/
│ └─ 고급C프로그래밍/
│
├─ 2-1/
├─ 2-2/
├─ 3-1/
├─ 3-2/
├─ 4-1/
└─ 4-2/
Each subject folder is organized as consistently as possible.
과목명/
├─ README.md
├─ notes/
├─ practice/
├─ exam-prep/
└─ project/ or mini-projects/
This repository follows these principles:
- Do not upload original lecture materials without permission.
- Rewrite concepts in my own words.
- Keep code, notes, and exam preparation separated.
- Record both results and learning process.
- Organize subjects by semester.
- Use this repository as a long-term academic growth log.
- C programming
- advanced C programming
- basic web programming
- practice code
- syntax and memory understanding
- computational thinking
- problem decomposition
- algorithmic thinking
- basic project structure
- engineering documentation
- class assignments
- mini projects
- team project notes
- presentation preparation
- implementation records
Current organized folders include:
| Semester | Subjects |
|---|---|
1-1 |
basic C programming, basic web programming, computational thinking |
1-2 |
advanced C programming |
Future semesters will be added as coursework and projects progress.
This repository is used as a learning record.
For each course, I try to organize:
- what the course covered
- what I practiced
- what I implemented
- what I found difficult
- what I need to review later
The intended flow is:
coursework → practice → exam preparation → project record → review
This repository is not a main portfolio project repository.
Main projects are managed separately in repositories such as:
sat-gcs-defense-space-plus10fieldops-embedded-diagnostic-suiteCityBraintwinflight-mission-v2wildtrack-assistpaejae-campus-os-v1
University_Archive supports those projects by showing the academic and learning process behind them.
Ongoing university learning archive.
This repository will continue to expand by semester and subject.