Skip to content
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

Added Few searching and sorting algorithms #17

Closed
wants to merge 2 commits into from
Closed

Added Few searching and sorting algorithms #17

wants to merge 2 commits into from

Conversation

Yaswanth14
Copy link
Member

@Yaswanth14 Yaswanth14 commented Oct 1, 2021

Related Issue

Describe the changes you've made

I created Directories for Linear search, Binary search, Bubble sort, and Insertion sort and added respective algorithms in Python

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly whereever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.

Screenshots(optional)

Original Updated
original screenshot updated screenshot

@rakesh0x7 rakesh0x7 added the invalid This doesn't seem right label Oct 1, 2021
@rakesh0x7
Copy link
Member

You done it correct but make 4 different pr's for 4 different issues

@rakesh0x7 rakesh0x7 closed this Oct 1, 2021
@himabindu-run himabindu-run removed the invalid This doesn't seem right label Oct 18, 2021
Copy link
Member

@himabindu-run himabindu-run left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed Invalid,
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding few searching and sorting Algorithms in Python.
3 participants