Basic Graphs¶
Lecture date: Wednesday, September 11, 2019Synopsis¶
Here is a quick review of graphs. There are three representations you will want to know.
Recommended Reading¶
- Competitive Programming 3 section 2.4.1
Problem¶
- 11991 - Easy Problem From Rujia Liu
- Represent the graph given in the lecture slides in all three ways using C++ code.