-
Notifications
You must be signed in to change notification settings - Fork 151
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
Recursive Bubble Sort - C# #224
base: master
Are you sure you want to change the base?
Conversation
This is a Recursive Bubble Sort program written in C#
please see to it @tulika-99 😊 |
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.
Looks good!
Pls put ur files in the proper directory as mentioned in the Guidlines.
The iterative Approach is already present. So Just create the recursive approach n rename it accordingly. Refer the guidelines for the same.
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.
Changed the class name
please see to it |
Hey @tulika-99 could you please review it ASAP as just only 1 PR is left for the 'hackertoberfest'. Regards. |
Hi I have approved it so it will count positively towards hacktoberfest. Bt pls put it inside the bubble sort folder . |
@tulika-99 can you plz tell me how to put it in bubble sort folder. |
This is a Recursive Bubble Sort program written in C#