You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ A collection of solutions for HackerRank data structures and algorithm problems
17
17
||[Sparse Arrays](https://www.hackerrank.com/challenges/sparse-arrays/problem)| Medium |[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Arrays/sparse_arrays.cpp)|||
18
18
||[Array Manipulation](https://www.hackerrank.com/challenges/crush/problem)| Hard |[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Arrays/array_manipulation.cpp)|||
19
19
| Linked Lists ||||||
20
-
||[Print the Elements of a Linked List](https://www.hackerrank.com/challenges/print-the-elements-of-a-linked-list/problem)| Easy ||[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Linked_Lists/print_elements.java)|[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Linked_Lists/Print_the_Elements.py)|
20
+
||[Print the Elements of a Linked List](https://www.hackerrank.com/challenges/print-the-elements-of-a-linked-list/problem)| Easy |[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Linked_Lists/solution.cpp)|[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Linked_Lists/print_elements.java)|[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Linked_Lists/Print_the_Elements.py)|
21
21
||[Insert a node at the head of a linked list](https://www.hackerrank.com/challenges/insert-a-node-at-the-head-of-a-linked-list/problem)| Easy |[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Linked_Lists/Insert%20a%20node%20at%20the%20head%20of%20a%20linked%20list.cpp)|[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Linked_Lists/Insert%20a%20node%20at%20the%20head%20of%20a%20linked%20list/solution.java)||
22
22
||[Insert a Node at the Tail of a Linked List](https://www.hackerrank.com/challenges/insert-a-node-at-the-tail-of-a-linked-list/problem)| Easy |[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Linked_Lists/Insert%20a%20Node%20at%20the%20Tail%20of%20a%20Linked%20List.cpp)|[View](https://github.com/adityabisoi/ds-algo-solutions/tree/main/Linked%20Lists/Insert%20a%20Node%20at%20the%20Tail%20of%20a%20Linked%20List/solution.java)||
23
23
||[Insert a node at a specific position in a linked list](https://www.hackerrank.com/challenges/insert-a-node-at-a-specific-position-in-a-linked-list/problem)| Easy |[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Linked_Lists/Insert%20a%20node%20at%20a%20specific%20position%20in%20a%20linked%20list.cpp)|[View](https://github.com/adityabisoi/ds-algo-solutions/blob/main/Linked%20Lists/Insert%20a%20node%20at%20a%20specific%20position%20in%20a%20linked%20list/solution.java)||
0 commit comments