Skip to content

Commit 0c881b7

Browse files
committed
chore: linked list reverse
1 parent 822bf56 commit 0c881b7

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

README.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -961,17 +961,11 @@ Try `Binary Search`.
961961

962962
![](https://i.imgur.com/eNRiftX.png)
963963

964-
![](https://i.imgur.com/R9ecxwI.png)
965-
966-
![](https://i.imgur.com/iaJ66fu.png)
967-
968-
Algorithm of Reverse Linked List:
969-
970-
![](https://i.imgur.com/WN6yJBJ.png)
971-
972-
Reverse Linked List simulation:
973-
974-
![](https://i.imgur.com/cTLz2fo.png)
964+
<p class="codepen" data-height="300" data-theme-id="dark" data-default-tab="js,result" data-slug-hash="dyvwPej" data-user="roopkt" style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;">
965+
<span>See the Pen <a href="https://codepen.io/roopkt/pen/dyvwPej">
966+
Reverse Linked List: Answer</a> by Rupesh Tiwari (<a href="https://codepen.io/roopkt">@roopkt</a>)
967+
on <a href="https://codepen.io">CodePen</a>.</span>
968+
</p>
975969

976970
- [Question](https://codepen.io/roopkt/pen/mdWayxv?editors=0010)
977971
- [Answer](https://codepen.io/roopkt/pen/dyvwPej?editors=0011)

0 commit comments

Comments
 (0)