摘要:
Design an algorithm and write code to serialize and deserialize a binary tree. Writing the tree to a file is called 'serialization' and reading back f... 阅读全文
摘要:
Given an integer array, find a continuous rotate subarray where the sum of numbers is the biggest. Your code should return the index of the first numb... 阅读全文