Pinned Repositories
AnalysisOfAlgorithms-Project2
AoA-Project1
color-manipulation
Color manipulation operations such as RGB to HSV conversion, HSV to RGB conversion and more.
coursera-stanford
Stanford
deeplearning-nanodegree-projects
HashTable
karatsuba-multiplication
Binary multiplication with karatsuba multiplication and classic multiplication
leaderboard-api
Fast and scalable Leaderboard API. Tech stack: Node, Express, AWS Elasticache Redis
MutationOfSpecies
A C++ program which simulates mutation of species in danger of extinct. Program is written for second project of Object Oriented Programming Course. OOP approaches have been used by considering Inheritance and Polymorphism.
soccer-league
A program that determines possible league winners by using Max Flow(Ford Fulkerson) algorithm
umutavin's Repositories
umutavin/AnalysisOfAlgorithms-Project2
umutavin/AoA-Project1
umutavin/color-manipulation
Color manipulation operations such as RGB to HSV conversion, HSV to RGB conversion and more.
umutavin/coursera-stanford
Stanford
umutavin/deeplearning-nanodegree-projects
umutavin/HashTable
umutavin/karatsuba-multiplication
Binary multiplication with karatsuba multiplication and classic multiplication
umutavin/leaderboard-api
Fast and scalable Leaderboard API. Tech stack: Node, Express, AWS Elasticache Redis
umutavin/MutationOfSpecies
A C++ program which simulates mutation of species in danger of extinct. Program is written for second project of Object Oriented Programming Course. OOP approaches have been used by considering Inheritance and Polymorphism.
umutavin/soccer-league
A program that determines possible league winners by using Max Flow(Ford Fulkerson) algorithm
umutavin/stanford-ml-course-assignments
Assignments of Andrew Ng's Machine Learning course on Coursera
umutavin/strapi
umutavin/Template-ExceptionHandling
This is the third homework of ITU's Object Oriented Programming Course. In this homework a game is simulated by using templates and exception handling.