自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Wonz

最怕一生碌碌无为,还说平凡难能可贵。欢迎交流 Email:wonz.wang@outlook.com

  • 博客(23)
  • 资源 (3)
  • 收藏
  • 关注

原创 LeetCode | 0590. N叉树的后序遍历【Python】

LeetCode 0590. N-ary Tree Postorder Traversal N叉树的后序遍历【Easy】【Python】【二叉树】

2021-01-25 21:21:59 312

原创 LeetCode | 0589. N叉树的前序遍历【Python】

LeetCode 0589. N-ary Tree Preorder Traversal N叉树的前序遍历【Easy】【Python】【二叉树】

2021-01-25 21:13:07 324

原创 LeetCode | 0563. 二叉树的坡度【Python】

LeetCode 0563. Binary Tree Tilt二叉树的坡度【Easy】【Python】【二叉树】

2021-01-23 18:25:31 269

原创 LeetCode | 0559. N 叉树的最大深度【Python】

LeetCode 0559. Maximum Depth of N-ary Tree N 叉树的最大深度【Easy】【Python】【二叉树】

2021-01-23 18:15:36 214

原创 LeetCode | 0783. 二叉搜索树节点最小距离【Python】

LeetCode 0783. Minimum Distance Between BST Nodes二叉搜索树节点最小距离【Easy】【Python】【二叉树】

2021-01-21 21:31:16 289

原创 我的 2020 年复盘

我去2021

2021-01-20 23:07:25 1055 4

原创 LeetCode | 0530. 二叉搜索树的最小绝对差【Python】

LeetCode 0530. Minimum Absolute Difference in BST二叉搜索树的最小绝对差【Easy】【Python】【二叉树】

2021-01-20 22:42:41 246

原创 LeetCode | 0515. 在每个树行中找最大值【Python】

LeetCode 0515. Find Largest Value in Each Tree Row在每个树行中找最大值【Medium】【Python】【二叉树】

2021-01-20 22:34:45 229

原创 LeetCode | 0513. 找树左下角的值【Python】

LeetCode 0513. Find Bottom Left Tree Value找树左下角的值【Medium】【Python】【二叉树】

2021-01-20 22:26:14 224

原创 LeetCode | 0508. 出现次数最多的子树元素和【Python】

LeetCode 0508. Most Frequent Subtree Sum出现次数最多的子树元素和【Medium】【Python】【二叉树】

2021-01-20 22:10:30 213

原创 LeetCode | 0429. N 叉树的层序遍历【Python】

LeetCode 0429. N-ary Tree Level Order Traversal N 叉树的层序遍历【Medium】【Python】【二叉树】

2021-01-11 21:44:15 213

原创 LeetCode | 0235. 二叉搜索树的最近公共祖先【Python】

LeetCode 0235. Lowest Common Ancestor of a Binary Search Tree二叉搜索树的最近公共祖先【Easy】【Python】【二叉树】

2021-01-11 21:35:20 217

原创 LeetCode | 0145. 二叉树的后序遍历【Python】

LeetCode 0145. Binary Tree Postorder Traversal二叉树的后序遍历【Medium】【Python】【二叉树】

2021-01-11 21:19:46 179

原创 LeetCode | 0144. 二叉树的前序遍历【Python】

LeetCode 0144. Binary Tree Preorder Traversal二叉树的前序遍历【Medium】【Python】【二叉树】

2021-01-10 21:44:24 220

原创 LeetCode | 0129. 求根到叶子节点数字之和【Python】

LeetCode 0129. Sum Root to Leaf Numbers求根到叶子节点数字之和【Medium】【Python】【二叉树】

2021-01-10 21:33:07 190

原创 LeetCode | 0103. 二叉树的锯齿形层序遍历【Python】

LeetCode 0103. Binary Tree Zigzag Level Order Traversal 二叉树的锯齿形层序遍历【Medium】【Python】【二叉树】【BFS】

2021-01-10 21:22:59 225

原创 LeetCode | 0222. 完全二叉树的节点个数【Python】

LeetCode 0222. Count Complete Tree Nodes完全二叉树的节点个数【Medium】【Python】【二叉树】

2021-01-07 22:58:10 236

原创 LeetCode | 1038. 把二叉搜索树转换为累加树【Python】

LeetCode 1038. Binary Search Tree to Greater Sum Tree把二叉搜索树转换为累加树【Medium】【Python】【二叉树】

2021-01-07 21:21:22 229

原创 LeetCode | 0538. 把二叉搜索树转换为累加树【Python】

LeetCode 0538. Convert BST to Greater Tree把二叉搜索树转换为累加树【Medium】【Python】【二叉树】

2021-01-07 21:07:05 211

原创 LeetCode | 0230. 二叉搜索树中第K小的元素【Python】

LeetCode 0230. Kth Smallest Element in a BST二叉搜索树中第K小的元素【Medium】【Python】【二叉树】

2021-01-07 20:53:29 196

原创 LeetCode | 0654. Maximum Binary Tree最大二叉树【Python】

LeetCode 0654. Maximum Binary Tree最大二叉树【Medium】【Python】【二叉树】

2021-01-06 22:44:45 310

原创 LeetCode | 0114. 二叉树展开为链表【Python】【Go】

LeetCode 0114. Flatten Binary Tree to Linked List二叉树展开为链表【Medium】【Python】【Go】【二叉树】

2021-01-06 21:38:04 188

原创 LeetCode | 0116. 填充每个节点的下一个右侧节点指针【Python】【Go】

LeetCode 0116. Populating Next Right Pointers in Each Node填充每个节点的下一个右侧节点指针【Medium】【Python】【Go】【二叉树】

2021-01-06 21:03:30 205

计算机图形学 OpenGL glew-2.1.0+glfw-3.2.1.bin win32版本资源

计算机图形学 OpenGL glew-2.1.0+glfw-3.2.1.bin win32版本资源。学习计算机图形学 OpenGL 进行游戏开发需要用到的 glew 和 glfw 资源。官网下载,原封不动。

2020-02-14

计算机图形学 OpenGL glm-0.9.9.2 版本资源

计算机图形学 OpenGL glm-0.9.9.2 版本资源。计算机图形学 OpenGL 进行游戏开发时,学到变换,需要 GLM 配置。希望能够帮到你。

2020-02-14

计算机图形学 OpenGL SOIL2 资源

计算机图形学 OpenGL SOIL2 资源。SpartanJ-soil2-387a4b1269e6 版本。学习计算机图形学进行游戏开发,写纹理的时候需要的一个环境配置。希望能够帮到你。

2020-02-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除