Cheatsheet
Published on: 06/16/2024
Middle point of an array
int l = 0;
int r = array.length - 1;
int m = (l + r) / 2;
- Deterrent
- A deterrent doesn't directly prevent access, but rather discourages it.
- Ex., An application splash screen or a warning banner.