Marko Njegomir

Results 2 repositories owned by Marko Njegomir

alpha-beta-pruning-minmax-checkers

18
Stars
1
Forks
Watchers

Minmax (minimax) algorithm with Alpha-Beta (𝛼−𝛽, ab) Pruning optimization for the Checkers (Draughts) game in Python 3. Same minimax algorithm works for chess, tic tac toe or similar games.

machine-learning-with-graphs

23
Stars
2
Forks
Watchers

My solutions for Stanford University course CS224W: Machine Learning with Graphs Fall 2021 colabs (GNN, GAT, GraphSAGE, GCN)