Useful Things
We've compiled a list of things that can come in handy in certain use cases.
Things that are talked about:
- BufferedReader - A faster way to read input with limited functionality
- BufferedWriter - A faster way to write output with limited functionality
- Ternary Operator - Helps eliminate a large amount of
ifstatements.