File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 210
210
211
211
</br >
212
212
213
+ <p > <strong >Top Algorithms every computer science student should know: </strong > </p >
214
+
215
+
216
+
217
+ <ul >
218
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(1).pdf" style="text-decoration:none;">Depth-First Search</a></b></li>
219
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(2).pdf" style="text-decoration:none;">Binary search algorithm</a></b></li>
220
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(3).pdf" style="text-decoration:none;">Sorting</a></b></li>
221
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(4).pdf" style="text-decoration:none;">Breadth-First Search</a></b></li>
222
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(5).pdf" style="text-decoration:none;">Maze Router: Lee Algorithm</a></b></li>
223
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(6).pdf" style="text-decoration:none;">Flood fill</a></b></li>
224
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(7).pdf" style="text-decoration:none;">Longest Increasing Subsequence</a></b></li>
225
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(8).pdf" style="text-decoration:none;">Heapsort</a></b></li>
226
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(9).pdf" style="text-decoration:none;">Topological Sort on a DAG</a></b></li>
227
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(10).pdf" style="text-decoration:none;">Union-Find Algorithms</a></b></li>
228
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(11).pdf" style="text-decoration:none;">Minimum Spanning Tree</a></b></li>
229
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(12).pdf" style="text-decoration:none;">Single-Source Shortest Paths</a></b></li>
230
+ <li><b><a target="_blank" href="https://github.com/manjunath5496/Algorithm-Books/blob/master/sot(13).pdf" style="text-decoration:none;"> All Pairs Shortest Paths</a></b></li>
231
+
232
+
233
+
234
+
235
+
236
+
237
+ </ul >
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
213
254
214
255
<p > <strong >Books: </strong > </p >
215
256
You can’t perform that action at this time.
0 commit comments