Coder Social home page Coder Social logo

twiggecode / integer-sequences Goto Github PK

View Code? Open in Web Editor NEW
38.0 38.0 118.0 873 KB

A database of algorithms of notable integer sequences. Easy for beginners to contribute.

License: The Unlicense

Java 20.85% Python 35.85% C# 6.55% C++ 24.49% C 8.20% Go 0.48% Ruby 0.29% Rust 0.52% Scala 0.36% JavaScript 0.74% R 0.25% MATLAB 0.49% Shell 0.96%

integer-sequences's People

Contributors

aseemchopra25 avatar awallenfang avatar bayurzx avatar beamandala avatar bogdan-ciurea avatar daxin-h avatar edmartt avatar evilced avatar geekboi777 avatar glazedtorus avatar goutham109 avatar gunslingster avatar itsf4llofstars avatar junhanliu-dev avatar kaushalkrishna2000 avatar philippossfrn avatar premapk avatar rathijitpapon avatar rs-py avatar samz5320 avatar sedatyf avatar senay21 avatar shreya19595 avatar stemitom avatar tspeng avatar twiggecode avatar vaipujary avatar vandinimodi1595 avatar varun270 avatar yaadr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

integer-sequences's Issues

πŸ—ΊοΈ Help translate README to more languages

README Translation

Help make this project approachable to more GitHubers πŸ‘πŸ½

If your native tongue is other but English, or you just happen to have another fluent language, then this is for you! 🌏

Key Notes:

  • Make sure you fully understand the original README at first and translate it as reliable as you can to the EN source version.
  • Don't translate the original README.md file, i.e don't replace it with other translations.
  • Create a new README file with the new language symbolic letters. example: README_EN.md.
  • If the Translation is not complete while committing PR - mention it and raise an issue for completion if help is needed.
  • Make sure all the hyperlinks are existing and working.
  • Once approved and merged, add a relevant link to the original ReadMe languages list.
    2

Update Tracking List

Update the file TrackingProgress.md to match the updated repository.

For example, if you want to add a file into the project, include this on the tracking list, or if a particular file is not visible on the tracking list, add it on.

Do not list any of the sequences as closed, I will handle this. If an integer sequence is listed as open but there is already existing code for this sequence in the repository, change the sequence to 'In Progress' and add the language used to the tracking list.

Proposed Language Additions and Section Additions to TrackingProgress.md - TrackingProgress.md File Update

Poposed Changes to TrackingProgress.md

Hi Twidge. I saw a video on using markdown in the PR and Issues section of a repo
and thought I would take a look at that. I have changes to the Tracking file in both
adding missing languages, and adding missing sections.

I would like to send all the additional language additions as one PR. After this, send
the added sections as three additions at a time. This would encompass 1 PR for the languages
and about 4-6 PR's for the adding of the sections.

Below are the additions of the individual languages to already established sections.
Below that, are the proposed section additions.

My current branch and TrackingProgress.md file have all the individual language additions
commited in, and a commented out list of sections that are missing in the html of the
Tracking file. I have not yet committed the missing sections. See bottom for a list of
these sections.

Please let me know what you think. I can split the PR's up however is best for you.
It does look like my markdown formatted properly, let me know if your seeing it on your
end, thanks so much.

Cheers;
itsf4llofstars

Added Individual Languages to Established Sections

<tr>
  <td align=center><p>  &#9203;</p></td>
  <td><a href="./Alternating Factorial">Alternating factorial</a></td>
-  <td>C++, Java, Python, C</td>
+  <td>C++, Java, Python, C, matlab</td>
</tr>
<tr>
  <td align=center><p>  &#9989;</p></td>
  <td>Blum integers</td>
-  <td>           </td>
+  <td>C++, Python</td>
</tr>

Not sure why this is not getting highlighted

