summaryrefslogtreecommitdiff
path: root/log.org
diff options
context:
space:
mode:
Diffstat (limited to 'log.org')
-rw-r--r--log.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/log.org b/log.org
index a5ce622..f772b32 100644
--- a/log.org
+++ b/log.org
@@ -13,5 +13,5 @@
- Attempting a (naive) linear array first to see if it works (half expecting it to fail on time limit)
- Failed on TLE
* TODO 924
-- Involves finding the graph depth maximum number of nodes from a given node
-- BFS with keeping track of queue size at each depth
+- Involves finding the depth with maximum number of nodes from a given node
+- BFS with keeping track of queue sizes for each depth