Georgi Barnev (gbarnev)

gbarnev

Geek Repo

Company:Icanpreneur

Location:Sofia, Bulgaria

Github PK Tool:Github PK Tool

Georgi Barnev's repositories

TicTacToeMinMax

An AI which uses Min-Max algorithm with Alpha-beta pruning optimization to beat you on Tic-Tac-Toe

Language:C#Stargazers:1Issues:0Issues:0

Data-Structures

This is a simple implementation and example usages of common data structures in C++.

Language:C++License:MITStargazers:0Issues:0Issues:0

FluentProcessBuilder

A simple library that provides a simple interface for configuring external processes

Language:C#License:MITStargazers:0Issues:0Issues:0
Language:RacketStargazers:0Issues:0Issues:0

IPL

Implementation of Programming Languages course

Language:C++Stargazers:0Issues:0Issues:0

MaxFlow-algorithm-visualization

This project vizualizes the work of several algorithms which solve the Maximum flow problem. It is built on vis.js.

Language:JavaScriptStargazers:0Issues:0Issues:0

ml-algos

This repository contains implementations of several Machine Learning algorithms as part of the Sofia University AI course

Language:C#Stargazers:0Issues:0Issues:0

nextjs-toploader

A Next.js Top Loading Bar component made using nprogress, works with Next.js 14 and Next.js 13.

Language:TypeScriptLicense:MITStargazers:0Issues:0Issues:0

NQueensProblem

This program solves the NQueens problem using Min-Conflicts optimization

Language:C#Stargazers:0Issues:0Issues:0

parallel-matrices-multiplication

The intention of this project is to test parallelization performance when multiplying two matrices.

Language:C#License:MITStargazers:0Issues:0Issues:0

ParallelMandelbrotSet

This project generates a MandelbrotSet image using parallel programming.

Language:C#Stargazers:0Issues:0Issues:0

SlidingPuzzle

This program solves the Sliding puzzle problem, using the IDA-Star algorithm and Manhattan distance as heuristic function.

Language:C#Stargazers:0Issues:0Issues:0

TravellingSalesmanGA

This program solves the Travelling Salesman problem using Genetic Algorithms

Language:C#Stargazers:0Issues:0Issues:0