Skip to content

Rishit2000/Empirical-Analysis-Of-Approximation-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Empirical-Analysis-Of-Approximation-Algorithms

This repository contains the code and findings for my Design Project (BITS Pilani – CS F376).

Overview

  • Implemented several heuristics for the Vertex Cover, Set Cover, and Traveling Salesman problem in Python.

  • Programmed benchmark solutions using brute force and Integer Linear Programming (ILP) methods.

  • Generated tables and 2D/3D graphs by changing parameters such as number of vertices and graph density.

  • Conducted a comparative analysis of the above algorithms based on execution time and performance ratio against benchmarks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published