Skip to content

Commit 67fc4eb

Browse files
authored
Update README.md
1 parent 948d3b4 commit 67fc4eb

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
@@ -27,7 +27,7 @@ Inside the `ex_2` directory you'll find the `heap.py` file with a working implem
2727
Run `python test_heap.py` to run the tests for your `heapsort` function to ensure that your implementation is correct.
2828

2929
### Task 3. Analyze some runtimes
30-
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. Be sure to also answer any other questions posed in the `Answers.md` file!
30+
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. Be sure to also answer any other questions posed in the `Data_Structures_Answers.md` file!
3131

3232
## Algorithms
3333
For the algorithms portion of the sprint challenge, you'll be answering questions posed in the `Algorithms_Questions.md` document inside the `algorithms` directory. Add your answers to the questions in the `Algorithms_Answers.md` file.

0 commit comments

Comments
 (0)