-
Notifications
You must be signed in to change notification settings - Fork 618
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
[feature-1] staircase_search.cpp #539
Conversation
@tarun26091999 Please review this and suggest me any changes if required. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it need to be linked in the searching folder. Also add comments to explain your steps.
@tarun26091999 I have added comments to my code. And, I am not sure about which searching folder you are saying. Is it the one inside the Algorithms folder? If so, can you please explain to me in detail what changes do I have to make in that folder? |
@tarun26091999 Can you please guide me regarding the comment I gave above |
@tarun26091999 Please review this |
@rudrakshi99 Can you please review this |
this one - https://github.com/Algo-Phantoms/Algo-Tree/tree/main/Algorithm/Searching_Sorting |
@rudrakshi99 I made the changes. Suggest me any more changes if required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use 4 spaces for indentation.
@OjusWiZard I have already used 4 spaces only. Please do check it again |
@OjusWiZard Please recheck it again. It has been more than 20 days waiting for this PR to get reviewed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, we have updated our guidelines for the indentation now.
Good work!
Closes: #385
Implemented the StairCase Search in C++