Matija Eskic
MatijaEskicWork
I am 25 yrs old. Doing programming for 10 yrs.
Languages
Repos
18
Stars
1
Forks
0
Top Language
C++
Loading contributions...
Top Repositories
Here are solutions from problems that i coded for my assignment, preparing for competitions. They are sorted by some criteria, like DP, greedy, ad hoc, etc.
Solving weight optimization problem for one example neural network using nelder-mead simplex in python
Solving maximization profit for some firm that is renting servers and charge by hour in python.
Solving file storage problem with simulated annealing in c++ and plotting graphs in python
Solving Traveling Salesman problem with dynamic programming and bitmasking for 20 cities. It could work for 23,24 cities also.
This project required to code small but functional kernel with some core functionalities.
Repositories
18Here are solutions from problems that i coded for my assignment, preparing for competitions. They are sorted by some criteria, like DP, greedy, ad hoc, etc.
Solving weight optimization problem for one example neural network using nelder-mead simplex in python
Solving maximization profit for some firm that is renting servers and charge by hour in python.
Solving file storage problem with simulated annealing in c++ and plotting graphs in python
Solving Traveling Salesman problem with dynamic programming and bitmasking for 20 cities. It could work for 23,24 cities also.
This project required to code small but functional kernel with some core functionalities.
CookBok web app made in VueJS
No description provided.
Solved minimum spanning tree problem with addition of one condition. If some node has more than 3 branches it adds cost by 150 for every branch more than 3.
Solving travelling salesman with brute force
Finding all solution for all seven eleven problems from 0.01 until 9.99
Some Python tasks
That is low level graphics copy of worms armageddon game in c language with SDL2 library.
It is console application, maybe will be upgraded to have GUI, but main part still remains the same. It allows you to load one or more bmp/pam images, to have one or more layers, selections, to export image, to save project in XML, and also to change that image as a whole or just part of it, by doing some operations with it.
First homework for PicoComputer(Assembler like language).
First Algorithms and Data Structures 2 homework -
Second Algorithms and Data Structures 2 homework - B - trees
This is first homework for subject Object Oriented Programming 1 on my faculty