Pinned Repositories
Data-Structures
This is a simple implementation and example usages of common data structures in C++.
FluentProcessBuilder
A simple library that provides a simple interface for configuring external processes
FP2018-KN-2course-1group
IPL
Implementation of Programming Languages course
MaxFlow-algorithm-visualization
This project vizualizes the work of several algorithms which solve the Maximum flow problem. It is built on vis.js.
ml-algos
This repository contains implementations of several Machine Learning algorithms as part of the Sofia University AI course
nextjs-toploader
A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and Next.js 13.
NQueensProblem
This program solves the NQueens problem using Min-Conflicts optimization
parallel-matrices-multiplication
The intention of this project is to test parallelization performance when multiplying two matrices.
TicTacToeMinMax
An AI which uses Min-Max algorithm with Alpha-beta pruning optimization to beat you on Tic-Tac-Toe
gbarnev's Repositories
gbarnev/TicTacToeMinMax
An AI which uses Min-Max algorithm with Alpha-beta pruning optimization to beat you on Tic-Tac-Toe
gbarnev/Data-Structures
This is a simple implementation and example usages of common data structures in C++.
gbarnev/FluentProcessBuilder
A simple library that provides a simple interface for configuring external processes
gbarnev/FP2018-KN-2course-1group
gbarnev/IPL
Implementation of Programming Languages course
gbarnev/MaxFlow-algorithm-visualization
This project vizualizes the work of several algorithms which solve the Maximum flow problem. It is built on vis.js.
gbarnev/ml-algos
This repository contains implementations of several Machine Learning algorithms as part of the Sofia University AI course
gbarnev/nextjs-toploader
A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and Next.js 13.
gbarnev/NQueensProblem
This program solves the NQueens problem using Min-Conflicts optimization
gbarnev/parallel-matrices-multiplication
The intention of this project is to test parallelization performance when multiplying two matrices.
gbarnev/ParallelMandelbrotSet
This project generates a MandelbrotSet image using parallel programming.
gbarnev/SlidingPuzzle
This program solves the Sliding puzzle problem, using the IDA-Star algorithm and Manhattan distance as heuristic function.
gbarnev/TravellingSalesmanGA
This program solves the Travelling Salesman problem using Genetic Algorithms