This repository contains the materials and code implementations for the "Algorithms Analysis and Design from Scratch" course. The course covers various algorithms, their analysis, and design principles. For more details, visit the course page.
-
Circle Area
-
Sigma Notation - Standard Deviation
-
Algorithms Analysis - Introduction
-
Algorithms Analysis - Calculus Function
-
Algorithms Analysis - Big O Notation
-
Algorithms Analysis - Drawing Complexity classes on graph
-
Calculus - Optimization Problems - Max Profit Example
-
Greedy Algorithm - Introduction
-
Dynamic Programming - Stagecoach Problem
-
Dynamic Programming - Longest Common Subsequence
-
Dynamic Programming - 0/1 Knapsack Problem