| Language | Speed to Write | Readability | Built-in DS | Gotchas |
|---|---|---|---|---|
| Python | Fastest | Excellent | Excellent | Few |
| JavaScript | Fast | Good | Good | Some |
| Java | Medium | Good | Excellent | Verbose |
| C++ | Slow | Medium | Good | Many |
| If you are... | Use |
|---|---|
| New to interviews | Python |
| A frontend developer | JavaScript/TypeScript |
| Interviewing for enterprise/Android | Java |
| A competitive programmer | C++ (if fast) or Python (if not) |
| Unsure | Python |