From ce70916dd8475e21e4e56d5552157eeffa9f06c7 Mon Sep 17 00:00:00 2001 From: Nick Date: Wed, 21 Jul 2021 22:42:21 -0400 Subject: [PATCH 1/5] Need to clone, sort, slice, and reverse --- .idea/compiler.xml | 2 + .idea/jarRepositories.xml | 20 + .idea/modules.xml | 1 + .idea/workspace.xml | 612 +++++------------- .../singlylinkedlist/MainApplication.java | 22 + .../singlylinkedlist/SinglyLinkedList.java | 114 ++++ 6 files changed, 314 insertions(+), 457 deletions(-) create mode 100644 .idea/jarRepositories.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 4be381c..a07d5fa 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -6,11 +6,13 @@ + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..712ab9d --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index ad4fefc..8b9083f 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,6 +3,7 @@ + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b6d36bd..5b0cecf 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,86 +1,40 @@ + + + + + + + + + + + + + + + + + + +