Skip to content

remakerich/advlt_pokerChips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advlt_pokerChips

Задание:

Jose set up a circular poker table for his friends so that each of the seats at the table has the same number of poker chips. But when Jose wasn’t looking, someone rearranged all of the chips so that they are no longer evenly distributed! Now Jose needs to redistribute the chips so that every seat has the same number before his friends arrive. But Jose is very meticulous: to ensure that he doesn’t lose any chips in the process, he only moves chips between adjacent seats. Moreover, he only moves chips one at a time. What is the minimum number of chip moves Jose will need to make to bring the chips back to equilibrium?

Задание выполнено на Python и C#, здесь версия на Python

Мат. модель в моем решении не самая оптимальная и начинает давать отклонение от минимально возможного количества шагов при обработке длинных рядов. Точное решение мне узнать не удалось, но работодателя устроило и это.

Для проверки в корне репозитория находится txt файл с тестовыми рядами.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages