Skip to content

Commit dd4c767

Browse files
Update README.md
1 parent 9ca3c77 commit dd4c767

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,47 @@
210210

211211
</br>
212212

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+
213254

214255
<p> <strong>Books: </strong> </p>
215256

0 commit comments

Comments
 (0)