You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Inside the `src` directory you'll also find the `heap.js` file with the complete
18
18
Run `npm test heap` to run the tests for your `heapsort` function to ensure that your implementation is correct.
19
19
20
20
### 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!
22
22
23
23
## Algorithms
24
24
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