Skip to content
View dennislixin's full-sized avatar

Block or report dennislixin

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. DefinitelyTyped DefinitelyTyped Public

    Forked from DefinitelyTyped/DefinitelyTyped

    The repository for high quality TypeScript type definitions.

    JavaScript

  2. MergeSort MergeSort Public

    Create Merge Sort for practice

  3. TestProject TestProject Public

    a poject for testing purpose

  4. ClosestPointOnPlane ClosestPointOnPlane Public

    First commit to this project

    Java

  5. Exponentiation Exponentiation Public

    Implement 3 exponentation solution in Java with time complexity O(N), O(log N), O(1)

    Java

  6. DivisibleBy357Only DivisibleBy357Only Public

    Find all numbers divisible only by 3, 5 and 7. For instance, 35 = 5 × 7 is included in the set, but 30 = 2 × 3 × 5 is not because of the factor of 2.

    Java