-
Notifications
You must be signed in to change notification settings - Fork 6
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 new Python Questions and answers #1
Comments
I've been asked a lot about the fibonnacci sequence functions (iterative and recursive) during interviews. |
Yes Please. Anything that would help users prepare for interviews. You may also add your GitHub ID if you like. may be say ( added by (User)) |
Great! Should I add in as a markdown file, as a python file or both? |
You can create the program in a folder named "Supporting files" in python folder. and link it in markdown file |
I have added another Python interview coding question which I faced in my interview. Optimised algorithm to find Fibonacci number O(log n). I have also added program in the supporting folder. Please do check, I have sent the PR! |
This issue is open for ALL. Please add Interview questions and answers.
Please keep it this repo clean.
The text was updated successfully, but these errors were encountered: