Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • main
  • solution
2 results

Target

Select target project
  • jnguyen65/greedy-algorithms
  • coie2/greedy-algorithms
  • csce-310/greedy-algorithms
3 results
Select Git revision
  • main
  • solution
2 results
Show changes
Commits on Source (1)
......@@ -55,10 +55,10 @@ Problem: Given a sequence of fueling sites, the distances between consecutive si
## DAG
* Vertices (situations):
* Locations
* Edges (actions):
* Ways to advance to a location up to `range` units of distance away
* Vertices (situations):
* Locations
* Edge weights (optional):
* Distance to the next location
* Topological order:
......@@ -209,11 +209,11 @@ Problem: Given frequencies for a set of symbols, create a lossless binary encodi
## DAG
* Vertices (situations):
*
* Edges (actions):
*
* Edge weights (optional):
* Vertices (situations):
*
* Edge weights:
*
* Topological order:
*
......