Arrays sorting and searching algorithms
Need a good set of basic searching and sorting algorithms 😄
Hi there, I can contribute. I was thinking of adding bubble, quicksort, merge sort. Working on it now.
Hey @Nickheythatsme ! That's great, I'll assign this issue to you then 😄 . Welcome to codezoned!
Hi there , I too want to contribute regarding this issues if u need help then contact me
Hey @dit121 , We're glad to have you here. You can look through the repo and add whatever you think is missing and can be added :smile:
@ionicc Yes sure
Great @dit121 , Welcome to codezoned :smile:
Hey!
I can add heap sort.
Should I proceed?
Hey @vishal-wadhwa , You can proceed with any type of script you feel is not present in the repository 😃. In the case of Heap sort, Yes you can ✈️
Implemented heap sort in PR #31.
@ionicc Can I add linear search and binary search algorithms in C++?