Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 691 Bytes

File metadata and controls

40 lines (24 loc) · 691 Bytes

Daily Code Challenge README Example

Perfect Sequence

Author: Amanda Iverson


Problem Domain

[Problem Domain for the Code Challenge]

Create a Link Lists DLL.


Inputs and Expected Outputs

Input Expected Output
[1,3,2] Yes
[2,99,100] No

Big O

Time Space
O(n) O(n)

Change Log

[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