docs(docs): restructure documentation directories and remove placeholder study decks

This commit is contained in:
Prad Nukala
2026-08-19 22:08:37 -04:00
parent 3224db8bd4
commit 64cfcb53e6
30 changed files with 0 additions and 30 deletions
@@ -13,8 +13,3 @@ This page is a scaffold. Notes, canonical problems, and template code are not wr
## Study deck
Drill the essentials — click the deck, then use the arrow keys.
<StudyDeck deck="two-pointers" />
@@ -7,8 +7,3 @@ description: 'Precomputed cumulative state for O(1) range queries.'
This page is a scaffold. Notes, canonical problems, and template code are not written yet. This page is a scaffold. Notes, canonical problems, and template code are not written yet.
::: :::
## Study deck
Drill the essentials — click the deck, then use the arrow keys.
<StudyDeck deck="prefix-sum" />
@@ -7,8 +7,4 @@ description: 'Two pointers plus incremental state between them.'
This page is a scaffold. Notes, canonical problems, and template code are not written yet. This page is a scaffold. Notes, canonical problems, and template code are not written yet.
::: :::
## Study deck
Drill the essentials — click the deck, then use the arrow keys.
<StudyDeck deck="sliding-window" />
@@ -29,8 +29,4 @@ Random access in this context means that you can access an element at any index
::: :::
## Study deck
Drill the essentials — click the deck, then use the arrow keys.
<StudyDeck deck="binary-search" />
@@ -63,9 +63,3 @@ Random access in this context means that you can access an element at any index
</Columns> </Columns>
## Study deck
Drill the essentials — click the deck, then use the arrow keys.
<StudyDeck deck="arrays-and-strings" />
@@ -28,9 +28,3 @@ Appending to the end of a list is amortized O(1) time complexity. This means tha
Random access in this context means that you can access an element at any index in constant time. Random access in this context means that you can access an element at any index in constant time.
::: :::
## Study deck
Drill the essentials — click the deck, then use the arrow keys.
<StudyDeck deck="hashing" />