Skip to content

Commit 528ea07

Browse files
committed
chore : fixed
1 parent 9efbdaf commit 528ea07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -672,12 +672,13 @@ Trade off or invest some memory to improve run time complexity. Suppose use Has-
672672

673673
#### Depth First Search Answer
674674

675-
<p class="codepen" data-height="265" data-theme-id="dark" data-default-tab="js,result" data-user="roopkt" data-slug-hash="NWpJrjg" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Graph: DFS Answer (easy)">
675+
<p class="codepen" data-height="560" data-theme-id="dark" data-default-tab="js,result" data-user="roopkt" data-slug-hash="NWpJrjg" style="height: 560px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Graph: DFS Answer (easy)">
676676
<span>See the Pen <a href="https://codepen.io/roopkt/pen/NWpJrjg">
677677
Graph: DFS Answer (easy)</a> by Rupesh Tiwari (<a href="https://codepen.io/roopkt">@roopkt</a>)
678678
on <a href="https://codepen.io">CodePen</a>.</span>
679679
</p>
680680

681+
681682
### Trees and Graphs
682683

683684
#### Route Between Nodes: Given a directed graph, design an algorithm to find out whether there is a route between two nodes.

0 commit comments

Comments
 (0)