Skip to content

Commit f9b197e

Browse files
author
Beej Jorgensen
committed
mvp clarifications
1 parent f7580b7 commit f9b197e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ your project manager to more thoroughly assess your work.
3838
This Sprint Challenge is split into two separate parts that test your ability to
3939
write and analyze algorithms.
4040

41-
### Self-Study/Essay Questions
41+
### 1. Self-Study/Essay Questions
4242

4343
For this portion of the sprint challenge, you'll be answering questions posed in
4444
the `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
4747
but the answer you put down turns out to not be correct. Add your answers to the
4848
questions in the `Algorithms_Answers.md` file.
4949

50-
### Minimum Viable Product
51-
52-
#### Task 1. Implement Heapsort
50+
### 2. Implement Heapsort
5351

5452
Inside the `task1` directory you'll find the `heap.py` file with a working
5553
implementation of the heap class--the heap is already written for you.
@@ -76,7 +74,7 @@ data.
7674
Run `python test_heap.py` to run the tests for your `heapsort` function to
7775
ensure that your implementation is correct.
7876

79-
#### Task 2. Analyze some runtimes
77+
### 3. Analyze some runtimes
8078

8179
Open up the `Analysis_Answers.md` file. This is where you'll jot down your
8280
answers for the runtimes of the functions you just implemented.

0 commit comments

Comments
 (0)