-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
416 lines (406 loc) · 17.9 KB
/
mkdocs.yml
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
# Project information
site_name: CodePoint
site_description: >-
Expert Sheet Solutions in C++, Java, and Python.
site_author: Akash Singh
site_url: https://prepverse.github.io/CodePoint
# Repository
repo_name: CodePoint
repo_url: https://github.com/PrepVerse/CodePoint
# Copyright
copyright: Copyright © 2022 - 2023 <a href="http://github.com/AkashSingh3031"> Akash Singh </a>
# Configuration
theme:
name: material
custom_dir: material/overrides
language: en
favicon: assets/favicon.png
font:
text: Roboto
code: Roboto Mono
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
- content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.footer
- navigation.indexes
# - navigation.instant
# - navigation.instant.prefetch
- navigation.path
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
# - toc.integrate
icon:
logo: fontawesome/solid/laptop-code
repo: fontawesome/brands/github
tag:
html: fontawesome/brands/html5
js: fontawesome/brands/js
css: fontawesome/brands/css3
palette:
# Light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: white
accent: light blue
toggle:
icon: material/weather-night
name: Switch to dark mode
# Dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: cyan
accent: green
toggle:
icon: material/weather-sunny
name: Switch to light mode
pymdownx:
sponsor: "https://github.com/sponsors/AkashSingh3031"
# Plugins
plugins:
- blog:
archive: true
archive_name: Archive
archive_date_format: yyyy
archive_url_date_format: yyyy
archive_url_format: "archive/{date}"
archive_toc: true
authors: true
authors_file: "{blog}/.authors.yml"
blog_dir: learning_resources/blog
blog_toc: true
categories: true
categories_name: Categories
categories_url_format: "category/{slug}"
categories_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
categories_slugify_separator: _
categories_toc: true
pagination_format: "$link_first $link_previous ~2~ $link_next $link_last"
pagination_if_single_page: true
pagination_per_page: 5
pagination_url_format: "page/{page}"
post_dir: "{blog}/posts"
post_date_format: long
post_excerpt: optional
post_excerpt_max_authors: 1
post_excerpt_max_categories: 5
post_slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
post_slugify_separator: "-"
post_url_date_format: yyyy/MM/dd
# post_url_format: "{date}/{slug}"
post_url_format: "{categories}/{slug}"
post_url_max_categories: 2
post_readtime: true
post_readtime_words_per_minute: 250
# enabled: !ENV [CodePoint, false]
# - git-authors:
# show_contribution: true
# exclude:
# - index.md
# - git-committers:
# repository: PrepVerse/CodePoint
# branch: master
# - git-revision-date-localized:
# # custom_format: "%d. %B %Y"
# # enabled: !ENV [CodePoint, false]
# # enable_creation_date: true
# # fallback_to_build_date: true
# # locale: en
# # timezone: Asia
# # type: timeago
# # exclude:
# # - index.md
# - glightbox
# - meta
- minify:
minify_html: true
# - redirects:
# redirect_maps:
- search
# - social
- swagger-ui-tag
- tags:
tags_file: learning_resources/tags/tags.md
# Customization
extra:
analytics:
feedback:
title: Was this page helpful?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://prepverse.github.io/#contact" target="_blank" rel="noopener">feedback form</a>.
provider: google
property: G-JF4ZWKWVGC
comments:
enabled: true
# defaults to utterances unless replaced with mode: giscus
mode: giscus
# mode: utterances
# type: issues
social:
- icon: fontawesome/brands/github
link: https://github.com/AkashSingh3031
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/akashsingh3031
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/akash.singh3031
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/akashsingh3031
tags:
HTML5: html
JavaScript: js
CSS: css
extra_css:
- css/childpages_card_grid.css
- css/custom.css
- css/extra.css
- css/katex.css
- css/progressbar.css
# - css/pymdownx_extras.css
- https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
extra_javascript:
- js/feedback.js
- js/katex.js
- js/repo_card.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.js
- https://cdn.jsdelivr.net/npm/[email protected]/dist/contrib/auto-render.min.js
- js/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
block_tag: 'pre'
- pymdownx.betterem:
smart_enable: all
- pymdownx.blocks.admonition
- pymdownx.blocks.definition
- pymdownx.blocks.details
- pymdownx.blocks.html
- pymdownx.blocks.tab:
alternate_style: True
combine_header_slug: True
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
- pymdownx.highlight:
anchor_linenums: true
linenums_style: pymdownx.table
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
social_url_shorthand: true
social_url_shortener: true
user: PrepVerse
repo: CodePoint
- pymdownx.mark
- pymdownx.progressbar
- pymdownx.smartsymbols
- pymdownx.snippets
- 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
# - tools.collapse_code:
# expand_text: ''
# collapse_text: ''
nav:
- Home:
- Home: index.md
- Expert Sheet Solutions:
- Preface: preface.md
- Striver Sheets:
- DSA:
- Striver A2Z DSA Sheet:
- 1. Learn the basics:
- 1.1. Things to Know:
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.1/Video-Solution.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.1/User_Input-Output.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.1/Data-Types.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.1/If-Else-Statements.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.1/Switch-Statement.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.1/What-are-Arrays-Strings.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.1/For-Loops.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.1/While-Loops.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.1/Functions.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.1/Time-Complexity.md
- 1.2. Pattern Problems:
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Video-Solution.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-1.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-2.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-3.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-4.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-5.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-6.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-7.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-8.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-9.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-10.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-11.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-12.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-13.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-14.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-15.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-16.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-17.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-18.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-19.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-20.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-21.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Pattern-22.md
- 1.3. C++ STL:
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.3/Video-Solution.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.3/CPP-STL.md
- 1.4. Basic Maths:
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.4/Video-Solution.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.4/Count-Digits.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.4/Reverse-a-Number.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.4/Check-Palindrome.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.4/GCD-and-LCM.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.4/Armstrong-Numbers.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.4/Print-all-Divisors.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.4/Check-for-Prime.md
- 1.5. Basic Recursion:
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.5/Video-Solution.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.5/Undestand-Recursion.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.5/Print-Name-N-times.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.5/Print-1-to-N.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.5/Print-N-to-1.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.5/Sum-of-first-N-numbers.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.5/Factorial-of-N-numbers.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.5/Reverse-an-array.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.5/Check-if-a-string-is-palindrome-or-not.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.5/Fibonacci-Number.md
- 1.6. Basic Hashing:
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.6/Video-Solution.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.6/Counting-Frequencies-of-Array-Elements.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.6/Find-the-highest_lowest-frequency-element.md
- 2. Sorting Techiques:
- 2.1. Sorting-I:
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step02/step2.1/Selection-Sort.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step02/step2.1/Bubble-Sort.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step02/step2.1/Insertion-Sort.md
- 2.2. Sorting-II:
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step02/step2.2/Merge-Sort.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step02/step2.2/Recursive-Bubble-Sort.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step02/step2.2/Recursive-Insertion-Sort.md
- learning_resources/codepoint/striver_a2z_dsa_sheet_solution/step02/step2.2/Quick-Sort.md
- CSE Fundamentals:
- Striver SDE Core Sheet:
- learning_resources/codepoint/striver_core_sde_sheet_solution/operating_system/OS.md
- Coding Ninjas Series:
- learning_resources/CN_Series/preface.md
- Placement Preparation:
- Phase 1:
- 1. Aptitude:
- 1.1. Logical Reasoning:
- Module 1:
- learning_resources/CN_Series/Phase1/Aptitude/Logical_Reasoning/Module1/Alphanumeric_Series.md
- learning_resources/CN_Series/Phase1/Aptitude/Logical_Reasoning/Module1/Artificial_Language.md
# - Module 2:
# - learning_resources/CN_Series/Phase1/Aptitude/Logical_Reasoning/Module2/Deductive_Reasoning.md
# - Module 3:
# - learning_resources/CN_Series/Phase1/Aptitude/Logical_Reasoning/Module3/Mirror_Water_Images.md
# - 2. Puzzle:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - Phase 2:
# - Basic Programming:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - Basic Programming - Test:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - OOP:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - DSA:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - DSA - Test:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - Topic wise Problems:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - Phase 3:
# - OS:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - DBMS:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - CN:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - CSE Fundamentals - Test:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - System Design:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - Phase 4:
# - CP:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - CP - Test:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - Web Development:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - Data Science:
# - learning_resources/CN_Series/Phase1/Aptitude/Aptitude.md
# - Free Cources:
# - DSA:
# - Striver Series:
# - learning_resources/Free_Courses/Striver_Series/DSA.md
# - Love Babbar Series:
# - learning_resources/Free_Courses/Love_Babbar_Series/DSA.md
# - Apna College Series:
# - learning_resources/Free_Courses/Apna_College_Series/DSA.md
# - Theory:
# - Love Babbar Series:
# - learning_resources/Free_Courses/Love_Babbar_Series/DSA.md
# - Apna College Series:
# - learning_resources/Free_Courses/Apna_College_Series/DSA.md
- Blog:
- learning_resources/blog/index.md
- About:
- about/about.md
- about/contributing.md