摘要: package _interview_question /** * Given an array of integers size 'n' Our aim is to calculate the maximum sum of 'k' consecutive elements in the array 阅读全文
posted @ 2020-09-03 22:54 johnny_zhao 阅读(73) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_516 /** * 516. Longest Palindromic Subsequence * https://leetcode.com/problems/longest-palindromic-subsequence/description/ * * Given 阅读全文
posted @ 2020-09-03 00:24 johnny_zhao 阅读(131) 评论(0) 推荐(0) 编辑