This repository contains implementations of various algorithms such as divide and conquer,Greedy and Backtracking etc.
- Minimum and maximum value in an array
- Quick sort
- Fractional Knapsack
To test and modify algorithms implemented in this repository, follow these steps:
-
Clone the repository:
git clone https://github.com/https://github.com/GECI-IT-2020-24/Algorithm-Analysis-and-Design-AAD
-
compile and run the tests in each folder using
chmod +x ./test.sh ./test.sh
-
currently used c compiler is clang and linker is mold.Change the compiler and linker in makefile.
Feel free to contribute : )