aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-09-10 09:29:30 -0300
committerEuAndreh <eu@euandre.org>2021-09-10 09:29:34 -0300
commit1f787eb6a51a4ba38f026dc2f4872a92fca1175b (patch)
treee4a28ec31dde20eb86f910a81784d27b4f468840
parentTODOs.md: Add #task-089dca19-14e2-e1c1-6a47-9af6ab8eb42a (diff)
downloadeuandre.org-1f787eb6a51a4ba38f026dc2f4872a92fca1175b.tar.gz
euandre.org-1f787eb6a51a4ba38f026dc2f4872a92fca1175b.tar.xz
Pastebin: O(n) -> amortized O(1)
-rw-r--r--_pastebins/2021-09-03-sicp-persistent-amortized-o1-queue.md (renamed from _pastebins/2021-09-03-sicp-persistent-on-queue.md)4
1 files changed, 2 insertions, 2 deletions
diff --git a/_pastebins/2021-09-03-sicp-persistent-on-queue.md b/_pastebins/2021-09-03-sicp-persistent-amortized-o1-queue.md
index e00b9d7..8cf7ea2 100644
--- a/_pastebins/2021-09-03-sicp-persistent-on-queue.md
+++ b/_pastebins/2021-09-03-sicp-persistent-amortized-o1-queue.md
@@ -1,6 +1,6 @@
---
-title: SICP persistent O(n) queue
+title: SICP persistent amortized O(1) queue
date: 2021-09-03
@@ -8,7 +8,7 @@ layout: post
lang: en
-ref: sicp-persistent-on-queue
+ref: sicp-persistent-amortized-o1-queue
---