-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a solution to a common interview question #1
Comments
Should it be in Java 8/Java7 ? |
Can the solutions be in Python 2.7? Also, is there a specific list of problems that you are expecting? |
@erriapo In Java 8! |
@JingMa87 can I add the question and its solution which was asked to me in an tech interview ? |
#4 Bit Manipulation solution added |
@prashant2018 If the solution solves a common interview question, then yes! |
#7 Recursion solution added |
#8 Insertion sort O(n) best, O(n^2) worst. |
@rmcute You can add multiple questions if you want. 😋 |
#17 Added one more question solution |
The goal of this project is to make common implementations of interview questions available to the general public. The general rule to contribute is that your code has to solve a common interview question. The guideline for what's a common question is the book 'Cracking the Coding Interview' by Gayle McDowell which you can find here. I don't accept pull request for very specialized algorithms and data structures. In case you're not sure whether you should contribute certain code, discuss it with me first.
Good luck hackers! 😄 💯
The text was updated successfully, but these errors were encountered: