Programming Experience
School Projects
Tools: Microsoft Visual Studio, Qt, Overleaf, C++, Google Docs
While studying in school I created a lot of projects on C++ to learn programming language, OOP, code style, documenting, teamwork and a lot of theory in maths, algorithm theory, data structures an other
Compiler
In the end of the education we were taught on how to make our own programming language and a compiler for it and told to do so. For it I created a grammar for it, documentation, user guide and a compiler written on C++.
The language itself is basically very very simplified C++. It has expressions, functions, arrays and main operands.
This task included development of the syntactical analyzer, lexical analyzer, semantical analyzer, generation of the POLIZ and execution of it.
Language grammar: link
Documentation: link - unpack and open index.html
User Guide: link

Tree visualiser
I created an app which visualises Red-Black, Splay, AVL and Treap trees. You can add and delete elements from them and navigate in the viewport by zooming and dragging. The tree classes are also implemented by myself.
Graphs visualiser
I created an app which draws a user function on Cartesian coordinates.
Fractals
Three apps that generate three different types of fractals. Geometrical, Mandelbrot set and Stochastic

Checkers
The main task was to create a bot for a game. I choose checkers
Polynomial app
This app works with polynomials. It has several features shown in the video. The important part of it was to create saving and loading from a file
Shooter game
Other
There also were other projects:
-
Numerical analysis
-
Calculator for logical expressions and sums
-
Text game as an OOP practice
-
Sorting algorithms implementation and analysis
-
Lists implementation
-
Tons of Informatics theory (graphs, amortized analysis etc.)