Last active
July 19, 2018 18:41
-
-
Save janetlee/1f9de9a3b38b94b6a8855365d26c25bb to your computer and use it in GitHub Desktop.
Here is a list of problems I have seen, or my friends have reportedly seen during interviews
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Tic Tac Toe | |
* Connect Four | |
* Blackjack | |
* Priority Queueing/Dequeing | |
* Calculate State and Federal taxes (Marginal brackets make it harder than you think) | |
* Create-React-App commenting tool | |
* Basic Keyword search via API call | |
* Build a calculator with UI | |
* Merge Sort | |
* Calculate the angle between two clock hands if given the time | |
* Toy Problem stuff: | |
** BST - Breadth first traversal | |
** Invalid pairs | |
** Two stack queue | |
** Make Change | |
** First non/repeating character and variants like highest count | |
* Performance & scaling system design questions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment