Projects with this topic
Sort by:
-
ATM задачка. Выполнено в 3 версиях: самые простые услвоия, полный перебор, динамическим программированием.
Updated -
This project is meant to master Dynamic Programming, by breaking it down into a collection of simpler subproblems, solving each of those subproblems just once, and storing their solutions using a memory-based data structure.
Updated -