Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 336 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 336 Bytes

Coding-Algoritms

Simple problems solved with different algoritms in C/C++

A set of problems that are solved with different algoritms. The problems were proposed at the "Programming Techniques" university course. The algoritms used to solve the problems were especially Backtracking, Greedy, Divide et Impera and Dynamic Programming.