-
Notifications
You must be signed in to change notification settings - Fork 118
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
Comments
@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. |
Hi @Twiggecode, I Implemented code to find Fibonacci number in Golang. Plese review my PR here. Thanks! |
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. |
I AM WORKING ON FIBONACCI SERIES USING C++ |
ISSUE -#1 ADDING FIBONACCI SERIES USING C++ BY TWO METHODS
Hi @Twiggecode I am working on this problem using python |
Hey @Twiggecode, do figurate numbers comes under integer sequences?? |
Powtwo: This should merge into my fork of main and not Twigge repo, if this made it to twigge please disregard
Hello @Twiggecode, I am working on this problem using Java and Python. |
Hi, I would like to implement the sorting methods in other ways using java. |
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. |
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. |
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. |
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.
The text was updated successfully, but these errors were encountered: