Time: 2019-08-01 题目描述 给定一个含有 n 个正整数的数组和一个正整数 s ,找出该数组中满足其和 ≥ s 的长度最小的连续子...
收录了6篇文章 · 1人关注
Time: 2019-08-01 题目描述 给定一个含有 n 个正整数的数组和一个正整数 s ,找出该数组中满足其和 ≥ s 的长度最小的连续子...
问题描述:简单型,BFS解法 You are given a data structure of employee information, w...
问题类型:Easy, BFS 问题描述: Given a binary tree, find its minimum depth. The mi...
Type: Medium, BFS 完美平方数 题目描述: Given a positive integer n, find the least...
Type: Easy, BFS 问题描述: Given an n-ary tree, return the level order traver...
Time: 2019-08-01语言:Python3难度:中等 题目描述 将一个给定字符串根据给定的行数,以从上往下、从左到右进行 Z 字形排列...
专题公告
算法题刷题笔记。