上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 26 下一页
摘要: LeetCode 面试题04. 二维数组中的查找【剑指Offer】【Easy】【Python】【数组】 问题 "力扣" 在一个 n m 的二维数组中,每一行都按照从左到右递增的顺序排序,每一列都按照从上到下递增的顺序排序。请完成一个函数,输入这样的一个二维数组和一个整数,判断数组中是否含有该整数。 阅读全文
posted @ 2020-03-17 20:41 Wonz 阅读(168) 评论(0) 推荐(0) 编辑
摘要: LeetCode 面试题03. 数组中重复的数字【剑指Offer】【Easy】【Python】【数组】【哈希表】【排序】 问题 "力扣" 找出数组中重复的数字。 在一个长度为 n 的数组 nums 里的所有数字都在 0~n 1 的范围内。数组中某些数字是重复的,但不知道有几个数字重复了,也不知道每个 阅读全文
posted @ 2020-03-17 19:54 Wonz 阅读(187) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1160. Find Words That Can Be Formed by Characters拼写单词【Easy】【Python】【字符串】 Problem "LeetCode" You are given an array of strings and a string . 阅读全文
posted @ 2020-03-17 15:51 Wonz 阅读(255) 评论(0) 推荐(0) 编辑
摘要: LeetCode 面试题 01.06. 字符串压缩【Easy】【Python】【双指针】 问题 "力扣" 字符串压缩。利用字符重复出现的次数,编写一种方法,实现基本的字符串压缩功能。比如,字符串aabcccccaaa会变为a2b1c5a3。若“压缩”后的字符串没有变短,则返回原先的字符串。你可以假设 阅读全文
posted @ 2020-03-16 22:37 Wonz 阅读(515) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1382. Balance a Binary Search Tree将二叉搜索树变平衡【Medium】【Python】【二叉树】 Problem "LeetCode" Given a binary search tree, return a balanced binary sear 阅读全文
posted @ 2020-03-15 16:37 Wonz 阅读(360) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1381. Design a Stack With Increment Operation设计一个支持增量操作的栈【Medium】【Python】【栈】 Problem "LeetCode" Design a stack which supports the following o 阅读全文
posted @ 2020-03-15 15:15 Wonz 阅读(168) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1380. Lucky Numbers in a Matrix矩阵中的幸运数【Easy】【Python】【暴力】 Problem "LeetCode" Given a matrix of distinct numbers, return all lucky numbers in t 阅读全文
posted @ 2020-03-15 13:49 Wonz 阅读(306) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1071. Greatest Common Divisor of Strings字符串的最大公因子【Easy】【Python】【字符串】 Problem "LeetCode" For strings and , we say " divides " if and only if ( 阅读全文
posted @ 2020-03-12 21:57 Wonz 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 东方财富 2020 春季校园招聘后端开发在线笔试【Python】【C++】【字符串】【动态规划】 一、单选题 一共有 256 个结点的二叉树高度最小是多少:8。 读程题,选出正确的程序输出结果。 不记得了。 二、不定项选择 哪些属于设计模式。 不记得了。 三、填空题 20 6 = 140 是几进制: 阅读全文
posted @ 2020-03-12 21:32 Wonz 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 东方财富 2020 春季校园招聘后端开发在线笔试【Python】【C++】【字符串】【动态规划】 一、单选题 一共有 256 个结点的二叉树高度最小是多少:8。 读程题,选出正确的程序输出结果。 不记得了。 二、不定项选择 哪些属于设计模式。 不记得了。 三、填空题 20 6 = 140 是几进制: 阅读全文
posted @ 2020-03-12 21:30 Wonz 阅读(359) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 26 下一页