Skip to content

Commit f0fddd4

Browse files
authored
Update README.md
1 parent 90a140e commit f0fddd4

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
@@ -64,7 +64,7 @@ Six seconds is an eternity so you've been tasked with speeding up the code. Can
6464

6565
Open up the `Data_Structures_Answers.md` file. This is where you'll jot down your answers for the runtimes of the functions you just implemented. If you implemented depth-first traversal, just answer the questions pertaining to the depth-first traversal algorithm. If you implemented breadth-first traversal, just answer the questions pertaining to breadth-first traversal.
6666

67-
Also, include the runtimes of the original code and your optimized solution in `names.py`.
67+
Also, include the runtime complexities of the original code and your optimized solution from `names.py`.
6868

6969
### Stretch Problems
7070

0 commit comments

Comments
 (0)