Mykyta Molodtsov's repositories
image-converter
An OBJ file renderer using KD-tree for raytracing. Supports rendering to PPM, BMP, PNG.
LZ78-archivator
LZ78 Archivator
Rage-Party
Rage Party is an online sandbox 2d third-person-shooter. Players can fight versus endless enemy waves and compete against each other. The score system shows the total rating of players.
Assault-Game
The game about assaults happening in different eras, with steep evolution and skill advancing
auto-subtitle
Automatically generate and overlay subtitles for any video.
Backpack-problem
The backpack problem solved by a genetic algorithm
Bashe-game
Bashe game, 3 complexity levels, last is made with the minimax algorithm
Graf-traversing
Graf traversing
Huffman-tree
Huffman tree
Memory_Allocator_Simulator
A test of implementing the basic work mechanic of memory allocators (not actually implementing the allocator).
Memory_Pages_Allocator_Simulator
A test of implementing the basic work mechanic of memory allocators based on the simplified slab allocator (not actually implementing the allocator).
Process_Manager_Simulator
A test of implementing the basic work mechanic of processes managers (not actually implementing them) with C++20 coroutines. This is basically the Foreground Background algorithm.