/Algorithms

Primary LanguageJupyter Notebook

COMP 7270: Advanced Algorithms

Spring 2021 / Auburn University

This repository is my implementation of assignments and projects of COMP 7270: Advanced Algorithms.

Useful Link

Assignment 1

✅ Q1: Proof by Contradiction

✅ Q2: Loop Invariant

✅ Q3: Sorting

✅ Q4 & Q5: Recursion

Assignment 2

✅ Q1-Q5: Time Complexity Analysis of Algorithm

✅ Q6: Recurrence Relation Analysis using Recursion Tree Method

✅ Q7: Recurrence Relation Analysis using Master Theorem

Assignment 3

✅ Q1-Q5: Dynamic Programming ➡️ Top 50 DP Problem

✔️ Matrix Chain Multiplication 

✔️ Rod Cut 

✔️ Longest Common Subsequence 

Assignment 4

✅ Q1-Q5: Greedy Algorithm

✔️ Lecture Hall Assignment Problem

✔️ Fractional Knapsack Problem

✔️ Base Station Problem