summaryrefslogtreecommitdiff
path: root/log.org
diff options
context:
space:
mode:
Diffstat (limited to 'log.org')
-rw-r--r--log.org9
1 files changed, 8 insertions, 1 deletions
diff --git a/log.org b/log.org
index 7045172..b54471b 100644
--- a/log.org
+++ b/log.org
@@ -19,6 +19,13 @@
- Min priority queue with decrease-key
* TODO 10954
- Min priority queue, popping each element and adding it
-- Adding up costs of a simple array would not work since adition of sums would not necespasarily be smallest (adding other sums to additions could be shortest)
+- Adding up costs of a simple array would not work since adition of sums would not necessarily be smallest (adding other sums to additions could be shortest)
* TODO 11995
- Would need all STL DS??
+* TODO new probs
+** TODO 100235
+- Sieve of eratothenes
+** TODO 10140
+-
+** TODO 11264
+- greedy algorithm, ch 16