Skip to content

Commit 3a26531

Browse files
committed
README modified
1 parent 0fe4089 commit 3a26531

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@
5858

5959
- #### [Palindrome recursive solution](https://github.com/ivanmmarkovic/Java-Data-Structures-and-Algorithms/blob/master/algorithms/src/main/java/ivanmarkovic/algorithms/recursion/PalindromeRecursive.java)
6060

61+
- #### [Reverse array](https://github.com/ivanmmarkovic/Java-Data-Structures-and-Algorithms/blob/master/algorithms/src/main/java/ivanmarkovic/algorithms/recursion/ReverseArray.java)
62+
63+
- #### [Reverse linked list iterative](https://github.com/ivanmmarkovic/Java-Data-Structures-and-Algorithms/blob/master/algorithms/src/main/java/ivanmarkovic/algorithms/recursion/ReverseLinkedListIterative.java)
64+
65+
- #### [Reverse linked list iterative - stack](https://github.com/ivanmmarkovic/Java-Data-Structures-and-Algorithms/blob/master/algorithms/src/main/java/ivanmarkovic/algorithms/recursion/ReverseLinkedListIterativeStack.java)
66+
67+
- #### [Reverse linked list recursive](https://github.com/ivanmmarkovic/Java-Data-Structures-and-Algorithms/blob/master/algorithms/src/main/java/ivanmarkovic/algorithms/recursion/ReverseLinkedListRecursive.java)
6168

6269
#### Sorting
6370

0 commit comments

Comments
 (0)