Skip to content
View jackyiverson's full-sized avatar
  • Kaohsiung, Taiwan

Block or report jackyiverson

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

    Return a version of the given string, where for every star (*) in the string the star and the chars immediately to its left and right are gone. So "ab*cd" yields "ad" and "ab**cd" also yields "ad".

    Java

  2. longestStreak longestStreak Public

    Given a string, return the length of the longest streak of the same chars in the string.

    Java

  3. bigContainsSmall bigContainsSmall Public

    Given two arrays of ints sorted in ascending order, called big and small, return true if all of the numbers in small array appear in the big one.

    Java

  4. graph graph Public

    graph-data structure

    Java

  5. stock-analysis stock-analysis Public

    Java

  6. stock-analysis-2 stock-analysis-2 Public

    read and calculate stock information

    Java