https://github.com/jayantgoel001/divide-and-conquer
https://github.com/jayantgoel001/divide-and-conquer
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jayantgoel001/divide-and-conquer
- Owner: JayantGoel001
- Created: 2020-02-21T17:13:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-22T17:12:59.000Z (over 4 years ago)
- Last Synced: 2025-04-07T03:36:31.464Z (6 months ago)
- Language: C++
- Size: 17.6 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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