diff --git a/06-graph-basics/README.md b/06-graph-basics/README.md index 738fc19..12e5d9c 100644 --- a/06-graph-basics/README.md +++ b/06-graph-basics/README.md @@ -1,3 +1,15 @@ +# Hoofdstuk 1: Basis grafen +Dit hoofdstuk omvat de basis van grafen, samen met enkele veelgebruikte voorstellingen. +- Beginselen definities en terminologie +- Soorten grafen +- Verbindingslijst +- Aanliggendheids matrix +- Aanliggensheids lijst +- Speciale voorstellingen voor bomen + +## Vereisten +- Hoofdstuk 1: [Complexiteit](../01-complexity) + # Unit 6: Graph basics This unit covers the basics of graphs and then some common representations. - Basic definitions and vocabulary