Skip to content

GECI-IT-2020-24/Algorithm-Analysis-and-Design-AAD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm-Analysis-and-Design-AAD

This repository contains implementations of various algorithms such as divide and conquer,Greedy and Backtracking etc.

aad

Algorithms Implemented

Divide and Conquer

  • Minimum and maximum value in an array
  • Quick sort

Greedy Algorithms

  • Fractional Knapsack

Installation and Testing

To test and modify algorithms implemented in this repository, follow these steps:

  1. Clone the repository:

    git clone https://github.com/https://github.com/GECI-IT-2020-24/Algorithm-Analysis-and-Design-AAD
  2. compile and run the tests in each folder using

       chmod +x ./test.sh
       ./test.sh
  3. currently used c compiler is clang and linker is mold.Change the compiler and linker in makefile.

Contribution

Feel free to contribute : )

About

This repository contains implementations of various algorithms such as divide and conquer,Greedy and Backtracking etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages