Recent Posts

SVM

All code for this project is stored in this repository

Boggle

All code for this project is stored in this repository It contains: Boggle engine (also playable in console) Boggle GUI game Boggle solver (this is th...

Klotski Solver

All code for this project is stored in this repository it contains: Klotski puzzle class definition A backtracking recursion solver Breadth first sear...

Gridworld Environment

All code for this project is stored in https://github.com/ArikVoronov/Machine-Learning/Reinforcement_Learning/Envs Background and Motivation Gridworld is one...

Huffman Coding

All code for this project is stored in https://github.com/ArikVoronov/HuffmanCoding Background and Motivation Huffman Coding is a compression algorithm, whi...