<tr>
  <td align=center><p> &#9203;</p></td>
  <td><a href="./Catalan Numbers">Catalan number</a></td>
  - <td>Python, C++, Java, C</td>
  + <td>Python, C++, Java, C, matlab</td>
</tr>
<tr>
  <td align=center><p> &#9203;</p></td>
  <td><a href="./Divisor Function">Divisor function</a></td>
-  <td>Python, C++, Mark Down, C</td>
+  <td>Python, C++, Markdown, C, JS</td>
</tr>
<tr>
  <td align=center><p> &#9203;</p></td>
  <td><a href='./Farey Sequence Numerators'>Farey Sequence Numerators</a></td>
-  <td>Python</td>
+  <td>Python, C++</td>
</tr>
<tr>
  <td align=center><p>  &#9989;</p></td>
-  <td>Highly composite numbers</td>
+  <td>HighlyComposite</td>
-  <td></td>
+  <td>C++, Python</td>
</tr>
<tr>
  <td align=center><p>  &#9989;</p></td>
-  <td>Hyperperfect number</td>
+  <td>Hyperperfect Numbers</td>
-  <td>        </td>
+  <td>Python</td>
</tr>
<tr>
  <td align=center><p>  &#9203;</p></td>
-  <td><a href="./Lucky Number">Lucky numbers</td>
+  <td><a href="./Lucky Number">Lucky numbers</a></td>
  <td>Python, C++</td>
</tr>
<tr>
 <tr>
   <td align=center><p>  &#9989;</p></td>
   <td>Markov numbers</td>
-  <td></td>
+  <td>Python</td>
 </tr>
 <tr>
 <tr>
   <td align=center><p>  &#9203;</p></td>
   <td><a href="./Partition Numbers">Partition Numbers</a></td>
-  <td>Python</td>
+  <td>Python, Java</td>
 </tr>
 <tr>
 <tr>
   <td align=center><p>  &#9989;</p></td>
   <td>Radical of an integer</td>
-  <td>        </td>
+  <td>Python</td>
 </tr>
 <tr>
   <td align=center><p>  &#9989;</p></td>
   <td>Sphenic numbers</td>
-  <td>        </td>
+  <td>Python</td>
 </tr>
 <tr>
   <td align=center><p>  &#9203;</p></td>

Proposed Section additions With The addition Of Respective Languages

  1. All Exponent Integer Series
  2. Bernoulli number
  3. Erdos Nicolas
  4. Euler's Numbers
  5. Factorial Primes
  6. Factorial Series
  7. Landau Number : Note: There is a Landau function
  8. Mersenne Prime
  9. Natural Numbers Sequenc
  10. Permutable Primes
  11. Power of N : Note: There is a Power of 2
  12. README Translation
  13. Square Numbers
  14. Star Number
  15. Stella Octangular number
  16. Zigzag Number
  17. Fibonacci Series

πŸ’‘ Suggestions for simple and intuitive Pull Request Template file

Pull Requests Template

This is a simple 'first issue' to deal with, but require creativity and careful thinking.

General line of thought:

  • There is a Tracking List for the project under the file name TrackingProgress.md
  • The idea is to encourage contributors to help to update the Tracking List or at least sum up their changes so it would be easier to follow, and for other contributors to complete the following update process.
  • The file Pull Request Template.md is an example to edit and work on. Of course, your's can be something entirely different.

for example:

  • I read the README file
  • I've checked the code is compiling and working
  • I've updated the changes in TrackingProgress.md

example for table

Sequence name Added new \ Update existing Language Added new \ fixed issues
Prime Numbers Update C new

Create Algorithms for Integer Sequences

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.

Abundant number C++ solution is not correct

programme should return nth number in the abundant number but this only print abundant number that comes before n.
Input:
24
expected output:
104
code output:
24
12 18 20 24

Improve quality of existing code

Improve the quality of code that already exists within this project by either modifying the algorithms to become faster, or improve the coding standards by adding in more comments, spaces and by modifying variable names.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.