File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ your project manager to more thoroughly assess your work.
3838This Sprint Challenge is split into two separate parts that test your ability to
3939write and analyze algorithms.
4040
41- ### Self-Study/Essay Questions
41+ ### 1. Self-Study/Essay Questions
4242
4343For this portion of the sprint challenge, you'll be answering questions posed in
4444the ` Algorithms_Questions.md ` document inside the ` Self-Study ` directory. Write
@@ -47,9 +47,7 @@ answer. This could net you some partial credit if your justification is sound
4747but the answer you put down turns out to not be correct. Add your answers to the
4848questions in the ` Algorithms_Answers.md ` file.
4949
50- ### Minimum Viable Product
51-
52- #### Task 1. Implement Heapsort
50+ ### 2. Implement Heapsort
5351
5452Inside the ` task1 ` directory you'll find the ` heap.py ` file with a working
5553implementation of the heap class--the heap is already written for you.
7674Run ` python test_heap.py ` to run the tests for your ` heapsort ` function to
7775ensure that your implementation is correct.
7876
79- #### Task 2 . Analyze some runtimes
77+ ### 3 . Analyze some runtimes
8078
8179Open up the ` Analysis_Answers.md ` file. This is where you'll jot down your
8280answers for the runtimes of the functions you just implemented.
You can’t perform that action at this time.
0 commit comments