Skip to content

JayantGoel001/Divide-And-Conquer

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages