FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

approximation-algorithm · GitHub Topics · GitHub

#

approximation-algorithm

Here are 10 public repositories matching this topic...

Implements a traveling salesperson problem (TSP) approximation algorithm in order to optimize routes for package deliveries. Written in Python. Supports multiple delivery vehicles, real time changes to delivery schedules and addresses, and provides detailed status updates for each package at any time before, during, or after delivery.

  • Updated Jan 12, 2021
  • Python

Empirical comparison of an exact Θ(n·2ⁿ) brute force vs. a Θ(n log n) modified greedy heuristic (provable 1/2-approximation) on the Subset Sum problem. Brute force fits 1.868ⁿ with R²=0.9955; heuristic achieves 0.9848 mean quality ratio.

  • Updated May 18, 2026
  • Jupyter Notebook

The folder contains implemented approaches of curves fitting of Non-Specific binding of Blood Plasma proteins to the sensor surface

  • Updated Nov 11, 2022
  • Jupyter Notebook

A Java approximation algorithm for the Traveling Salesman problem (graph, nodes, edges, delivery solver).

  • Updated May 25, 2026
  • Java

An implementation of Chakrabarty and Goel's approximationalgorithm for the maximum budgeted allocation problem.

  • Updated Mar 1, 2026
  • Python

A program that breaks cycles in undirected and directed graphs (with and without weights), that is, to find the minimum feedback arc set in given graphs.

  • Updated Dec 11, 2023
  • C++

Orthogonal regression polynomial approximation: no SLE, fast, high precision, no dependencies

  • Updated Dec 25, 2023
  • PHP

Improve this page

Add a description, image, and links to the approximation-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the approximation-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL