You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently keystrokes are stored in an array, and are treated as single characters.
To improve the accuracy of the algorithm it would be better to store calculate seek time of the current character relative to the last character.
I’m not sure what would be a good data structure for this. Maybe it should be a tree?
The text was updated successfully, but these errors were encountered:
Currently keystrokes are stored in an array, and are treated as single characters.
To improve the accuracy of the algorithm it would be better to store calculate seek time of the current character relative to the last character.
I’m not sure what would be a good data structure for this. Maybe it should be a tree?
The text was updated successfully, but these errors were encountered: