摘要:
Problem : Given a string, your task is to count how many palindromic substrings in this string. The substrings with different start indexes or end ind 阅读全文
posted @ 2020-03-30 16:41
littledy
阅读(94)
评论(0)
推荐(0)
摘要:
Problem : Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element 阅读全文
posted @ 2020-03-30 15:25
littledy
阅读(76)
评论(0)
推荐(0)
摘要:
Problem : Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements 阅读全文
posted @ 2020-03-30 01:00
littledy
阅读(80)
评论(0)
推荐(0)