-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
251 lines (236 loc) · 8.74 KB
/
mkdocs.yml
File metadata and controls
251 lines (236 loc) · 8.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
# Project information
site_name: "RTEU CE205 Data Structures Course Notes"
docs_dir: docs # Where to find the markdown files
site_dir: site # Where to output the HTML files
site_author: 'Asst. Prof. Dr. Uğur CORUH'
site_url: 'https://ucoruh.github.io/ce205-data-structures/'
site_description: 'Course Notes for Software Developers'
# Repository
repo_name: 'GitHub'
repo_url: 'https://github.com/ucoruh/ce205-data-structures'
edit_uri: 'https://github.com/ucoruh/ce205-data-structures/edit/main/docs/'
# Copyright
copyright: Copyright © 2006 - 2024 Recep Tayyip Erdoğan University
# Configuration
theme:
name: material
custom_dir: docs/overrides
favicon: images/favicon.png
icon:
previous: fontawesome/solid/angle-left
next: fontawesome/solid/angle-right
logo: logo # Adjust the file name if necessary
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Static files
static_templates:
- 404.html
# Default values, taken from mkdocs_theme.yml
language: en
features:
- content.code.annotate
- content.tabs.link
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
palette:
- scheme: default
primary: green
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: brown
accent: brown
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
# Customization
extra:
annotate:
json: [.s2]
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_RTEU_CE205
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target=_blank>feedback form</a>.
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better.
cookies:
analytics: Google Analytics
social:
- icon: fontawesome/brands/github
link: https://github.com/ucoruh
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ugurcoruh/
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/ucoruh/
- icon: fontawesome/regular/id-card
link: https://dblp.org/pid/230/0394.html
- icon: fontawesome/brands/orcid
link: https://orcid.org/my-orcid?orcid=0000-0003-4193-8401
- icon: fontawesome/brands/google
link: https://scholar.google.com/citations?user=KIU4ltMAAAAJ&hl=tr
# Extensions
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: ucoruh
repo: cce205-data-structures
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- codehilite:
guess_lang: true
# Plugins
plugins:
- mkdocs-simple-hooks:
hooks:
on_env: "hooks:on_env"
- external-markdown
- mkdocs-video
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- i18n:
docs_structure: suffix
reconfigure_material: true
reconfigure_search: true
fallback_to_default: true
languages:
- locale: en
name: "English"
build: true
default: true
site_name: "RTEU CE205 Data Structures Course Notes"
- locale: tr
name: "Türkçe"
build: true
site_name: "RTEU CE205 Veri Yapıları Ders Notları"
nav_translations:
Home: "Anasayfa"
Syllabus: "Ders Programı"
Course Modules: "Ders Modülleri"
Week-1 (Introduction to Data Structures): "Hafta-1 (Veri Yapılarına Giriş)"
Week-2 (Linked Lists): "Hafta-2 (Bağlı Listeler)"
Week-3 (Stacks and Queues): "Hafta-3 (Yığınlar ve Kuyruklar)"
Week-4 (Tree Data Structures): "Hafta-4 (Ağaç Veri Yapıları)"
Week-5 (Graph Data Structures): "Hafta-5 (Graf Veri Yapıları)"
Week-6 (Graph Algorithms): "Hafta-6 (Graf Algoritmaları)"
Week-7 (Search and Hashing): "Hafta-7 (Arama ve Hashleme)"
Week-8 (Midterm): "Hafta-8 (Ara Sınav)"
Week-9 (Sorting): "Hafta-9 (Sıralama)"
Week-10 (Advanced Tree Structures): "Hafta-10 (İleri Ağaç Yapıları)"
Week-11 (String Data Structures): "Hafta-11 (Dize Veri Yapıları)"
Week-12 (String Algorithms): "Hafta-12 (Dize Algoritmaları)"
Week-13 (Sequential and Direct File Organization): "Hafta-13 (Sıralı ve Doğrudan Dosya Düzeni)"
Week-14 (Direct File Organization and B Tree Structures for File): "Hafta-14 (Dosya için Doğrudan Dosya ve B Ağaç Yapıları)"
Week-15 (Hashing Techniques, String Matching, Trie, Secondary Key Retrieval, File Sorting): "Hafta-15 (Hashleme Teknikleri, Dize Eşleştirme, Trie, İkincil Anahtar Erişimi, Dosya Sıralama)"
Week-16 (Final): "Hafta-16 (Final)"
Project Guide: "Proje Rehberi"
License: "Lisans"
Resume: "Özgeçmiş"
Changelog: "Revizyonlar"
- tags:
tags_file: tags.md
- minify:
minify_html: true
htmlmin_opts:
remove_comments: true
- git-revision-date-localized:
fallback_to_build_date: true
type: timeago
- git-authors:
sort_authors_by: contribution
- git-committers:
repository: ucoruh/ce205-data-structures
docs_path: docs/
branch: main
token: !ENV MKDOCS_GIT_COMMITTERS_APIKEY
- macros
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Page tree (for navigation)
nav:
- Home: index.md
- Syllabus: syllabus/syllabus.md
- Course Modules:
- Week-1 (Introduction to Data Structures): week-1-intro/ce205-week-1-intro.md
- Week-2 (Linked Lists): week-2-linkedlist/ce205-week-2-linkedlist.md
- Week-3 (Stacks and Queues): week-3-stack/ce205-week-3-stack.md
- Week-4 (Tree Data Structures): week-4-tree-structures/ce205-week-4-tree-structures.md
- Week-5 (Grapy Data Structures): week-5-graph-structures/ce205-week-5-graph-structures.md
- Week-6 (Graph Algorithms): week-6-graph-algorithms/ce205-week-6-graph-algorithms.md
- Week-7 (Search and Hashing): week-7-search-hashing/ce205-week-7-search-hashing.md
- Week-8 (Midterm): week-8-midterm/ce205-week-8-midterm.md
- Week-9 (Sorting): week-9-sorting/ce205-week-9-sorting.md
- Week-10 (Advanced Tree Structures): week-10-advanced-tree-structures/ce205-week-10-advanced-tree-structures.md
- Week-11 (String Data Structures): week-11-string-structures/ce205-week-11-string-structures.md
- Week-12 (String Algorithms): week-12-string-algorithms/ce205-week-12-string-algorithms.md
- Week-13 (Sequential and Direct File Organization): week-13-direct-sequential-file/ce205-week-13-direct-sequential-file.md
- Week-14 (Direct File Organization and B Tree Structures for File): week-14-direct-file-b-tree/ce205-week-14-direct-file-b-tree.md
- Week-15 (Hashing Techniques, String Matching, Trie, Secondary Key Retrival, File Sorting): week-15-hashing-trie/ce205-week-15-hashing-trie.md
- Week-16 (Final): week-16-final/ce205-week-16-final.md
- Project Guide: project-guide/index.md
- License: license.md
- Resume: resume/index.md
- Changelog: changelog/index.md