最新 最热

Tree - 230. Kth Smallest Element in a BST

Given a binary search tree, write a function kthSmallest to find the kth smallest element in it.

2020-09-23
1

Tree - 96. Unique Binary Search Trees

96. Unique Binary Search TreesGiven n, how many structurally unique BST's (binary search trees) tha

2020-09-23
1

Trie - 208. Implement Trie (Prefix Tree)

Implement a trie with insert, search, and startsWith methods.

2020-09-23
1

Trie - 211. Add and Search Word - Data structure design

211. Add and Search Word - Data structure design Design a data structure that supports the following two operations:

2020-09-23
1

python五十九课——正则表达式的拓展内容

演示正则表达式的拓展内容:函数:finditer(regex,string,[flags=0]):参数:和match、search、findall一样理解功能:将所有匹配的数据封装为一个一个的match对象,然后以iterator返回...

2020-09-16
1

python五十六课——正则表达式(常用函数之search())

函数:search(regex,string,[flags=0]):参数:和match一样理解功能:从头开始匹配字符串中的数据,如果头不匹配继续往后尝试匹配,直到有第一个匹配成功的子数据,立即返回一个match对象;此时就算后面还有匹配的子数据,直接无视......

2020-09-16
1

Pycharm快捷键

1、编辑(Editing)Ctrl + Space 基本的代码完成(类、方法、属性)Ctrl + Alt + Space 快速导入任意类Ctrl + Shift + Enter 语句完成Ctrl + P 参数信息(在方法中调用参数)Ctrl + Q 快速查看文档Shift + F1 外部文档Ctrl + ......

2020-09-16
0

浙大版《C语言程序设计(第3版)》题目集 习题10-1 判断满足条件的三位数

本题要求实现一个函数,统计给定区间内的三位数中有两位数字相同的完全平方数(如144、676)的个数。

2020-09-15
0

神经网络架构搜索——可微分搜索(DAAS)

神经架构搜索(NAS)的搜索成本为通过权值共享方法大大减少。这些方法通过优化所有可能的边缘和操作的超级网络,从而确定离散化的最佳子网,即修剪弱候选者。在操作或边缘执行离散化过程目前存在的不准确之处以及最终结构的...

2020-09-14
1

Confluence 6 移动浏览搜索内容和人

来在页面的左侧打开菜单的面板。然后在 搜索(Search) 对话框输入文本或者用户的名字。移动界面提供快速搜索功能,这个意思是搜索只能返回最符合搜索内容的标题。如果你希望使用 高级搜索(Advanced Search),你需要切换到...

2020-09-07
0