logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

LeetCode 面试题 16.03. 交点

我的LeetCode:https://leetcode-cn.com/u/ituring/我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/AlgorithmciiLeetCode 面试题 16.03. 交点题目给定两条线段(表示为起点start = {X1, Y1}和终点end = {X2, Y2}),如果它们有交点,请计算其交点,没...

#leetcode#算法#职场和发展
LeetCode 面试题05. 替换空格

我的LeetCode:https://leetcode-cn.com/u/ituring/我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/AlgorithmciiLeetCode 面试题05. 替换空格题目请实现一个函数,把字符串 s 中的每个空格替换成"%20"。示例 1:输入:s = "We are happy."输出:"W...

#leetcode#算法#java +2
LeetCode 199. 二叉树的右视图

我的LeetCode:https://leetcode-cn.com/u/ituring/我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/AlgorithmciiLeetCode 199. 二叉树的右视图题目给定一棵二叉树,想象自己站在它的右侧,按照从顶部到底部的顺序,返回从右侧所能看到的节点值。示例:输入:[1,2,3,nul...

#leetcode#算法#职场和发展 +2
LeetCode 69. x 的平方根

我的LeetCode:https://leetcode-cn.com/u/ituring/我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/AlgorithmciiLeetCode 69. x 的平方根题目实现int sqrt(int x)函数。计算并返回x的平方根,其中x 是非负整数。由于返回类型是整数,结果只保留整数的...

#leetcode#算法#职场和发展
LeetCode 56. 合并区间

我的LeetCode:https://leetcode-cn.com/u/ituring/我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/AlgorithmciiLeetCode 56. 合并区间题目给出一个区间的集合,请合并所有重叠的区间。示例 1:输入: [[1,3],[2,6],[8,10],[15,18]]输出: [[1...

#leetcode#算法#数据结构 +2
LeetCode 912. 排序数组

我的LeetCode:https://leetcode-cn.com/u/ituring/我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/AlgorithmciiLeetCode 912. 排序数组题目给你一个整数数组nums,将该数组升序排列。示例 1:输入:nums = [5,2,3,1]输出:[1,2,3,5]示例 2...

#leetcode#算法#排序算法 +2
LeetCode 面试题07. 重建二叉树

我的LeetCode:https://leetcode-cn.com/u/ituring/我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/AlgorithmciiLeetCode 面试题07. 重建二叉树与以下题目相同前往:LeetCode 105. 从前序与中序遍历序列构造二叉树...

#leetcode#算法#职场和发展
LeetCode 面试题55 - II. 平衡二叉树

我的LeetCode:https://leetcode-cn.com/u/ituring/我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/AlgorithmciiLeetCode 面试题55 - II. 平衡二叉树与以下题目相同前往:LeetCode 110. 平衡二叉树...

#leetcode#算法#java +2
LeetCode 面试题63. 股票的最大利润

我的LeetCode:https://leetcode-cn.com/u/ituring/我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/AlgorithmciiLeetCode 面试题63. 股票的最大利润与以下题目相同前往:LeetCode 121. 买卖股票的最佳时机...

#leetcode#算法#java +2
LeetCode 983. 最低票价

我的LeetCode:https://leetcode-cn.com/u/ituring/我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/AlgorithmciiLeetCode 983. 最低票价题目在一个火车旅行很受欢迎的国度,你提前一年计划了一些火车旅行。在接下来的一年里,你要旅行的日子将以一个名为days的数组给出。每一项...

#leetcode#算法#动态规划 +1
    共 11 条
  • 1
  • 2
  • 请选择