Skip to content

Commit 5cd7590

Browse files
authored
Update README.md
1 parent bf92f0d commit 5cd7590

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ would become...
8383
```
8484

8585
While credit will be given for a functional solution, only optimal solutions will earn a ***3*** on this task.
86-
### Stretch Problems
8786

88-
1. Say your code from `names.py` is to run on an embedded computer with very limited RAM. Because of this, memory is extremely constrained and you are only allowed to store names in arrays (i.e. Python lists). How would you go about optimizing the code under these conditions? Try it out and compare your solution to the original runtime. (If this solution is less efficient than your original solution, include both and label the strech solution with a comment)
87+
#### Stretch
88+
89+
* Say your code from `names.py` is to run on an embedded computer with very limited RAM. Because of this, memory is extremely constrained and you are only allowed to store names in arrays (i.e. Python lists). How would you go about optimizing the code under these conditions? Try it out and compare your solution to the original runtime. (If this solution is less efficient than your original solution, include both and label the strech solution with a comment)
8990

9091

9192
### Rubric

0 commit comments

Comments
 (0)