-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Akash Singh
committed
Oct 5, 2023
1 parent
dd46b59
commit 53e41c4
Showing
15 changed files
with
859 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
AkashSingh3031: | ||
name: Akash Singh | ||
description: Creator | ||
avatar: https://avatars.githubusercontent.com/u/60146338 | ||
authors: | ||
AkashSingh3031: | ||
name: Akash Singh | ||
description: Creator | ||
avatar: https://avatars.githubusercontent.com/u/60146338 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
# Blog | ||
# Blog | ||
|
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
83 changes: 83 additions & 0 deletions
83
...urces/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.1/Video-Solution.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
--- | ||
icon: simple/youtube | ||
--- | ||
|
||
<style> | ||
table { | ||
display: inline-block; | ||
} | ||
|
||
table { | ||
/* display: table; */ | ||
border-collapse: separate; | ||
box-sizing: border-box; | ||
text-indent: initial; | ||
border-spacing: 2px; | ||
border-color: grey; | ||
} | ||
|
||
code { | ||
font-family: monospace; | ||
} | ||
|
||
table code { | ||
font-size: 12px; | ||
padding: 3px; | ||
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | ||
display: inline-block; | ||
border-radius: 2px; | ||
} | ||
|
||
table tr td { | ||
white-space: nowrap; | ||
} | ||
|
||
td { | ||
display: table-cell; | ||
vertical-align: inherit; | ||
} | ||
|
||
.md-typeset code { | ||
border-radius: 1rem; | ||
font-size: 1.2em; | ||
} | ||
|
||
.red { | ||
border: 1px solid red; | ||
color: black; | ||
background-color: red; | ||
border-width: medium; | ||
} | ||
|
||
.cyan { | ||
border: 1px solid cyan; | ||
color: black; | ||
background-color: cyan; | ||
border-width: medium; | ||
} | ||
|
||
.youtube-player{ | ||
background:black; | ||
border:2px solid red; | ||
padding:10px; | ||
border-radius:20px; | ||
} | ||
|
||
.title{ | ||
background:black; | ||
border:2px solid red; | ||
padding:5px; | ||
border-radius:25px; | ||
} | ||
</style> | ||
!!! abstract "" | ||
???+ success "<code class="red"> C++ Basics in One Shot </code>" | ||
<div align="center"> | ||
<!-- <h2> <code class="red"> C++ Basics in One Shot </code> </h2> --> | ||
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="315" src="https://www.youtube.com/embed/EAR7De6Goz4?start=250"></iframe> | ||
</div> | ||
???+ success "<code class="red"> Time and Space Complexity </code>" | ||
<div align="center"> | ||
<!-- <h2> <code class="red"> Time and Space Complexity </code> </h2> --> | ||
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="315" src="https://www.youtube.com/embed/FPu9Uld7W-E?start=66"></iframe> | ||
</div> |
78 changes: 78 additions & 0 deletions
78
...triver_a2z_dsa_sheet_solution/step01/step1.2/Pattern_Problems/Video-Solution.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
--- | ||
icon: simple/youtube | ||
--- | ||
|
||
<style> | ||
table { | ||
display: inline-block; | ||
} | ||
|
||
table { | ||
/* display: table; */ | ||
border-collapse: separate; | ||
box-sizing: border-box; | ||
text-indent: initial; | ||
border-spacing: 2px; | ||
border-color: grey; | ||
} | ||
|
||
code { | ||
font-family: monospace; | ||
} | ||
|
||
table code { | ||
font-size: 12px; | ||
padding: 3px; | ||
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | ||
display: inline-block; | ||
border-radius: 2px; | ||
} | ||
|
||
table tr td { | ||
white-space: nowrap; | ||
} | ||
|
||
td { | ||
display: table-cell; | ||
vertical-align: inherit; | ||
} | ||
|
||
.md-typeset code { | ||
border-radius: 1rem; | ||
font-size: 1.2em; | ||
} | ||
|
||
.red { | ||
border: 1px solid red; | ||
color: black; | ||
background-color: red; | ||
border-width: medium; | ||
} | ||
|
||
.cyan { | ||
border: 1px solid cyan; | ||
color: black; | ||
background-color: cyan; | ||
border-width: medium; | ||
} | ||
|
||
.youtube-player{ | ||
background:black; | ||
border:2px solid red; | ||
padding:10px; | ||
border-radius:20px; | ||
} | ||
|
||
.title{ | ||
background:black; | ||
border:2px solid red; | ||
padding:5px; | ||
border-radius:25px; | ||
} | ||
</style> | ||
!!! abstract "" | ||
???+ success "<code class="red"> Solve any Pattern Question </code>" | ||
<div align="center"> | ||
<!-- <h2> <code class="red"> Solve any Pattern Question </code> </h2> --> | ||
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="315" src="https://www.youtube.com/embed/tNm_NNSB3_w?start=25"></iframe> | ||
</div> |
78 changes: 78 additions & 0 deletions
78
...urces/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.3/Video-Solution.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
--- | ||
icon: simple/youtube | ||
--- | ||
|
||
<style> | ||
table { | ||
display: inline-block; | ||
} | ||
|
||
table { | ||
/* display: table; */ | ||
border-collapse: separate; | ||
box-sizing: border-box; | ||
text-indent: initial; | ||
border-spacing: 2px; | ||
border-color: grey; | ||
} | ||
|
||
code { | ||
font-family: monospace; | ||
} | ||
|
||
table code { | ||
font-size: 12px; | ||
padding: 3px; | ||
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | ||
display: inline-block; | ||
border-radius: 2px; | ||
} | ||
|
||
table tr td { | ||
white-space: nowrap; | ||
} | ||
|
||
td { | ||
display: table-cell; | ||
vertical-align: inherit; | ||
} | ||
|
||
.md-typeset code { | ||
border-radius: 1rem; | ||
font-size: 1.2em; | ||
} | ||
|
||
.red { | ||
border: 1px solid red; | ||
color: black; | ||
background-color: red; | ||
border-width: medium; | ||
} | ||
|
||
.cyan { | ||
border: 1px solid cyan; | ||
color: black; | ||
background-color: cyan; | ||
border-width: medium; | ||
} | ||
|
||
.youtube-player{ | ||
background:black; | ||
border:2px solid red; | ||
padding:10px; | ||
border-radius:20px; | ||
} | ||
|
||
.title{ | ||
background:black; | ||
border:2px solid red; | ||
padding:5px; | ||
border-radius:25px; | ||
} | ||
</style> | ||
!!! abstract "" | ||
???+ success "<code class="red"> Complete C++ STL </code>" | ||
<div align="center"> | ||
<!-- <h2> <code class="red"> Complete C++ STL </code> </h2> --> | ||
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="315" src="https://www.youtube.com/embed/RRVYpIET_RU?start=0"></iframe> | ||
</div> |
78 changes: 78 additions & 0 deletions
78
...urces/codepoint/striver_a2z_dsa_sheet_solution/step01/step1.4/Video-Solution.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
--- | ||
icon: simple/youtube | ||
--- | ||
|
||
<style> | ||
table { | ||
display: inline-block; | ||
} | ||
|
||
table { | ||
/* display: table; */ | ||
border-collapse: separate; | ||
box-sizing: border-box; | ||
text-indent: initial; | ||
border-spacing: 2px; | ||
border-color: grey; | ||
} | ||
|
||
code { | ||
font-family: monospace; | ||
} | ||
|
||
table code { | ||
font-size: 12px; | ||
padding: 3px; | ||
font-family: Monaco, Menlo, Consolas, "Courier New", monospace; | ||
display: inline-block; | ||
border-radius: 2px; | ||
} | ||
|
||
table tr td { | ||
white-space: nowrap; | ||
} | ||
|
||
td { | ||
display: table-cell; | ||
vertical-align: inherit; | ||
} | ||
|
||
.md-typeset code { | ||
border-radius: 1rem; | ||
font-size: 1.2em; | ||
} | ||
|
||
.red { | ||
border: 1px solid red; | ||
color: black; | ||
background-color: red; | ||
border-width: medium; | ||
} | ||
|
||
.cyan { | ||
border: 1px solid cyan; | ||
color: black; | ||
background-color: cyan; | ||
border-width: medium; | ||
} | ||
|
||
.youtube-player{ | ||
background:black; | ||
border:2px solid red; | ||
padding:10px; | ||
border-radius:20px; | ||
} | ||
|
||
.title{ | ||
background:black; | ||
border:2px solid red; | ||
padding:5px; | ||
border-radius:25px; | ||
} | ||
</style> | ||
!!! abstract "" | ||
???+ success "<code class="red"> Basic Maths for DSA </code>" | ||
<div align="center"> | ||
<!-- <h2> <code class="red"> Basic Maths for DSA </code> </h2> --> | ||
<iframe title="YouTube video player" class="youtube-player" type="text/html" width="560" height="315" src="https://www.youtube.com/embed/1xNbjMdbjug?start=108"></iframe> | ||
</div> |
Oops, something went wrong.