Skip to content
View codebind-luna's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report codebind-luna

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. nth_prime nth_prime Public

    Given a number n, determine what the nth prime is.

    Ruby

  2. pangram pangram Public

    Determine if a sentence is a pangram

    Ruby

  3. hamming hamming Public

    Calculate the Hamming difference between two DNA strands.

    Ruby

  4. rna_transcription rna_transcription Public

    Given a DNA strand, return its RNA complement (per RNA transcription).

    Ruby

  5. sieve sieve Public

    Use the Sieve of Eratosthenes to find all the primes from 2 up to a given number.

    Ruby

  6. leap-python leap-python Public

    Given a year, report if it is a leap year.

    Python