Author: Amanda Iverson
[Problem Domain for the Code Challenge]
Create a Link Lists DLL.
| Input | Expected Output |
|---|---|
| [1,3,2] | Yes |
| [2,99,100] | No |
| Time | Space |
|---|---|
| O(n) | O(n) |
[The change log will list any changes made to the code base. This includes any changes from TA/Instructor feedback]
1.1: Amanda did it all and is stellar!!!!! - 10 July 2020
For more information on Markdown: https://www.markdownguide.org/cheat-sheet