Skip to content

Commit

Permalink
did some more clarifying of graph task
Browse files Browse the repository at this point in the history
  • Loading branch information
Vegard Fjellbo committed Oct 26, 2021
1 parent 4c991b5 commit 4f93e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/concurrent-tree.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"source": [
"Write Python code that finds a minimum spanning tree of an undirected graph using concurrent methods. State any additional assumptions you have made. Prepare to offer some context regarding spanning trees during an interview. If you are familiar with an external library that offers high-level constructs to program concurrently, then feel free to use it. We consider it a bonus if your choices are such that your solution can be modified to run on a cluster, but this is by no means a requirement.\n",
"\n",
"As an optional extra, try to write Python code that finds a minimum-cost spanning tree using concurrent methods. What known algorithm(s) did you use or modify to create your solution? Prepare to justify your choice(s) during an interview."
"As an optional extra, try to write Python code that finds a minimum-cost spanning tree (of an undirected graph) using concurrent methods. What known algorithm(s) did you use or modify to create your solution? Prepare to justify your choice(s) during an interview."
]
},
{
Expand Down

0 comments on commit 4f93e07

Please sign in to comment.