We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e61f8b3 commit 7555c0bCopy full SHA for 7555c0b
linked-list/info
@@ -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