File tree Expand file tree Collapse file tree 1 file changed +30
-5
lines changed Expand file tree Collapse file tree 1 file changed +30
-5
lines changed Original file line number Diff line number Diff line change 33# Algorithm
44
55<details >
6- <summary> <b><i>Graph Theory</i></b> </summary>
6+ <summary >
7+
8+ ``` python
9+ Graph Theory
10+ ```
11+ </summary >
712
813* *** Graph Traversal***
914 * BFS
4146</details >
4247
4348<details >
44- <summary> <b><i>Number Theory</i></b> </summary>
49+ <summary >
50+
51+ ``` python
52+ Number Theory
53+ ```
54+ </summary >
4555
4656* *** Power & Modulus***
4757 * [ Power] ( https://github.com/zarif98sjs/Advanced-Data-Structure-and-Algorithm/blob/master/Algorithm/18%20Power.cpp )
7989
8090
8191<details >
82- <summary> <b><i>String</i></b> </summary>
92+ <summary >
93+
94+ ``` python
95+ String
96+ ```
97+ </summary >
8398
8499 * [ *** Suffix Array*** ] ( https://github.com/zarif98sjs/Advanced-Data-Structure-and-Algorithm/blob/master/Data%20Structure/23%20Suffix%20Array%204.cpp ) : ** O( NlogN )**
85100 * [ *** Longest Common Prefix (LCP) Array Construction*** ] ( https://github.com/zarif98sjs/Advanced-Data-Structure-and-Algorithm/blob/master/Algorithm/43%20Longest%20Common%20Prefix.cpp ) : ** O(N)**
86101 * [ *** Prefix Function (KMP ALgorithm)*** ] ( https://github.com/zarif98sjs/Advanced-Data-Structure-and-Algorithm/blob/master/Algorithm/44%20Prefix%20Function%20KMP.cpp ) : ** O(N)**
87102</details >
88103
89104<details >
90- <summary> <b><i>Backtracking</i></b> </summary>
105+ <summary >
106+
107+ ``` python
108+ Backtracking
109+ ```
110+ </summary >
91111
92112 * *** N Queen***
93113 * [ Easy to Understand] ( https://github.com/zarif98sjs/Advanced-Data-Structure-and-Algorithm/blob/master/Algorithm/45%20Backtrack%20N%20Queen.cpp )
97117</details >
98118
99119<details >
100- <summary > <b ><i >Search Technique</i ></b > </summary >
120+ <summary >
121+
122+ ``` python
123+ Search Technique
124+ ```
125+ </summary >
101126
102127 * *** Binary Search***
103128 * [ * lower_bound* , * upper_bound* implementation] ( https://github.com/zarif98sjs/Advanced-Data-Structure-and-Algorithm/blob/master/Algorithm/42%20Binary%20Search.cpp )
You can’t perform that action at this time.
0 commit comments