From 2fa00dcdeee84c64634bef703ccbd6a90bf1edb6 Mon Sep 17 00:00:00 2001 From: KhalidDev <148249284+devAlq@users.noreply.github.com> Date: Sat, 19 Oct 2024 14:16:16 +0300 Subject: [PATCH 1/3] Update README.md changed mode to node --- src/main/java/com/thealgorithms/datastructures/lists/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/thealgorithms/datastructures/lists/README.md b/src/main/java/com/thealgorithms/datastructures/lists/README.md index ea389c0422ce..6aefa4c98e6d 100644 --- a/src/main/java/com/thealgorithms/datastructures/lists/README.md +++ b/src/main/java/com/thealgorithms/datastructures/lists/README.md @@ -1,7 +1,7 @@ ## Linked List ### Description -LinkedList is a data structure in which data is stored in a linear manner. It usually contains a data field and a link to the memory location of the next mode. +LinkedList is a data structure in which data is stored in a linear manner. It usually contains a data field and a link to the memory location of the next node. ### Structure From 1c69ec7810103123c2554cbe370d00d6512ded6b Mon Sep 17 00:00:00 2001 From: devAlq Date: Thu, 24 Oct 2024 13:41:53 +0300 Subject: [PATCH 2/3] double circculer linked list --- .../datastructures/lists/DoubleCircleLinkedList.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/java/com/thealgorithms/datastructures/lists/DoubleCircleLinkedList.java diff --git a/src/main/java/com/thealgorithms/datastructures/lists/DoubleCircleLinkedList.java b/src/main/java/com/thealgorithms/datastructures/lists/DoubleCircleLinkedList.java new file mode 100644 index 000000000000..e69de29bb2d1 From 4644b6c9e608abc0cae42f65d77aa16893078b5f Mon Sep 17 00:00:00 2001 From: Andrii Siriak Date: Fri, 25 Oct 2024 20:42:52 +0300 Subject: [PATCH 3/3] Delete src/main/java/com/thealgorithms/datastructures/lists/DoubleCircleLinkedList.java --- .../datastructures/lists/DoubleCircleLinkedList.java | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/main/java/com/thealgorithms/datastructures/lists/DoubleCircleLinkedList.java diff --git a/src/main/java/com/thealgorithms/datastructures/lists/DoubleCircleLinkedList.java b/src/main/java/com/thealgorithms/datastructures/lists/DoubleCircleLinkedList.java deleted file mode 100644 index e69de29bb2d1..000000000000