feat: refactor + remove trading section

This commit is contained in:
Barrett Ruth 2025-04-15 13:42:28 -04:00
parent 8d320b8c1c
commit 9effc1cab9
16 changed files with 83 additions and 233 deletions

View file

@ -11,10 +11,6 @@ const postMapping = new Map([
"Economics",
[{ name: "models of production", link: "models-of-production" }],
],
[
"Trading",
[{ name: "extrema circular buffer", link: "extrema-circular-buffer" }],
],
[
"Algorithms",
[
@ -24,6 +20,7 @@ const postMapping = new Map([
},
{ name: "leetcode daily", link: "leetcode-daily" },
{ name: "practice makes perfect", link: "practice-makes-perfect" },
{ name: "extrema circular buffer", link: "extrema-circular-buffer" },
],
],
]);