Data-Structure
Data-Structure copied to clipboard
Data Structure
Added quick sort in go.
Bubble sort
it should be low+high/2 instead of mid=low+(high-low)/2;
I created a python folder inside the searching folder and added a linear and binary search algorithm into it.
Stack using array in C.
## This is the code to convert Infix to Prefix *This code is done in **C++** and has a time complexity of O(n).*