We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27124b9 commit 35d3556Copy full SHA for 35d3556
1 file changed
data_structures/linked_list/delete_last_occurrence.py
@@ -1,3 +1,7 @@
1
+"""
2
+Delete last occurence of a number in linked list.
3
4
+
5
class Node():
6
7
def __init__(self, val):
0 commit comments