Algorithms in C++

Algorithms in C++

6 years ago
Anonymous $roN-uuAfLt

https://towardsdatascience.com/algorithms-in-c-62b607a6131d

The purpose of this article is to introduce the reader to four main algorithmic paradigms: complete search, greedy algorithms, divide and conquer, and dynamic programming. Many algorithmic problems can be mapped into one of these four categories and the mastery of each one will make you a better programmer.

This article is written from the perspective of competitive programming. In the reference section, you’ll find resources to get you started or improve your programming skills through coding competitions.