Skip to content

Commit

Permalink
Merge pull request #82 from brkdnmz/master
Browse files Browse the repository at this point in the history
Move Data Structures - I bundle to mkdocs
  • Loading branch information
brkdnmz authored Oct 10, 2024
2 parents 329e90b + daa9a6e commit f308f7e
Show file tree
Hide file tree
Showing 7 changed files with 700 additions and 0 deletions.
Binary file added docs/data-structures-i/img/fenwick.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/data-structures-i/img/linkedlist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/data-structures-i/img/segtree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/data-structures-i/img/segtreequery.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/data-structures-i/img/segtreeupdate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
698 changes: 698 additions & 0 deletions docs/data-structures-i/index.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nav:
- Introduction: introduction/index.md
- Dynamic Programming: dynamic-programming/index.md
- Algorithms - I: algorithms-i/index.md
- Data Structures - I: data-structures-i/index.md
theme:
name: material
custom_dir: docs/overrides
Expand Down Expand Up @@ -75,6 +76,7 @@ markdown_extensions:
- toc:
permalink: true
- md_in_html
- tables

plugins:
- search
Expand Down

0 comments on commit f308f7e

Please sign in to comment.