Skip to content

Commit 99746d6

Browse files
author
Matt McCarley
authored
Update README to remove recursion requirement
1 parent 9956d18 commit 99746d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Six seconds is an eternity so you've been tasked with speeding up the code. Can
7171

7272
#### Task 3. Reverse a Linked List
7373

74-
Inside of the `reverse` directory, you'll find a basic implementation of a Singly Linked List. _Without_ making it a Doubly Linked List (adding a tail attribute), complete the `reverse_list()` function within `reverse/reverse.py` reverse the contents of the list using recursion, *not a loop.*
74+
Inside of the `reverse` directory, you'll find a basic implementation of a Singly Linked List. _Without_ making it a Doubly Linked List (adding a tail attribute), complete the `reverse_list()` function within `reverse/reverse.py`.
7575

7676
For example,
7777
```

0 commit comments

Comments
 (0)