- Functional interface, imperative code
- Multiple small functions
- Functional code (map, any) where appropriate
- Purely functional code is hard to write for algorithmic questions and if you do try, hard for most interviewers to read
- Codeforces for practice
- Insert asserts
- Understand immutable vs mutable data structures
- Python 3 has almost all the fundamental data structures you need
- Python hides the distinction between pointer (reference) types and value types; sometimes ppl ask pointer-heavy questions
Created
December 12, 2016 07:08
-
-
Save ldct/74f8d9de59d59cba4e7699b8af42842e to your computer and use it in GitHub Desktop.
Interview Tips
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment