Closed muhtalhakhan closed 1 year ago
I would love to contribute can you assign me this
@SWAYAMKHANDURI sure
please assign me, I have some beginner friendly codes
done
Hii @muhtalhakhan please assign this to me I would like to contribute
Sure @ashish5433
Hey, I would like to contribute to. Pls assign it to me.
hey @muhtalhakhan can u please assign this issue to me.recently i solved a problem using dutch national flag algorithm. class Main { public static void main(String[] args) { int n = 10; // number of elements in array int arr[] = new int[]{1,2,0,1,2,0,2,2,2,2,}; // input array sor(arr,n); for(int i:arr) System.out.print(i+" "); } public static void sor(int arr[],int n) { int l=0,m=0,h=n-1;//treat as pointers/indices of an array while(m<=h){ if(arr[m]==0){ s(arr,m,l); m++; l++; } else if(arr[m]==1) { m++; } else{ s(arr,m,h); h--; } } } public static void s(int arr[],int i,int j){ int t=arr[i]; arr[i]=arr[j]; arr[j]=t; }
}
can u please help me how to resolve this issue
assign me the issue i want to contribute
It's an issue with CI/CD, I will resolve it on weekend.
Can you assign me this? I would love to contribute
You can add any of the assignment you have done ever