diff --git a/AnandSort.cpp b/AnandSort.cpp new file mode 100644 index 0000000..1f67b09 --- /dev/null +++ b/AnandSort.cpp @@ -0,0 +1,24 @@ +#include +using namespace std; +int main(){ +int i,j,n,A[100]={0}; +cout<<"Enter Size Of the Array: "; +cin>>n; +int B[n]; +cout<<"Enter elements: "; +for(i=0;i>B[i]; } +for(i=0;i