摘要: 题目描述 Serialization is the process of converting a data structure or object into a sequence of bits so that it can be stored in a file or memory buffer 阅读全文
posted @ 2019-07-09 11:26 你好哇傻小妞 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Median is the middle value in an ordered integer list. If the size of the list is even, there is no middle value. So the median is the mean of th 阅读全文
posted @ 2019-07-09 10:52 你好哇傻小妞 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 题目描述 According to the Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician 阅读全文
posted @ 2019-07-08 10:50 你好哇傻小妞 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Given a string that contains only digits 0-9 and a target value, return all possibilities to add binary operators (not unary) +, -, or * between 阅读全文
posted @ 2019-07-05 16:03 你好哇傻小妞 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Given an array of citations (each citation is a non-negative integer) of a researcher, write a function to compute the researcher's h-index. Acco 阅读全文
posted @ 2019-07-04 11:00 你好哇傻小妞 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 231 - 1. 题目大意 要求将一个正整数转化为用英文表示数字的字符 阅读全文
posted @ 2019-07-03 16:39 你好哇傻小妞 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Given an array of numbers nums, in which exactly two elements appear only once and all the other elements appear exactly twice. Find the two elem 阅读全文
posted @ 2019-07-02 10:59 你好哇傻小妞 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Given a string of numbers and operators, return all possible results from computing all the different possible ways to group numbers and operator 阅读全文
posted @ 2019-07-01 19:33 你好哇傻小妞 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Write an efficient algorithm that searches for a value in an m x n matrix. This matrix has the following properties: Integers in each row are sor 阅读全文
posted @ 2019-07-01 16:37 你好哇傻小妞 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Given an array nums, there is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the  阅读全文
posted @ 2019-07-01 11:03 你好哇傻小妞 阅读(90) 评论(0) 推荐(0) 编辑