renaming exercises

This commit is contained in:
Jenni Rinker 2024-08-29 18:23:32 +03:00
parent b9988fdda9
commit 55cccc5f4f
6 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# Exercise 2a: multithreading with NumPy
# Exercise A: multithreading with NumPy
Objective: investigate speed-up of numpy code with multiple threads.

View file

@ -1,4 +1,4 @@
# Exercise 2b: multiprocessing and map
# Exercise B: multiprocessing and map
Objective: introduce `map` and `Pool.map`.