misc: use Alice/Bob

This commit is contained in:
Yangshun Tay
2019-09-22 14:37:35 -07:00
parent 359463a143
commit 9631a1d8d9
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ id: array
title: Array
---
## Tips
## Notes
Is the array sorted or partially sorted? If it is, some form of binary search should be possible. This also usually means that the interviewer is looking for a solution that is faster than O(n).