Project 2 - Typing Test

Implement the backend - functionality related with calculcating words per minute and autocorrect.

The aim of the project is (IMO) to practice control structures and manipulating sequences (Phase 2) and to practice HOF & recursion (Phase 3).

The toughest part was definitely problem 6 - second score function.

Instructions: https://inst.eecs.berkeley.edu/~cs61a/su19/proj/typing_test/

Solution: https://github.com/tomthestrom/cs61a/blob/master/projects/typing_test/typing_test.py

Phase 1 is non-coding and deals with design questions.

Last updated