摘要:
Leetcode.215 Kth Largest Element in an Array Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted 阅读全文
摘要:
Leetcode.80 | Remove Duplicates from Sorted Array II Given a sorted array nums, remove the duplicates in-place such that duplicates appeared at most t 阅读全文
摘要:
Leetcode.26 | Remove Duplicates from Sorted Array(Python) Given a sorted array nums, remove the duplicates in-place such that each element appear only 阅读全文
摘要:
Leetcode.27 | Remove Element(Python) Given an array nums and a value val, remove all instances of that value in-place and return the new length. Do no 阅读全文
摘要:
Leetcode.283 Move Zeroes Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero e 阅读全文
摘要:
Leetcode.75 Sort Colors Given an array with n objects colored red, white or blue, sort them in-place so that objects of the same color are adjacent, w 阅读全文
摘要:
数据存储 RDBMS: Data is typed structured before stored Entity == table Record == row Query: group by / join 无法存储大数据 无法进行大数据的实时查询 Hadoop/HDFS: 能存 无法进行实时查询 阅读全文