Skip to content
View jayjieh's full-sized avatar
💭
I have no limit to my achievements
💭
I have no limit to my achievements

Block or report jayjieh

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. axle-chassis axle-chassis Public

    A generic Spring Controller to perform crud functionality

    Java 5 2

  2. axle-chassis-demo axle-chassis-demo Public

    A demo to show how to use the chassis resource

    Java 1

  3. tiny-tasks tiny-tasks Public

    Forked from haiilo/tiny-tasks

    Welcome to TinyTasks, the most basic task management app in the whole wide world!

    Java 1

  4. DistinctIntegersSum DistinctIntegersSum Public

    Given an array of distinct integers and a sum value. Find count of triplets with sum smaller than given sum value. Expected Time Complexity is O(n 2 ).

    Java

  5. ReverseStringArray ReverseStringArray Public

    Given a string, that contains special character together with alphabets (‘a’ to ‘z’ and ‘A’ to ‘Z’), reverse the string in a way that special characters are not affected.

    Java

  6. PascalTriangle PascalTriangle Public

    Given an index k, return the kth row of the Pascal's triangle

    Java