Pinned Repositories
AdjacentNumber
Find the maximum distance of adjacent number in an array
BinaryTree
List the nodes of a binary tree in the same level
bitFlyerQuiz
bitFlyer Quiz
NumberOfPaths
Find the number of ways to finish a path
twoSum
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solution, and you may not use the same element twice.
wy10cheng's Repositories
wy10cheng/bitFlyerQuiz
bitFlyer Quiz
wy10cheng/AdjacentNumber
Find the maximum distance of adjacent number in an array
wy10cheng/BinaryTree
List the nodes of a binary tree in the same level
wy10cheng/NumberOfPaths
Find the number of ways to finish a path
wy10cheng/twoSum
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solution, and you may not use the same element twice.