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

Create Algorithms for Integer Sequences #1

Open
Twiggecode opened this issue Jun 28, 2021 · 11 comments
Open

Create Algorithms for Integer Sequences #1

Twiggecode opened this issue Jun 28, 2021 · 11 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request first-timers-only good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed question Further information is requested

Comments

@Twiggecode
Copy link
Owner

Twiggecode commented Jun 28, 2021

Please see the README.md file for more information

Create code to generate the nth element of various notable integer sequences in a programming language of your choice.

Good project for beginners.

@Twiggecode Twiggecode added documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed enhancement New feature or request question Further information is requested first-timers-only labels Jun 28, 2021
@shreegilliorkar
Copy link
Contributor

@Twiggecode , I implemented Euclid code in C language & Lucas Numbers code in C++ language. Please have a look and suggest if any changes are required.

@irfansofyana
Copy link
Contributor

Hi @Twiggecode, I Implemented code to find Fibonacci number in Golang. Plese review my PR here. Thanks!

@Twiggecode
Copy link
Owner Author

Anyone is free to contribute, there's no need to ask for permission or assign the issue to anyone, just have a look at the readme, create your algorithm or code changes and submit a pull request.

Twiggecode pushed a commit that referenced this issue Jul 30, 2021
@Ash-KODES
Copy link
Contributor

I AM WORKING ON FIBONACCI SERIES USING C++
TAHNKYOU

Ash-KODES added a commit to Ash-KODES/Integer-Sequences that referenced this issue Aug 4, 2021
Twiggecode added a commit that referenced this issue Aug 5, 2021
ISSUE -#1 ADDING FIBONACCI SERIES USING C++ BY TWO METHODS
@itisaby
Copy link
Contributor

itisaby commented Aug 19, 2021

Hi @Twiggecode I am working on this problem using python

itisaby added a commit to itisaby/Integer-Sequences that referenced this issue Aug 19, 2021
Twiggecode added a commit that referenced this issue Aug 19, 2021
@ShyamSunder149
Copy link
Contributor

Hey @Twiggecode, do figurate numbers comes under integer sequences??
If yes I can probably do my first contribution : )

Twiggecode pushed a commit that referenced this issue Sep 24, 2021
Powtwo: This should merge into my fork of main and not Twigge repo, if this made it to twigge please disregard
Twiggecode pushed a commit that referenced this issue Oct 22, 2021
@Vandinimodi1595
Copy link
Contributor

Vandinimodi1595 commented Jan 24, 2022

Hello @Twiggecode, I am working on this problem using Java and Python.

@Xuewei-Chen
Copy link
Contributor

Hi, I would like to implement the sorting methods in other ways using java.

@Twiggecode
Copy link
Owner Author

@Xuewei-Chen

Hey, yeah if you can improve either the speed of an algorithm (improve time complexity), the code quality (comments, variable names etc) or reduce the memory the algorithm uses (improve space complexity), then I will accept your merge request.

@Vandinimodi1595
Copy link
Contributor

Hey @Twiggecode , As I mentioned in the comment for this issue, I have added a code that tells whether the number of weird or not. It is named as weirdNumber.java under "weird number" folder. Please accept the request.

@Vandinimodi1595
Copy link
Contributor

Hey @Twiggecode , I have implemented sorting numbers with selection sort with both ascending and descending ways. Its is under #362 for "Integer-Sequences/Sorting Number/". Please accept the request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request first-timers-only good first issue Good for newcomers hacktoberfest help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

8 participants