最新 最热

Array - 36. Valid Sudoku

Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules:

2020-09-23
0

Dynamic Progamming - 198. House Robber

You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only constraint stopping you from rob...

2020-09-23
0

Dynamic Programming - 213. House Robber II

213. House Robber II You are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed. All houses at this ...

2020-09-23
0

Red and Black(DFS 深搜练习)

There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. From a tile, he can move to...

2020-09-11
0

【每日一题】36. Valid Sudoku

Determine if a 9x9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules:

2020-08-12
0

PAT 1016 Phone Bills (25分) sort() + map 逻辑较为复杂

A long-distance telephone company charges its customers by the following rules:

2020-07-14
1

【Codeforces 738D】Sea Battle(贪心)

http://codeforces.com/contest/738/problem/D

2020-06-02
0

Dyson可净化周边空气的耳机专利 - 疫情当前,这个产品很是应景

疫情当前,如何更好地保护自己免受包括冠状病毒在内的的呼吸道和肺部病毒的侵扰,佩戴口罩是必不可少的。

2020-02-19
0

VBA进阶:SortedList详解之操作

For Each str In Array("aa1", "aa2", "aa1","aa3", "aa4", "aa2")

2019-12-24
0

一起学Excel专业开发24:使用类模块创建对象3

在《一起学Excel专业开发23:使用类模块创建对象2》中,我们自定义的集合类存在两个方面的不足:

2019-11-11
0