Twiggecode / Integer-Sequences

A database of algorithms of notable integer sequences. Easy for beginners to contribute.
The Unlicense
40 stars 118 forks source link

Create Algorithms for Integer Sequences #1

Open Twiggecode opened 3 years ago

Twiggecode commented 3 years ago

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.

shreegilliorkar commented 3 years ago

@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 commented 3 years ago

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

Twiggecode commented 3 years ago

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.

Ash-KODES commented 3 years ago

I AM WORKING ON FIBONACCI SERIES USING C++ TAHNKYOU

itisaby commented 3 years ago

Hi @Twiggecode I am working on this problem using python

ShyamSunder149 commented 3 years ago

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

Vandinimodi1595 commented 2 years ago

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

Xuewei-Chen commented 2 years ago

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

Twiggecode commented 2 years ago

@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 commented 2 years ago

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 commented 2 years ago

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