Skip to content

Commit 338a2d3

Browse files
committed
Merge branch 'main' of github.com:Ayush-Vish/DSA-CP-Codes
2 parents 6561a9b + 6a9c81f commit 338a2d3

File tree

1 file changed

+98
-4
lines changed

1 file changed

+98
-4
lines changed

README.md

Lines changed: 98 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ using namespace std;
928928
</details>
929929

930930
<details class="dir-details">
931-
<summary><span class="dir-icon">📂</span> graphs (8 items)</summary>
931+
<summary><span class="dir-icon">📂</span> graphs (10 items)</summary>
932932
<div class="dir-container">
933933
<div class="file-item">
934934
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/cses/graphs/Building_Roads.cpp" target="_blank">Building_Roads.cpp</a> (2.0 KB)
@@ -975,6 +975,21 @@ using namespace std;
975975
</details>
976976
</div>
977977
978+
<div class="file-item">
979+
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/cses/graphs/High_Score.cpp" target="_blank">High_Score.cpp</a> (1.6 KB)
980+
<details class="preview-details">
981+
<summary>Preview</summary>
982+
```cpp
983+
#include <bits/stdc++.h>
984+
using namespace std;
985+
#define int long long int
986+
#define pb push_back
987+
#define pll pair<int, int>
988+
...
989+
```
990+
</details>
991+
</div>
992+
978993
<div class="file-item">
979994
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/cses/graphs/Labyrinth.cpp" target="_blank">Labyrinth.cpp</a> (2.8 KB)
980995
<details class="preview-details">
@@ -1036,7 +1051,22 @@ using namespace std;
10361051
</div>
10371052

10381053
<div class="file-item">
1039-
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/cses/graphs/Shortest_Routes_I.cpp" target="_blank">Shortest_Routes_I.cpp</a> (1.6 KB)
1054+
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/cses/graphs/Shortest_Routes_I.cpp" target="_blank">Shortest_Routes_I.cpp</a> (2.2 KB)
1055+
<details class="preview-details">
1056+
<summary>Preview</summary>
1057+
```cpp
1058+
#include <bits/stdc++.h>
1059+
using namespace std;
1060+
#define int long long int
1061+
#define pb push_back
1062+
#define pll pair<int, int>
1063+
...
1064+
```
1065+
</details>
1066+
</div>
1067+
1068+
<div class="file-item">
1069+
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/cses/graphs/Shortest_Routes_II.cpp" target="_blank">Shortest_Routes_II.cpp</a> (2.1 KB)
10401070
<details class="preview-details">
10411071
<summary>Preview</summary>
10421072
```cpp
@@ -5118,7 +5148,7 @@ using namespace std;
51185148
</details>
51195149

51205150
<details open class="dir-details">
5121-
<summary><span class="dir-icon">📂</span> specialist (24 items)</summary>
5151+
<summary><span class="dir-icon">📂</span> specialist (29 items)</summary>
51225152
<div class="dir-container">
51235153
<div class="file-item">
51245154
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/A_Skibidus_and_Amog_u.cpp" target="_blank">A_Skibidus_and_Amog_u.cpp</a> (0.9 KB)
@@ -5169,6 +5199,36 @@ using namespace std;
51695199
<span class="file-icon">🐍</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/a.py" target="_blank">a.py</a> (0.0 KB)
51705200
</div>
51715201
5202+
<div class="file-item">
5203+
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/B_1_Palindrome_Game_easy_version.cpp" target="_blank">B_1_Palindrome_Game_easy_version.cpp</a> (1.6 KB)
5204+
<details class="preview-details">
5205+
<summary>Preview</summary>
5206+
```cpp
5207+
#include <bits/stdc++.h>
5208+
using namespace std;
5209+
#define int long long int
5210+
#define pb push_back
5211+
#define pll pair<int, int>
5212+
...
5213+
```
5214+
</details>
5215+
</div>
5216+
5217+
<div class="file-item">
5218+
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/B_AND_0_Sum_Big.cpp" target="_blank">B_AND_0_Sum_Big.cpp</a> (1.3 KB)
5219+
<details class="preview-details">
5220+
<summary>Preview</summary>
5221+
```cpp
5222+
#include <bits/stdc++.h>
5223+
using namespace std;
5224+
#define int long long int
5225+
#define pb push_back
5226+
#define pll pair<int, int>
5227+
...
5228+
```
5229+
</details>
5230+
</div>
5231+
51725232
<div class="file-item">
51735233
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/B_Cat_Cycle.cpp" target="_blank">B_Cat_Cycle.cpp</a> (1.3 KB)
51745234
<details class="preview-details">
@@ -5230,7 +5290,7 @@ using namespace std;
52305290
</div>
52315291
52325292
<div class="file-item">
5233-
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/B_M_arrays.cpp" target="_blank">B_M_arrays.cpp</a> (1.2 KB)
5293+
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/B_Flip_the_Bits.cpp" target="_blank">B_Flip_the_Bits.cpp</a> (1.7 KB)
52345294
<details class="preview-details">
52355295
<summary>Preview</summary>
52365296
```cpp
@@ -5244,6 +5304,25 @@ using namespace std;
52445304
</details>
52455305
</div>
52465306

5307+
<div class="file-item">
5308+
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/B_M_arrays.cpp" target="_blank">B_M_arrays.cpp</a> (1.7 KB)
5309+
<details class="preview-details">
5310+
<summary>Preview</summary>
5311+
```cpp
5312+
#include <bits/stdc++.h>
5313+
using namespace std;
5314+
#define int long long int
5315+
#define pb push_back
5316+
#define pll pair<int, int>
5317+
...
5318+
```
5319+
</details>
5320+
</div>
5321+
5322+
<div class="file-item">
5323+
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/B_Prinzessin_der_Verurteilung.cpp" target="_blank">B_Prinzessin_der_Verurteilung.cpp</a> (0.0 KB)
5324+
</div>
5325+
52475326
<div class="file-item">
52485327
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/B_Rock_and_Lever.cpp" target="_blank">B_Rock_and_Lever.cpp</a> (1.4 KB)
52495328
<details class="preview-details">
@@ -5383,6 +5462,21 @@ using namespace std;
53835462
</details>
53845463
</div>
53855464

5465+
<div class="file-item">
5466+
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/D_Same_Differences.cpp" target="_blank">D_Same_Differences.cpp</a> (1.4 KB)
5467+
<details class="preview-details">
5468+
<summary>Preview</summary>
5469+
```cpp
5470+
#include <bits/stdc++.h>
5471+
using namespace std;
5472+
#define int long long int
5473+
#define pb push_back
5474+
#define pll pair<int, int>
5475+
...
5476+
```
5477+
</details>
5478+
</div>
5479+
53865480
<div class="file-item">
53875481
<span class="file-icon">🔥</span> <a href="https://github.com/Ayush-Vish/DSA-CP-Codes/blob/main/specialist/D_Skibidi_Table.cpp" target="_blank">D_Skibidi_Table.cpp</a> (2.3 KB)
53885482
<details class="preview-details">

0 commit comments

Comments
 (0)