We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e89e3e commit 4de90ebCopy full SHA for 4de90eb
Chapter13/README.md
@@ -104,3 +104,6 @@ How would you scale your graph so that the input will fit?
104
105
## [Review 12](review/12.txt)
106
How would you scale the input without trial and error?
107
+
108
+## [Review 13](review/13.txt)
109
+Why would you format your input rather than just having the file contain "the numbers"?
Chapter13/review/13.txt
@@ -0,0 +1,4 @@
1
+So that it is easier for humans to read, and to provide context for their values,
2
+when a given data starts is indicated by a '{', and when it ends by '}'.
3
+The year is separated by the data by a colon.
4
+Simple but effective sanity checks that prevent users from giving garbage values.
0 commit comments