Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.06 KB

File metadata and controls

14 lines (10 loc) · 1.06 KB

Coding Archive

This repository is a personal archive showcasing coding projects and materials developed during high school and university. It reflects progress in competitive programming, computer science concepts, and artificial intelligence and contains 753 codes in total.

Repository Structure

Data Structures and Algorithms

Contains ~50 reusable C++ snippets of data structures and algorithms, organized by topic.

High School

Includes ~440 C++ solutions, most of them challenging algorithmic problems requiring advanced algorithms and data structures. The Olympiad in Informatics part has 220 of them (118 from self-preparation, plus official editions and other contests).

This section also contains Jupyter Notebooks and personal notes for the Olympiad in Artificial Intelligence. Additionally, it features a few C# projects, such as a client-server app and a simple email system.

University

Comprises assignments and projects from university, organized by semester. Currently includes around 200 programs in C, C++, CUDA, Python, Java, SQL, Bash, and Assembly.