Skip to content
Snippets Groups Projects
Commit 84f194d4 authored by Brady James Garvin's avatar Brady James Garvin
Browse files

Fixed line wrapping mistakes.

parent c69b1068
No related branches found
No related tags found
No related merge requests found
......@@ -67,8 +67,9 @@ function color(graph) {
### Subproblem
Subproblem: Given an undirected graph and a coloring of its vertices, determine
whether the coloring is proper (no adjacent vertices share a color).
Subproblem: Given an undirected graph and a coloring of its vertices,
determine whether the coloring is proper (no adjacent vertices share a
color).
#### Contract
......@@ -125,9 +126,9 @@ function knapsack(items, getWeight, weightLimit, getValue) {
### Subproblem
Subproblem: Given a universe of items, a function to compute the weights of sets
of items, and a weight limit, find the set of all sets of items not exceeding
the weight limit.
Subproblem: Given a universe of items, a function to compute the
weights of sets of items, and a weight limit, find the set of all sets
of items not exceeding the weight limit.
#### Contract
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment