Pinned Repositories
42_Corrections
Corrections files of 42 School
AIFundamentals
Assembler
From pseudo-assembler to byte code translator.
ComputorV1
Second degree polynomial solver.
DataStructures-Algorithms
The set of implemented data structures and algorithms, using CLRS book and MIT 6.006 course as an inspiration and reference.
Dotfiles
A set of config files for my daily tools.
ls
Malloc
Implementation of malloc, realloc, and free.
N-puzzle
N-puzzle game solver written in Nim.
WheelReinventing
Implementation of different parts of C++'s standard library, STL, etc.
vsokh's Repositories
vsokh/Malloc
Implementation of malloc, realloc, and free.
vsokh/DataStructures-Algorithms
The set of implemented data structures and algorithms, using CLRS book and MIT 6.006 course as an inspiration and reference.
vsokh/Dotfiles
A set of config files for my daily tools.
vsokh/ls
vsokh/42_Corrections
Corrections files of 42 School
vsokh/AIFundamentals
vsokh/Assembler
From pseudo-assembler to byte code translator.
vsokh/ComputorV1
Second degree polynomial solver.
vsokh/gamejam2023
vsokh/Get_next_line
A home-made getline.
vsokh/Lem-in
An algorithmic project on a graph.
vsokh/N-puzzle
N-puzzle game solver written in Nim.
vsokh/WheelReinventing
Implementation of different parts of C++'s standard library, STL, etc.
vsokh/Libft
General purpose library, allowing an easier handle of strings, numbers and etc.
vsokh/Linear-Regression
vsokh/Problems
vsokh/project-based-learning
Curated list of project-based tutorials
vsokh/UniqueWordsCounter