Skip to content

Commit 936797d

Browse files
authored
Update README.md
1 parent aa3d51c commit 936797d

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

+15-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Advanced-Data-Structure-and-Algorithm
1+
<h1 align="center">Advanced-Data-Structure-and-Algorithm</h1>
22

3-
# Algorithm
3+
<hr/>
4+
<h1 align="center">Algorithm</h1>
5+
<hr/>
46

57
<details>
68
<summary>
@@ -170,9 +172,12 @@
170172
* [Meet In The Middle](Algorithm/17%20Binary%20Search%20(Meet%20In%20The%20Middle).cpp)
171173

172174
</details>
173-
174-
175-
# Data Structure
175+
176+
&nbsp;
177+
178+
<hr/>
179+
<h1 align="center">Data Structure</h1>
180+
<hr/>
176181

177182
* [***Disjoint Set***](Data%20Structure/12%20Disjoint%20Set.cpp)
178183

@@ -271,8 +276,11 @@
271276
* [Implementation 1](Data%20Structure/17%20PBDS%20Multiset.cpp) (*erase* doesn't work)
272277
* [Implementation 2](Data%20Structure/18%20PBDS%20Multiset%202.cpp)
273278

274-
275-
# Dynamic Programming
279+
&nbsp;
280+
281+
<hr/>
282+
<h1 align="center">Dynamic Programming</h1>
283+
<hr/>
276284

277285
* ***LCS Variant***
278286
* [Longest Common Subsequence](Dynamic%20Programming/01%20LCS.cpp)

0 commit comments

Comments
 (0)