An open API service indexing awesome lists of open source software.

https://github.com/jayantgoel001/divide-and-conquer


https://github.com/jayantgoel001/divide-and-conquer

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Divide-And-Conquer

Divide and Conquer is an algorithmic paradigm. A typical Divide and Conquer algorithm solves a problem using following three steps.

1.Divide: Break the given problem into subproblems of same type.
2.Conquer: Recursively solve these subproblems
3.Combine: Appropriately combine the answers