zairza-cetb / hacktoberfest-2018

MIT License
20 stars 102 forks source link

Implement quick sort in go #133

Closed themousepotato closed 6 years ago

themousepotato commented 6 years ago

The Pull Request resolves Issue #56

Description: Add implementation of quick sort in go.

senapati-deepak commented 6 years ago

Insertion Sort has been already implemented in go. Please remove that.