К основному контенту

Dynamic Programming

Dynmaic programming -  is one of the part of algorithms to solving problems. It brakes one big prbolem to many sub-problems, after by storing results of this sub problems giving one Result.



How it works?

Комментарии