feat: move circular buffer to trading

This commit is contained in:
Barrett Ruth 2024-11-30 14:38:57 -06:00
parent 143a8c988c
commit 5fd49dfb1e
5 changed files with 4 additions and 6 deletions

View file

@ -15,14 +15,12 @@ const postMapping = new Map([
// { name: "in the aggregate" }, // { name: "in the aggregate" },
], ],
], ],
["Trading", [{ name: "InteractiveBrokers TWS" }, { name: "valuation" }]],
[ [
"Algorithms", "Trading",
[ [{ name: "extrema circular buffer", link: "extrema-circular-buffer" }],
{ name: "leetcode daily", link: "leetcode-daily" }, // { name: "InteractiveBrokers TWS" }, { name: "valuation" }]],
{ name: "extrema circular buffer", link: "extrema-circular-buffer" },
],
], ],
["Algorithms", [{ name: "leetcode daily", link: "leetcode-daily" }]],
]); ]);
function refresh(e) { function refresh(e) {