Difference between divide and conquer Vs Dynamic Programming

0

 Divide and conquer solves problems by breaking them into smaller subproblems, while dynamic programming solves problems by breaking them into overlapping subproblems and reusing their solutions.

Tags

Post a Comment

0Comments
Post a Comment (0)

Join CSE Team