fix typo! (#128)

based on this link, plural form of "test case" is "test cases".
This commit is contained in:
Mehrdad Rafiee
2019-08-19 00:46:39 -07:00
committed by Louie Tan
parent 69ff823e8b
commit 134fb443b0

View File

@ -5,7 +5,7 @@ title: Best Practice Questions
Here is a suggested schedule for revising and practicing algorithm questions on [LeetCode](https://leetcode.com). Sign up for an account if you don't already have one, it's critical to your success in interviewing!
When practicing, you are advised to treat it like a real coding interview and check through thoroughly before submitting. Consider even manually coming up with some tests cases and running through them to verify correctness!
When practicing, you are advised to treat it like a real coding interview and check through thoroughly before submitting. Consider even manually coming up with some test cases and running through them to verify correctness!
## Week 1 - Sequences