rododin / algorithms

The project introduces all basic algorithm implementations in Java and can be used for algorithm studying
1 stars 1 forks source link

Issue 3: Budget Shopping - completed: #4

Closed rododin closed 4 years ago

rododin commented 4 years ago

Misc stuff:

rododin commented 4 years ago

Merging the "brute-force-search" solution for now, but the issue is still opened, need to implement an optimal algorithm.