-
LeetCode 面试题17. 打印从1到最大的n位数
LeetCode 面试题17. 打印从1到最大的n位数 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题17. 打印从1到最大的n位数 题目 输入数字 n,按顺序打印出从 1 到最大的 n 位十...
-
LeetCode 98. 验证二叉搜索树
LeetCode 98. 验证二叉搜索树 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 98. 验证二叉搜索树 题目 给定一个二叉树,判断其是否是一个有效的二叉搜索树。 假设一个二叉搜索...
-
LeetCode 面试题06. 从尾到头打印链表
LeetCode 面试题06. 从尾到头打印链表 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题06. 从尾到头打印链表 题目 输入一个链表的头节点,从尾到头反过来返回每个节点的值...
-
LeetCode 面试题05. 替换空格
LeetCode 面试题05. 替换空格 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题05. 替换空格 题目 请实现一个函数,把字符串 s 中的每个空格替换成%20。 示例 1: 输入:s...
-
LeetCode 面试题04. 二维数组中的查找
LeetCode 面试题04. 二维数组中的查找 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题04. 二维数组中的查找 题目 在一个 n * m 的二维数组中,每一行都按照从左到右递增...
-
LeetCode 面试题03. 数组中重复的数字
LeetCode 面试题03. 数组中重复的数字 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题03. 数组中重复的数字 题目 找出数组中重复的数字。 在一个长度为 n 的数组 nums 里...
-
LeetCode 3. 无重复字符的最长子串
LeetCode 3. 无重复字符的最长子串 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 3. 无重复字符的最长子串 题目 给定一个字符串,请你找出其中不含有重复字符的__最长子串__的...
-
LeetCode 191. 位1的个数
LeetCode 191. 位1的个数 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 191. 位1的个数 题目 编写一个函数,输入是一个无符号整数,返回其二进制表达式中数字位数为 ‘1’?的...
-
Java多线程记录(包含案例)
Java多线程记录(包含案例) 记录自己对多线程的理解以及一些案例和代码 线程是程序的执行单元,执行路径。是程序使用CPU的最基本单位 多线程 -- 程序有多条执行路径,提高应用进程的使用率 进程中线程越多,抢到CPU执行权概率越高。线程的执行有随机性 Java程序的运行原...
-
LeetCode 面试题14- II. 剪绳子 II
LeetCode 面试题14- II. 剪绳子 II 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题14- II. 剪绳子 II 题目 给你一根长度为 n 的绳子,请把绳子剪成整数长度的 m 段(m、n...
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash
