Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.13 KB

Programming and Analysis of Algorithms

The report will be submitted in a PDF format on DL. See template

Content

Algorithm Analysis. Time complexity of the algorithms

  • The empirical analysis of the algorithms
  • The theoretical analysis of the algorithms
  • Determining temporal and asymptotic complexity of algorithms

The divide et impera tehnique

  • The study of the divide et impera technique
  • Analysis and implimentation of the divide et impera algorithms.

Greedy Algorithm

  • The study of the greedy technique
  • Analysis and implimentation of the greedy algorithms.

Dynamic Programming Algorithms

  • The study of the dynamic programming technique
  • Analysis and implimentation of the dynamic programming algorithms.