摘要:
https://leetcode.com/problems/delete-node-in-a-bst Given a root node reference of a BST and a key, delete the node with the given key in the BST. Retu 阅读全文
摘要:
https://leetcode.com/problems/sliding-window-maximum/ Given an array nums, there is a sliding window of size k which is moving from the very left of t 阅读全文
摘要:
https://leetcode.com/problems/find-k-closest-elements/description/ Given a sorted array, two integers k and x, find the k closest elements to x in the 阅读全文
摘要:
http://www.bogotobogo.com/cplusplus/memoryallocation.php Variables and Memory Variables represent storage space in the computer's memory. Each variabl 阅读全文
摘要:
http://blog.csdn.net/luoweifu/article/details/46595285 阅读全文