This repository serves as a centralized container for all my educational resources and projects.
Education
├── Judge # Solutions to programming problems with automated tests (e.g., LeetCode, CodeForces)
├── Pet/ # My personal PET projects
└── Learning/ # Course materials, lecture notes, assignments (university or online courses)
Judge/
├── LeetCode/ # Submodule: repository with LeetCode solutions
└── CodeForces/ # Submodule: repository with CodeForces problems and solutions
Pet/
├── TestTask/ # All my test tasks for interview etc.
└── Alopin/ # Submodule: project to bruteforce steam family view pin
Learning/
└── ITMO-CybSec # My university repository to store all works, labs, etc.