Skip to content

Commit 7366d7b

Browse files
committed
Fix typo in README
1 parent c6403be commit 7366d7b

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
@@ -18,7 +18,7 @@ Inside the `src` directory you'll also find the `heap.js` file with the complete
1818
Run `npm test heap` to run the tests for your `heapsort` function to ensure that your implementation is correct.
1919

2020
### Task 3. Analyze some runtimes
21-
Open up the `Answers.md` file. This is where you'll jot down your answers for the runtimes of the two functions you just implemented, as well as the methods you implemented for all of the data structures. Be sure to also answer any other questions posed in the `Answers.md` file!
21+
Open up the `Data_Structures_Answers.md` file. This is where you'll jot down your answers for the runtimes of the two functions you just implemented, as well as the methods you implemented for all of the data structures. Be sure to also answer any other questions posed in the `Answers.md` file!
2222

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

0 commit comments

Comments
 (0)