Find Jobs
Hire Freelancers

small task need to complete in java within 15 min

$250-750 USD

Fechado
Publicado há mais de 9 anos

$250-750 USD

Pago na entrega
[login to view URL] a positive integer k, another positive integer n is said to have k-small factors if n can be written as a product u*v where u and v are both less than k. For instance, 20 has 10-small factors since both 4 and 5 are less than 10 and 4*5 = 20. (For the same reason, it is also true to say that 20 has 6-small factors, 7-small factors, 8-small factors, etc). However, 22 does not have 10-small factors since the only way to factor 22 is as 22 = 2 * 11, and 11 > 10. Write a function has with signatuare boolean hasKSmallFactors(int k, int n) which returns true if n has k-small factors. The function should return false if either k or n is not positive. Examples: Input Output 10, 20 true (since 5*4 = 20 and 5<10, 4< 10) 10, 22 false (since 22 can only be factored as 2*11 and 11>10) 0, 5 false (since 0 is not positive)
ID do Projeto: 7102444

Sobre o projeto

28 propostas
Projeto remoto
Ativo há 9 anos

Quer ganhar algum dinheiro?

Benefícios de ofertar no Freelancer

Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
28 freelancers estão ofertando em média $337 USD for esse trabalho
Avatar do Usuário
JAVA EXPERT here. Contact me ASAP. I can do this. Regards, Junaid
$250 USD em 2 dias
5,0 (127 avaliações)
7,3
7,3
Avatar do Usuário
It's possible to complete in very short time, but there is no way to put bid below $250 . Due incorrect project budget settings. What may I do?
$250 USD em 1 dia
4,9 (663 avaliações)
6,9
6,9
Avatar do Usuário
I have graduated from IITKharagpur and has 7 years of experience in developing mobile apps and web apps.I can guarantee great quality. I think this program can be done in a day.
$526 USD em 1 dia
4,7 (17 avaliações)
6,8
6,8
Avatar do Usuário
A proposal has not yet been provided
$250 USD em 10 dias
4,9 (62 avaliações)
5,5
5,5
Avatar do Usuário
A proposal has not yet been provided
$526 USD em 10 dias
5,0 (3 avaliações)
4,8
4,8
Avatar do Usuário
Предложение еще не подано
$250 USD em 1 dia
4,9 (12 avaliações)
4,6
4,6
Avatar do Usuário
A proposal has not yet been provided
$250 USD em 0 dia
4,9 (18 avaliações)
3,9
3,9
Avatar do Usuário
I don't know why you offer such a high award for a simple task. I'm glad to offer you the answer directly. The following code will solve the problem when k is not very large. If you need to deal with large integers. You can choose me and it need more complicate algorithm. public static boolean hasKSmallFactors(int k, int n){ if(k<=0) return false; if(k==1) return true; for (int i = 2; i < n; i++) { if(k-i*(k/i)==0){ return hasKSmallFactors(k/i, n); } } return false; }
$250 USD em 3 dias
5,0 (13 avaliações)
3,9
3,9
Avatar do Usuário
I have more experience in java language , Open chat for further details , I can finish in few hours .
$250 USD em 0 dia
4,6 (17 avaliações)
4,1
4,1
Avatar do Usuário
We are Egyptian team, and i am sure that you will get our work is a great as you expect, all of team have a diploma in javaSE, JavaEE, JavaFX using many technologies like Struts1, Struts2, Hibernate, JPA, Spring, Spring MVC, Spring Security, EJB, JSF, Primefaces, Webservices and all of us familier with XML, Javascript, AJAX, Web Services .. etc Also we have members who have a diploma in Andriod, JavaME, IOS, Blackberry applications We are a team of programmers who have many skills in programming generally and in java specifically. we worked on a projects for a big companies like vodafone, Etisalat and many banks. We have knowledge about many fields of business. I can assure that you'll get your work done in an efficient way.
$250 USD em 0 dia
4,1 (19 avaliações)
4,6
4,6
Avatar do Usuário
Hi. I am Nikhil. I want to tell you honestly, This project is not worth for 250$. I will do it for 50$ only. Here is the plan. 1. I will find factors and if any factor will be greater then k then I will break a loop. 2. Print false and write those factors. I have bid here 250$ because I am not able to bid less then minimum no. If yo want me to work in 50$ then Please hire me from my profile or message me here. I am ready to accept payment via paypal. You can also post another project, starting range from 30$ to 250$. and then Please invite me to project and I will bid there 50$ and then complete it in 2 to 3 hours max. Please atleast start conversation. Thank you, Nikhil
$250 USD em 0 dia
4,9 (6 avaliações)
3,1
3,1
Avatar do Usuário
Hello We are a group of Electrical Engineers. I have the code for factorization available. The algorithm can be completed within 5 minutes. We can also negotiate price Lets discuss in PM Looking forward to talk to you
$250 USD em 10 dias
5,0 (2 avaliações)
2,6
2,6
Avatar do Usuário
I have been working as a software engineer java in Virtusa pvt ltd for more than 2 years, hope i can give you a great solution
$277 USD em 1 dia
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
I have about 13 years experience in theoretical physics and programmin with Fortran. I have about 2 years experience in Java. I think I can help you.
$250 USD em 1 dia
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
A proposal has not yet been provided
$277 USD em 0 dia
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
Hi, I can make that program for you (java se/console). Best Regards Piotr ..........................................................................
$750 USD em 3 dias
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
I really like programing such problematics and i am a good Java developer since i learned Java at the university and use it at my workplace. Hire me so you will get what you want and through it i can show what i can. Greatings
$355 USD em 2 dias
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
I am strong in java, and working in mnc, and it is very easy for me to give the program within 15 min.
$250 USD em 0 dia
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
I am a good and experienced Java developer. The program is very easy and can be completed in a few minutes.
$250 USD em 0 dia
0,0 (0 avaliações)
0,0
0,0
Avatar do Usuário
the function is already done, once you hire us and we receive this job, we can send you the function as soon as possible.
$250 USD em 1 dia
0,0 (0 avaliações)
0,0
0,0

Sobre o cliente

Bandeira do(a) BANGLADESH
Dhaka, Bangladesh
5,0
5
Método de pagamento verificado
Membro desde jun. 1, 2012

Verificação do Cliente

Obrigado! Te enviamos um link por e-mail para que você possa reivindicar seu crédito gratuito.
Algo deu errado ao enviar seu e-mail. Por favor, tente novamente.
Usuários Registrados Total de Trabalhos Publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Carregando pré-visualização
Permissão concedida para Geolocalização.
Sua sessão expirou e você foi desconectado. Por favor, faça login novamente.