mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
docs(docs): restructure documentation directories and remove placeholder study decks
This commit is contained in:
@@ -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.
|
||||
:::
|
||||
|
||||
## 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.
|
||||
:::
|
||||
|
||||
## 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" />
|
||||
-6
@@ -63,9 +63,3 @@ Random access in this context means that you can access an element at any index
|
||||
</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.
|
||||
:::
|
||||
|
||||
|
||||
## Study deck
|
||||
|
||||
Drill the essentials — click the deck, then use the arrow keys.
|
||||
|
||||
<StudyDeck deck="hashing" />
|
||||
Reference in New Issue
Block a user