Skip to Content
Introduction to Algorithms
book

Introduction to Algorithms

by Cuantum Technologies LLC
June 2024
Intermediate to advanced
294 pages
6h 34m
English
Packt Publishing
Content preview from Introduction to Algorithms

Chapter 9 Summary

In chapter 9, titled "Algorithm Design Techniques", we delved into the myriad ways to design algorithms to solve computational problems. These techniques are the backbone of problem-solving in computer science and a good understanding of these will enable you to effectively tackle many complex problems.

We started off with Recursion, which is a method of solving problems where the solution depends on solutions to smaller instances of the same problem. It involves a function calling itself with a smaller problem, the solution of which will contribute to solving the original problem. We covered the essential concepts of base case and recursive case, which ensure the recursion doesn't go on indefinitely. We also addressed some ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Algorithms

Learning Algorithms

George Heineman
Algorithms, 4th Edition

Algorithms, 4th Edition

Robert Sedgewick, Kevin Wayne
Graph Algorithms

Graph Algorithms

Mark Needham, Amy E. Hodler

Publisher Resources

ISBN: 9781836203872