/Sounds_packing

Algorithms Project made by me and my friend pola 2 years ago

Primary LanguageC#

Sounds_packing

This was Algorithms project that I made with My friend Pola

Rana: Worst-fit algorithm using Linear Search. Worst-fit decreasing algorithm using Priority queue. Folder Filling algorithm. (Knapsack)

Pola: Worst-fit algorithm using Priority queue. Worst-fit decreasing algorithm using Linear Search. First-fit decreasing algorithm using Linear search.