Skip to content

Repository files navigation

AOA_Project_2

Project Files

Problem 1 — Max-Flow Reduction for Cloud Task Assignment

Source File: cloud.py
This script builds a bipartite flow network between tasks and servers, runs Dinic’s algorithm, and generates:

  • Runtime vs number of tasks/servers plot
  • Runtime vs number of edges plot
  • Log–log runtime scaling plot

Problem 2 — NP-Hard Problem: Multiple Sequence Alignment

Source File: np_hard.py
This script implements:

  • Progressive alignment heuristic
  • Pairwise scoring
  • DP-based alignment routines
  • Runtime experiments for scaling
  • MSA score evaluation plots

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages