muhtalhakhan / Hacktoberfest2023

Hacktoberfest 2023 🧑🏻‍💻 OPEN FIRST Pull Request 🎉
https://www.hacktoberfest.com
GNU General Public License v3.0
13 stars 90 forks source link

Add any code file #3

Closed muhtalhakhan closed 10 months ago

muhtalhakhan commented 11 months ago

You can add any of the assignment you have done ever

SWAYAMKHANDURI commented 11 months ago

I would love to contribute can you assign me this

muhtalhakhan commented 11 months ago

@SWAYAMKHANDURI sure

ArcheR1901 commented 11 months ago

please assign me, I have some beginner friendly codes

muhtalhakhan commented 11 months ago

done

ashish5433 commented 11 months ago

Hii @muhtalhakhan please assign this to me I would like to contribute

muhtalhakhan commented 11 months ago

Sure @ashish5433

subhrajit77 commented 10 months ago

Hey, I would like to contribute to. Pls assign it to me.

Mani1881 commented 10 months ago

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; }

}

Mani1881 commented 10 months ago

can u please help me how to resolve this issue

Mani1881 commented 10 months ago

Screenshot from 2023-10-24 22-40-09

kalaSriSaiRaksha commented 10 months ago

assign me the issue i want to contribute

muhtalhakhan commented 10 months ago

Screenshot from 2023-10-24 22-40-09

It's an issue with CI/CD, I will resolve it on weekend.

dhruvmathur2001 commented 10 months ago

Can you assign me this? I would love to contribute