{
"cells": [
{
"cell_type": "markdown",
"id": "2133c064",
"metadata": {},
"source": [
"
\n",
"\n",
"### Programming large-scale parallel systems\n",
"\n",
"\n",
"# All pairs of shortest paths\n"
]
},
{
"cell_type": "markdown",
"id": "a7b64d5a",
"metadata": {},
"source": [
"## Contents\n",
"\n",
"In this notebook, we will learn\n",
"\n",
"- How to parallelize Floyd's algorithm\n",
"- How communication can affect the correctness of a distributed algorithm\n"
]
},
{
"cell_type": "markdown",
"id": "394d4b7a",
"metadata": {},
"source": [
"