Skip to content

This repository contains my projects for courses in the Software Engineering program at Saint Petersburg State University of Aerospace Instrumentation (SUAI). It showcases my academic work, with tasks focused on programming and software development.

License

Notifications You must be signed in to change notification settings

TheAndreyZakharov/SUAI-Software-Engineering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SUAI Logo

SUAI Software Engineering

Русский English

Description

This repository contains academic projects and reports for courses in the Software Engineering program at the Saint Petersburg State University of Aerospace Instrumentation (SUAI). It collects assignments and lab work aimed at developing programming skills and software product design.

Each subject has a dedicated folder, with subdirectories for specific assignments. These subdirectories contain:

  • Source code files — the code written as part of the assignment.
  • Project report (report) — a document with a description of the task, results, and explanations.
  • Assignment README — a brief overview and the goal of the specific task.

Only assignments directly related to programming and software development are included in the repository. If a task does not focus on these areas, it may not be present here.

Featured Projects

//editing...

How to Use the Repository

  1. Navigating Courses:

    • The root of the repository contains folders named after each subject.
    • Open the relevant subject folder to see the list of assignments.
  2. Navigating Assignments:

    • Inside each subject folder, there are subdirectories for individual tasks.
    • Each subdirectory includes the program files, a report (report), and a README with the assignment's objectives and requirements.
  3. Reports:

    • For a detailed explanation of each task, check the reports in each assignment folder. Reports provide the main insights, methods used, and conclusions drawn from the work.

Example Repository Structure:

SUAI-Software-Engineering/
│
├── Subject_1/
│   ├── Assignment_1/
│   │   ├── main.cpp
│   │   ├── report1.pdf
│   │   └── README.md
│   └── Assignment_2/
│       ├── solution.m
│       ├── report2.pdf
│       └── README.md
│
├── Subject_2/
│   └── Assignment_3/
│       ├── main.py
│       ├── report.pdf
│       └── README.md
│
...