Skip to content
Snippets Groups Projects
Commit 35c35dd2 authored by Kat Wang's avatar Kat Wang
Browse files

Update MoveToFrontList.java

parent 175efc2b
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import cse332.interfaces.misc.DeletelessDictionary;
/**
* TODO: Replace this comment with your own as appropriate.
* 1. The list is typically not sorted.
* 2. Add new items to the front oft he list.
* 2. Add new items to the front of the list.
* 3. Whenever find is called on an item, move it to the front of the
* list. This means you remove the node from its current position
* and make it the first node in the list.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment