Commit c9239d66 authored by saad.aswad's avatar saad.aswad

List length, sorting in Adding implementations.

parent d3fa7a5b
...@@ -4,17 +4,7 @@ ...@@ -4,17 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="3f4b2924-17d7-4794-bacf-d51c4f0be8bb" name="Changes" comment="Concurrent Sorted Linked List Implementations"> <list default="true" id="3f4b2924-17d7-4794-bacf-d51c4f0be8bb" name="Changes" comment="List length, sorting in Adding implementations." />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/LockList.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/LockList.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/RWLockList.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/RWLockList.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/SortList.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/SortList.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/SyncList.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/SyncList.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/java/AddThread.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/AddThread.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/java/ContainThread.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/ContainThread.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/java/RemoveThread.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/RemoveThread.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/test/java/SyncListTest.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/test/java/SyncListTest.java" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
...@@ -128,7 +118,15 @@ ...@@ -128,7 +118,15 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1679492089742</updated> <updated>1679492089742</updated>
</task> </task>
<option name="localTasksCounter" value="2" /> <task id="LOCAL-00002" summary="List length, sorting in Adding implementations.">
<option name="closed" value="true" />
<created>1762792311628</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1762792311628</updated>
</task>
<option name="localTasksCounter" value="3" />
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties"> <component name="Vcs.Log.Tabs.Properties">
...@@ -145,6 +143,7 @@ ...@@ -145,6 +143,7 @@
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" /> <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="Concurrent Sorted Linked List Implementations" /> <MESSAGE value="Concurrent Sorted Linked List Implementations" />
<option name="LAST_COMMIT_MESSAGE" value="Concurrent Sorted Linked List Implementations" /> <MESSAGE value="List length, sorting in Adding implementations." />
<option name="LAST_COMMIT_MESSAGE" value="List length, sorting in Adding implementations." />
</component> </component>
</project> </project>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment