SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 104 forks source link

Number Type Finder II #132

Closed SarthakKeshari closed 1 year ago

SarthakKeshari commented 1 year ago

Enter calculator name -

Number Type Finder

Describe calculator functionality -

Given a number entered by the user, find if the number is -

NOTE - Create a multi-select dropdown list for the user to select which number type he wants to find.

Under which category you wish to place it -

[x] Computer Science [] Mathematics [] Physics [] Chemistry [] Biology [] Finance [] Scientific [] Health [] Sports [] Let project owner decide [] Suggest a new category - (Answer here)

Saksham-245 commented 1 year ago

Hi @SarthakKeshari can you assign this issue to me.

SarthakKeshari commented 1 year ago

Hey @Saksham-245, Assigned.

You may contribute your code under the folder path -

calc_for_everything\calculators\src\computer_science\number_type_finder

Be careful, do not break the old code already exists. Old code was made as a part of - Number Type Finder I

Issue completion deadline - 6th Oct 8:00:00 am IST

NOTE - In case the issue completion deadline is not met, the issue will be assigned to a new participant

Saksham-245 commented 1 year ago

Ok Sure I will keep that in mind. Old code does not break.

Saksham-245 commented 1 year ago

Hi @SarthakKeshari can you assign this issue to someone else as of now I am unable to do it.

SarthakKeshari commented 1 year ago

Sure

Amitkm-450 commented 1 year ago

The pancake number for a given number n represents the minimum number of flips required to sort any stack of n pancakes . So could you please explain me what is the users input and what he/she expects from the output .

shrinidhihegde3 commented 1 year ago

hey @SarthakKeshari, can u assign this issue to me?

SarthakKeshari commented 1 year ago

@Amitkm-450, Input would be a number. And the output will be whether number is a Pancake number or not.

eg - pancake-number-in-java

4 is a pancake number, as it can be attained when value of j(variable) is 2.

SarthakKeshari commented 1 year ago

Hey @shrinidhihegde3, Assigned.

You may contribute your code under the folder path -

calc_for_everything\calculators\src\computer_science\number_type_finder

Be careful, do not break the old code already exists. Old code was made as a part of - Number Type Finder I

Issue completion deadline - 10th Oct 1:00:00 pm IST

NOTE - In case the issue completion deadline is not met, the issue will be assigned to a new participant

shrinidhihegde3 commented 1 year ago

in the above reply for pancake number...is 7 a pancake number as it can be obtained when the j variable is 3 ??

SarthakKeshari commented 1 year ago

in the above reply for pancake number...is 7 a pancake number as it can be obtained when the j variable is 3 ??

Yes

shrinidhihegde3 commented 1 year ago

I have submitted, pls check