Skip to content

Commit f308f7e

Browse files
authored
Merge pull request #82 from brkdnmz/master
Move Data Structures - I bundle to mkdocs
2 parents 329e90b + daa9a6e commit f308f7e

File tree

7 files changed

+700
-0
lines changed

7 files changed

+700
-0
lines changed
7.39 KB
Loading
55.3 KB
Loading
54.1 KB
Loading
56.6 KB
Loading
57.9 KB
Loading

docs/data-structures-i/index.md

Lines changed: 698 additions & 0 deletions
Large diffs are not rendered by default.

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ nav:
55
- Introduction: introduction/index.md
66
- Dynamic Programming: dynamic-programming/index.md
77
- Algorithms - I: algorithms-i/index.md
8+
- Data Structures - I: data-structures-i/index.md
89
theme:
910
name: material
1011
custom_dir: docs/overrides
@@ -75,6 +76,7 @@ markdown_extensions:
7576
- toc:
7677
permalink: true
7778
- md_in_html
79+
- tables
7880

7981
plugins:
8082
- search

0 commit comments

Comments
 (0)