diff --git a/posts/algorithms/extrema-circular-buffer.html b/posts/trading/extrema-circular-buffer.html similarity index 100% rename from posts/algorithms/extrema-circular-buffer.html rename to posts/trading/extrema-circular-buffer.html diff --git a/public/code/algorithms/extrema-circular-buffer/map.cpp b/public/code/trading/extrema-circular-buffer/map.cpp similarity index 100% rename from public/code/algorithms/extrema-circular-buffer/map.cpp rename to public/code/trading/extrema-circular-buffer/map.cpp diff --git a/public/code/algorithms/extrema-circular-buffer/monotonic.cpp b/public/code/trading/extrema-circular-buffer/monotonic.cpp similarity index 100% rename from public/code/algorithms/extrema-circular-buffer/monotonic.cpp rename to public/code/trading/extrema-circular-buffer/monotonic.cpp diff --git a/public/code/algorithms/extrema-circular-buffer/naive.cpp b/public/code/trading/extrema-circular-buffer/naive.cpp similarity index 100% rename from public/code/algorithms/extrema-circular-buffer/naive.cpp rename to public/code/trading/extrema-circular-buffer/naive.cpp diff --git a/scripts/index.js b/scripts/index.js index ba762f7..9e6590d 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -15,14 +15,12 @@ const postMapping = new Map([ // { name: "in the aggregate" }, ], ], - ["Trading", [{ name: "InteractiveBrokers TWS" }, { name: "valuation" }]], [ - "Algorithms", - [ - { name: "leetcode daily", link: "leetcode-daily" }, - { name: "extrema circular buffer", link: "extrema-circular-buffer" }, - ], + "Trading", + [{ name: "extrema circular buffer", link: "extrema-circular-buffer" }], + // { name: "InteractiveBrokers TWS" }, { name: "valuation" }]], ], + ["Algorithms", [{ name: "leetcode daily", link: "leetcode-daily" }]], ]); function refresh(e) {