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" },
|
// { 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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue