Skip to content

Commit

Permalink
Update CODING_EXERCISES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdnichollsc authored Mar 22, 2022
1 parent 4cd94b0 commit a8738e9
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions CODING_EXERCISES.md
Original file line number Diff line number Diff line change
Expand Up @@ -546,15 +546,6 @@ function findDuplicateTransactions (transactions = []) {
}
```

## Remember
Key points to be successful in the coding exercise:
* Drive the interview; communication is more important than anything so If you need to be quiet to think, that’s great – just let the interviewer know.
* Explored the problem; Talk about what you are doing throughout the interview.
* Reason about your decisions and share your reasoning.
* Think about trade-offs; Find and fix the bugs by yourself.
* Practice under time pressure; Put yourself under time constraints and If possible, have a mock interview with a friend to simulate the interview experience.
* Manage Your Time Effectively; start writing a working solution, then iterate and improve it as you go.

## Credits
- [Jackson Gabbard’s Youtube channel](https://www.youtube.com/channel/UCcdCkJKXlRoXVD03eo-q8mQ)
- [Power set](https://en.wikipedia.org/wiki/Power_set)
Expand Down

0 comments on commit a8738e9

Please sign in to comment.