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

Needed a program in any language that can directly generate the staircase sequence instead of passing all the numbers and checking it by a function. #4

Open
techguybiswa opened this issue Jun 8, 2017 · 6 comments

Comments

@techguybiswa
Copy link
Owner

No description provided.

@riktimmondal
Copy link

can you limit upto which number should be generated otherwise its possible to generate the sequence upto infinite terms

@techguybiswa
Copy link
Owner Author

techguybiswa commented Oct 15, 2017

Yeah I get your point.
So see.
It can be like the program asks for a value of "n".
Then the program generates the staircase numbers till nth position.
Like generate a staircase number, do n++, and when n == "user given input ", break.

@techguybiswa
Copy link
Owner Author

Or maybe if staging can be done.
Like in first page, the first 100 numbers.
Then in 2nd page the next 100 and so on....

@rowhitswami
Copy link

@Bisso1998 I would like to take this one 😊

@Vishwaak
Copy link
Contributor

can i work on this ?

@techguybiswa
Copy link
Owner Author

@Vishwaak
Thanks a lot for stopping by the repo and taking your time to explore it.
Feel free to work on the feature and make a PR when it is done.
Would be waiting for your PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants