aaron-nerox / TheBackPackProb

An android application that solves the famous problem of backpack algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TheBackPackProb

An android application that solves the famous problem of backpack algorithm

1.Application ScreenShots:

2.What the application really does:

=> takes your name and backpack size (localy only no internet).

=> Gives you a selection of items that you desire to put in your backpack (currently offline and static, but you can get that data from an api if you want to).

=> Calculates possibilities and gives you the best combination so you wont regret your choice.

NOTE: the app is just an illustration of the famous algorithmic problem look here.

If you want to make it an online app go ahead, just credit me for the idea and that's it.

About

An android application that solves the famous problem of backpack algorithm


Languages

Language:Kotlin 100.0%