摘要: package y2019.Algorithm.array; /** * @ProjectName: cutter-point * @Package: y2019.Algorithm.array * @ClassName: SumEvenAfterQueries * @Author: xiaof * @Description: 985. Sum of Even Numbers Aft... 阅读全文
posted @ 2019-07-04 21:46 cutter_point 阅读(137) 评论(0) 推荐(0)
摘要: package y2019.Algorithm.array; /** * @ProjectName: cutter-point * @Package: y2019.Algorithm.array * @ClassName: Transpose * @Author: xiaof * @Description: 867. Transpose Matrix * * Given a ma... 阅读全文
posted @ 2019-07-04 21:46 cutter_point 阅读(82) 评论(0) 推荐(0)
摘要: package y2019.Algorithm.array; /** * @ProjectName: cutter-point * @Package: y2019.Algorithm.array * @ClassName: NumRookCaptures * @Author: xiaof * @Description: 999. Available Captures for Rook... 阅读全文
posted @ 2019-07-04 21:45 cutter_point 阅读(190) 评论(0) 推荐(0)
摘要: package y2019.Algorithm.array; /** * @ProjectName: cutter-point * @Package: y2019.Algorithm.array * @ClassName: IsToeplitzMatrix * @Author: xiaof * @Description: 766. Toeplitz Matrix * A matri... 阅读全文
posted @ 2019-07-04 21:44 cutter_point 阅读(133) 评论(0) 推荐(0)
摘要: package y2019.Algorithm.array; /** * @ProjectName: cutter-point * @Package: y2019.Algorithm.array * @ClassName: Fib * @Author: xiaof * @Description: 509. Fibonacci Number * The Fibonacci numbe... 阅读全文
posted @ 2019-07-04 21:43 cutter_point 阅读(106) 评论(0) 推荐(0)
摘要: package y2019.Algorithm.array; import java.util.*; /** * @ProjectName: cutter-point * @Package: y2019.Algorithm.array * @ClassName: CommonChars * @Author: xiaof * @Description: 1002. Find Comm... 阅读全文
posted @ 2019-07-04 21:41 cutter_point 阅读(228) 评论(0) 推荐(0)