上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 55 下一页
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14097221.html 二叉树的层次遍历 题目链接:https://leetcode-cn.com/problems/binary-tree-level-order-traversal/ 题目 给你一个二叉 阅读全文
posted @ 2020-12-07 15:05 萍2樱释 阅读(84) 评论(2) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14092344.html 二叉树的后序遍历 题目链接:https://leetcode-cn.com/problems/binary-tree-postorder-traversal/ 题目 给定一个二叉树, 阅读全文
posted @ 2020-12-06 12:31 萍2樱释 阅读(135) 评论(2) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14089282.html 二叉树的中序遍历 题目 给定一个二叉树的根节点 root ,返回它的 中序 遍历。 示例 1: 输入:root = [1,null,2,3]输出:[1,3,2]示例 2: 输入:ro 阅读全文
posted @ 2020-12-05 13:49 萍2樱释 阅读(246) 评论(3) 推荐(0) 编辑
摘要: 此博客连接:https://www.cnblogs.com/ping2yingshi/p/14088943.html 基础 字符串 字符串拼接 + 类型转换 整型转字符串 int a=6; String str=toString.value(a); 字符串转整型 String str="123" i 阅读全文
posted @ 2020-12-05 11:51 萍2樱释 阅读(105) 评论(1) 推荐(0) 编辑
摘要: 此博客连接:https://www.cnblogs.com/ping2yingshi/p/14088201.html 学习连接:https://www.icourse163.org/learn/HDU-1002598057?tid=1460856451#/learn/announce 初步认识计算机 阅读全文
posted @ 2020-12-04 23:12 萍2樱释 阅读(124) 评论(1) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14085288.html 二叉树的前序遍历 题目链接:https://leetcode-cn.com/problems/binary-tree-preorder-traversal/ 题目 给你二叉树的根节点 阅读全文
posted @ 2020-12-04 13:15 萍2樱释 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14080960.html 前言 通过看前辈对算法的分析,对于数据结构的其实就是数组和链表的组合这点,感觉如获至宝,前辈建议先刷二叉树,找套路,我这就开始刷刷二叉树,找套路(虽然疫情期间一直刷二叉树,但是由于时 阅读全文
posted @ 2020-12-03 16:15 萍2樱释 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 此博客连接:https://www.cnblogs.com/ping2yingshi/p/14073134.html 计算质数 题目链接:https://leetcode-cn.com/problems/count-primes/ 题目 统计所有小于非负整数 n 的质数的数量。 示例 1: 输入:n 阅读全文
posted @ 2020-12-02 12:46 萍2樱释 阅读(370) 评论(5) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14066225.html 在排序数组中查找元素的第一个和最后一个位置 题目链接:https://leetcode-cn.com/problems/find-first-and-last-position-of 阅读全文
posted @ 2020-12-01 09:15 萍2樱释 阅读(210) 评论(1) 推荐(0) 编辑
摘要: 此博客链接:https://www.cnblogs.com/ping2yingshi/p/14065965.html 飞机游戏 慕课地址:https://www.icourse163.org/course/HHU-1206797807 。 1.分析 飞机大战游戏中,要求包括移动飞机、发射子弹、敌机移 阅读全文
posted @ 2020-12-01 02:20 萍2樱释 阅读(183) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 55 下一页