GeeksforGeeks-VIT-Bhopal / GeeksforGeeks-Coding-Practise

This repository contains a 'Collection of Beginner to Intermediate level Coding Questions from GeeksforGeeks', created especially for the Hacktoberfest2021. You are all welcome to contribute to the project.
11 stars 20 forks source link

Exactly 3 Divisors using java #6

Closed shantamsultania closed 3 years ago

shantamsultania commented 3 years ago

Given a positive integer value N. The task is to find how many numbers less than or equal to N have numbers of divisors exactly equal to 3.

shantamsultania commented 3 years ago

I want to add a common DSA Program with a twist can I do it ? @littleironical

littleironical commented 3 years ago

Is this a question in our repo or do you want to add it by yourself?

shantamsultania commented 3 years ago

i wanted to add it myself

littleironical commented 3 years ago

Surely you can do that, but before that, please tell in which folder(or section) you're going to add this question and do send us the link of that problem. Review this @amanpandey0286 and @laxmipandey47

shantamsultania commented 3 years ago

Folder -> Mathematics link to problem https://practice.geeksforgeeks.org/problems/3-divisors3942/1

littleironical commented 3 years ago

@amanpandey0286 and @laxmipandey47 will approve this. Remember, apart from adding and solving this specific question, you've to do 2 more questions so that we could merge the PR as we require at least 3 different problems to be solved.

shantamsultania commented 3 years ago

ok you need them in one PR or can be different PRS ?

littleironical commented 3 years ago

At least 3 problems in 1 PR

shantamsultania commented 3 years ago

ok

One problem i have added in this issue i.e Exactly 3 divisors the other 2 are

  1. Exactly 3 Divisiors
  2. Kadanes Algo link
  3. wave array link the other 2 are from your repo only

I hope this is ok if everything is ok I will start with the solutions

laxmipandey47 commented 3 years ago

@shantamsultania, you can go ahead, just keep the above mentioned points in mind.