This repository contains various projects and assignments from Computer Science courses. The repository is organized by semesters and course topics.
.
├── projects/ # Standalone projects that can be separate repositories
│ ├── graphics/ # Graphics and visualization projects (GiW)
│ ├── data-processing/ # Data processing and analysis projects (PIAD)
│ ├── databases/ # Database projects (ZI1)
│ └── signal-processing/ # Signal processing projects (TD)
│
└── courses/ # Course-specific assignments and projects
├── semester-1/
├── semester-2/
├── semester-3/
├── semester-4/
├── semester-5/
├── semester-6/
└── semester-7/
- Raytracing implementations
- Blender 3D projects
- Unity game development
- Computer graphics algorithms
- Signal processing
- Communication protocols
- Network programming
- Digital signal processing
- SQL implementations
- Database design
- Query optimization
- Data modeling
- Data analysis projects
- Machine learning implementations
- Statistical analysis
- Data visualization
Each project directory contains its own README with specific setup instructions and requirements.
Feel free to contribute to any project by:
- Forking the repository
- Creating a feature branch
- Submitting a pull request
This project is licensed under the MIT License - see the LICENSE file for details.