Skip to content

Commit bc8e248

Browse files
Create README.md
1 parent 1cebf79 commit bc8e248

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## `Available Methods in DoublyLinkedList.java`
2+
- void insertAtFirst(int n)
3+
- void show()
4+
- void void reversePrint()
5+
- void insertAtPosition(int position,int data)
6+
- void deleteFirst()
7+
- void delete(int data)
8+
- void deletelast()
9+
- void deleteAtPosition(int position)
10+
- int size()
11+
- void roatateClockwiseByK(int k)

0 commit comments

Comments
 (0)