This is the repo for C++ and Python solutions of the assignments for the Coursera's Algorithmic Toolbox course.
- For C++ files
g++ -pipe -O2 -std=c++14 <filename> -lm
- For python files
python3 <filename>
- Sum of two digits
- Max Pairwise Product
- Fibonacci Numbers
- Last digit of Fibonacci Numbers
- GCD
- LCM
- Fibonacci Numbers Again
- Last Digit of sum of fibonacci numbers
- Last Digit of sum of fibonacci numbers again
- Last Digit of sum of squares of fibonacci numbers
- Money change
- Max value of the loot
- Car Fueling
- Maximum Advertisement Revenue
- Collecting Signatures
- Maximum number of prizes
- Maximum Salary
- Binary Search
- Majority Element
- Improving Quicksort
- Number of Inversions
- [] Organizing a lottery
- [] Closest Points
- Money Change