1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-23 07:06:19 +02:00

Tweak timings of exercises to better reflect teaching times (#1839)

A few of the early exercises had much larger estimates than were
actually necessary for the super simple early exercises. I've gone
through and reviewed the time estimates for exercises and tweaked the
estimates based on how much time students have actually needed in my
classes so far.
This commit is contained in:
Nicole L 2024-02-22 07:21:39 -08:00 committed by GitHub
parent 8670d2f9d9
commit 9023dd9caa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
---
minutes: 30
minutes: 20
---
# Exercise: Health Statistics

View File

@ -1,5 +1,5 @@
---
minutes: 30
minutes: 15
---
# Exercise: Collatz Sequence

View File

@ -1,5 +1,5 @@
---
minutes: 20
minutes: 30
---
# Exercise: Rewriting with Result

View File

@ -1,5 +1,5 @@
---
minutes: 30
minutes: 15
---
# Exercise: Geometry

View File

@ -1,5 +1,5 @@
---
minutes: 10
minutes: 20
---
# Exercise: Counter

View File

@ -1,5 +1,5 @@
---
minutes: 30
minutes: 15
---
# Exercise: Nested Arrays

View File

@ -1,5 +1,5 @@
---
minutes: 30
minutes: 15
---
# Exercise: Fibonacci