Skip to content

skychan/discrete_opt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Submission for Discrete Optimization (Coursera)

0. Knapsack

Use DFS can solve with all 10s

1. Graph Coloring

  • Heuristic. (Can pass the assignment, but not all 10s)
    • Consider the degree of nodes
    • Consider possible coloring options for nodes
  • Backtracking, for dense graph, it takes too long time to get a solution.
  • Local search with designed objective

About

the submission works for me~

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published