feat: move circular buffer to trading
This commit is contained in:
parent
143a8c988c
commit
5fd49dfb1e
5 changed files with 4 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue