parthpandyappp / Sorting-Searching-Algorithms

This is an initiative for those who are new to opensource or just want to get started with Open Source contributions. So, let's dive into Open Source! Help others learn what you've learnt! Community involvement is just amazing, which provides you with more enthusiasm and inspiration! Get started!
https://parthpandyappp.github.io/Sorting-Searching-Algorithms/
GNU General Public License v3.0
13 stars 24 forks source link

Added Quicksort for Go #36

Closed antran22 closed 4 years ago

parthpandyappp commented 4 years ago

@antran22 What is quicksort_test.go file for?

antran22 commented 4 years ago

@antran22 What is quicksort_test.go file for?

It's for testing the algorithm

parthpandyappp commented 4 years ago

@antran22 [Last Things] That's good, but can you just remove it? And just keep the algorithmic program here. Thanks, Happy Hacking!

antran22 commented 4 years ago

Yes, deleted it

parthpandyappp commented 4 years ago

Great work so far! Thanks, Happy Hacking!