Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java: Java Sort #65 #65

Open
Rittika1234 opened this issue Oct 1, 2022 · 22 comments
Open

Java: Java Sort #65 #65

Rittika1234 opened this issue Oct 1, 2022 · 22 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@Rittika1234
Copy link
Contributor

Write your solution to this java problem of hackerrank :-
problem link : https://www.hackerrank.com/challenges/java-sort/problem

@Rittika1234
Copy link
Contributor Author

Can you please assign me this issue for hacktoberfest?

@Riddhi9570
Copy link
Owner

@Rittika1234 Sorry, I cannot assign you multiple issues at a time. Please start working on the issue assigned to you. Thanks. All the best!

@Rittika1234
Copy link
Contributor Author

I have completed previous issue please assign this issue to me.

@Riddhi9570
Copy link
Owner

@Rittika1234 Please do let me know how many issues you have completed till now from this repo?

@Riddhi9570 Riddhi9570 reopened this Oct 1, 2022
@Riddhi9570 Riddhi9570 added good first issue Good for newcomers hacktoberfest This issue will be considered for hacktoberfest contribution up-for-grab You can claim this issue labels Oct 1, 2022
@adityjoshi
Copy link
Contributor

hey @Riddhi9570 can I contribute to this issue

@Riddhi9570
Copy link
Owner

@adityjoshi
Nice to know that you are eager for the contribution😃!
Unfortunately, more than one issues cannot be assigned at a time.
Please complete the previous issue.
Happy Coding😃!

@adityjoshi
Copy link
Contributor

hey @Riddhi9570 kindly check the pull request of previous issue and kindly assign this issue to me

@Csrivastava003
Copy link
Contributor

I want to work on this issue under hacktoberfest. @Riddhi9570

@adityjoshi
Copy link
Contributor

hey @Riddhi9570 kindly assign this issue to me please

@Riddhi9570
Copy link
Owner

@adityjoshi
it's great that you contributed to the repo twice😃🥳.
Unfortunately, I cannot assign you more than two issues for this repo for hacktoberfest.
You may look into some other repos for hackrtoberfest contribution.
Thanks😃!All the best!

@Riddhi9570 Riddhi9570 removed the up-for-grab You can claim this issue label Oct 2, 2022
@adityjoshi
Copy link
Contributor

hey @Riddhi9570 I know you have some rules but please allow me to contribute to only 2 more issues. After a lot of hard work I am able to find a repo in which I can contribute . I will feel obliged if you will allow me .

@Riddhi9570
Copy link
Owner

hey @Riddhi9570 I know you have some rules but please allow me to contribute to only 2 more issues. After a lot of hard work I am able to find a repo in which I can contribute . I will feel obliged if you will allow me .

@adityjoshi In that case, I may help you out. Please connect with me in discord. I'm available as RB9570#5791

@yogesh-9999
Copy link
Contributor

!assign

@Csrivastava003
Copy link
Contributor

@Riddhi9570 I've already worked on two issues under hacktoberfest in this repository, assign it to someone else interested.

@adityjoshi
Copy link
Contributor

@Riddhi9570 sent you friend request noobstar#8797 my discord id

@Riddhi9570
Copy link
Owner

Riddhi9570 commented Oct 2, 2022

@Riddhi9570 I've already worked on two issues under hacktoberfest in this repository, assign it to someone else interested.

Thanks for letting me know! All the best for hacktoberfest 👍 ! @Csrivastava003

@Riddhi9570
Copy link
Owner

@yogesh-9999 I've assigned you the issue and you may please go ahead!
Happy Coding😃!

@Riddhi9570 Riddhi9570 removed the hacktoberfest This issue will be considered for hacktoberfest contribution label Oct 3, 2022
@Mspurohit15
Copy link

Hey @Riddhi9570 assign me this issued i'm also trying to contribute and finally on your repo

@SwaggyRajput
Copy link

Hello mam can u assign me this issue. I would love to grab this opportunity.

@20a31a05g6
Copy link

class FactorialExample2{
static int factorial(int n){
if (n == 0)
return 1;
else
return(n * factorial(n-1));
}
public static void main(String args[]){
int i,fact=1;
int number=4;//It is the number to calculate factorial
fact = factorial(number);
System.out.println("Factorial of "+number+" is: "+fact);
}
}

Correct the mistake in this code

Help by correcting it and resending it

Do help

Tell the mistakes in this code also

@20a31a05g6
Copy link

I want to work on this issue under hacktoberfest. @Riddhi9570

class FactorialExample2{
static int factorial(int n){
if (n == 0)
return 1;
else
return(n * factorial(n-1));
}
public static void main(String args[]){
int i,fact=1;
int number=4;//It is the number to calculate factorial
fact = factorial(number);
System.out.println("Factorial of "+number+" is: "+fact);
}
}

Correct the mistake in this code

Help by correcting it and resending it

Do help

Tell the mistakes in this code also

@20a31a05g6
Copy link

Write your solution to this java problem of hackerrank :-
problem link : https://www.hackerrank.com/challenges/java-sort/problem

Please help explain line by line

class FactorialExample2{
static int factorial(int n){
if (n == 0)
return 1;
else
return(n * factorial(n-1));
}
public static void main(String args[]){
int i,fact=1;
int number=6;//It is the number to calculate factorial
fact = factorial(number);
System.out.println("Factorial of "+number+" is: "+fact);
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

8 participants