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 mergeSort, combSort, pancakeSort in Golang #1330

Merged
merged 5 commits into from
Oct 7, 2020

Conversation

itsanshulverma
Copy link
Contributor

@itsanshulverma itsanshulverma commented Oct 2, 2020

Issue #1122

Sorting algos in Go

  • mergeSort
  • combSort
  • pancakeSort

- binarySearch.go

@i-vishi please review this PR


func main() {

fmt.Println("\nSelection Sort:")
Copy link
Member

Choose a reason for hiding this comment

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

Update the print statement by Merge sort

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done with the changes. Sorry for the silly typo.
Please review and merge the pull request.

@i-vishi

@i-vishi i-vishi removed the needs-work Need of improvement label Oct 7, 2020
@i-vishi i-vishi merged commit 90e871a into VAR-solutions:dev Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants