首页
学习
活动
专区
工具
TVP
发布

爱写Bug

公众号:爱写Bug
专栏作者
148
文章
109117
阅读量
27
订阅数
LeetCode 700: 二叉搜索树中的搜索 Search in a Binary Search Tree
给定二叉搜索树(BST)的根节点和一个值。你需要在BST中找到节点值等于给定值的节点。返回以该节点为根的子树。如果节点不存在,则返回 NULL。
爱写bug
2020-03-25
4490
LeetCode 450: 删除二叉搜索树中的节点 Delete Node in a BST
给定一个二叉搜索树的根节点 root 和一个值 key,删除二叉搜索树中的 key 对应的节点,并保证二叉搜索树的性质不变。返回二叉搜索树(有可能被更新)的根节点的引用。
爱写bug
2020-03-25
1.1K0
LeetCode 701: 二叉搜索树中的插入操作 Insert into a Binary Search Tree
给定二叉搜索树(BST)的根节点和要插入树中的值,将值插入二叉搜索树。返回插入后二叉搜索树的根节点。保证原始二叉搜索树中不存在新值。
爱写bug
2020-03-25
9330
第 439 期 Python 周刊
文章教程 TensorFlow 2.0 完整教程 链接: https://www.youtube.com/watch?v=tPYj3fFJGjk 在此面向初学者的完整视频教程中学习如何使用 Tens
爱写bug
2020-03-25
1.2K0
第 440 期 Python 周刊
链接: https://adamj.eu/tech/2020/03/10/django-check-constraints-sum-percentage-fields/
爱写bug
2020-03-25
2K0
LeetCode 29:验证二叉搜索树 Validate Binary Search Tree
Given a binary tree, determine if it is a valid binary search tree (BST).
爱写bug
2020-03-12
2970
二叉树的最近公共祖先 Lowest Common Ancestor of a Binary Tree
Given a binary tree, find the lowest common ancestor (LCA) of two given nodes in the tree.
爱写bug
2020-03-12
8020
LeetCode 297:二叉树的序列化与反序列化 Serialize and Deserialize Binary Tree
序列化是将一个数据结构或者对象转换为连续的比特位的操作,进而可以将转换后的数据存储在一个文件或者内存中,同时也可以通过网络传输到另一个计算机环境,采取相反方式重构得到原数据。
爱写bug
2020-03-12
6200
LwwtCode 173:二叉搜索树迭代器 Binary Search Tree Iterator
Implement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.
爱写bug
2020-03-12
4470
第 436 期 Python 周刊
链接: https://runninginproduction.com/podcast/10-scholarpack-runs-10-percent-of-the-uks-primary-schools-and-gets-huge-traffic
爱写bug
2020-02-26
1.1K0
LeetCode 116: 填充每个节点的下一个右侧节点指针
给定一个完美二叉树,其所有叶子节点都在同一层,每个父节点都有两个子节点。二叉树定义如下:
爱写bug
2020-02-26
6360
LeetCode117:填充每个节点的下一个右侧节点指针 II
填充它的每个 next 指针,让这个指针指向其下一个右侧节点。如果找不到下一个右侧节点,则将 next 指针设置为 NULL。
爱写bug
2020-02-26
5150
第 435 期 Python 周刊
链接: https://tech.ebayinc.com/engineering/pykrylov-accelerating-machine-learning-research-at-ebay/
爱写bug
2020-02-26
7960
LeetCode 105: 从前序与中序遍历序列构造二叉树
Given preorder and inorder traversal of a tree, construct the binary tree.
爱写bug
2020-02-26
3560
LeetCode 106: 从中序与后序遍历序列构造二叉树
Given inorder and postorder traversal of a tree, construct the binary tree.
爱写bug
2020-02-26
2980
第 433 期 Python 周刊
文章教程 使用 Python 扩展 Clojure 链接: https://www.youtube.com/watch?v=vQPW16_jixs Libpython-clj 是一个库,它允许你从 c
爱写bug
2020-02-18
6950
LeetCode 101: 对称二叉树 Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).
爱写bug
2020-02-18
3150
LeetCode 112: 路径总和 Path Sum
给定一个二叉树和一个目标和,判断该树中是否存在根节点到叶子节点的路径,这条路径上所有节点值相加等于目标和。
爱写bug
2020-02-18
6740
第 432 期 Python 周刊
链接: https://gregoryszorc.com/blog/2020/01/13/mercurial's-journey-to-and-reflections-on-python-3/
爱写bug
2020-02-18
1.1K0
LeetCode 104: 二叉树的最大深度 Maximum Depth of Binary Tree
Given a binary tree, find its maximum depth.
爱写bug
2020-02-18
3820
点击加载更多
社区活动
腾讯技术创作狂欢月
“码”上创作 21 天,分 10000 元奖品池!
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档