Skip to content

Commit 7555c0b

Browse files
authored
Create info
1 parent e61f8b3 commit 7555c0b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

linked-list/info

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Java files for singly Linked List
2+
3+
I have hardcoded the insertion and deletion operations, instead of giving the user choice feature.
4+
The main aim of this repository is the core algorithm, not user interaction.
5+
If needed, switch case or other similar structures can be used to let the user decide what methods to call at what time.
6+
7+
Also, there is only singly LL here.
8+
Implementing doubly LL and circular LL is very much similar once you understand singly LL.
9+
Maybe later I will add them too.
10+
Feel free to ask me for them in case I don't.

0 commit comments

Comments
 (0)