-
LeetCode 226. 翻转二叉树
LeetCode 226. 翻转二叉树 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 226. 翻转二叉树 题目 翻转一棵二叉树。 示例: 输入: 4 / \ 2 7 / \ / \1 3 6 9输出: 4 / \ 7 2 /...
-
LeetCode 面试题21. 调整数组顺序使奇数位于偶数前面
LeetCode 面试题21. 调整数组顺序使奇数位于偶数前面 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题21. 调整数组顺序使奇数位于偶数前面 题目 输入一个整数数组,实现一...
-
LeetCode 面试题18. 删除链表的节点
LeetCode 面试题18. 删除链表的节点 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题18. 删除链表的节点 题目 给定单向链表的头指针和一个要删除的节点的值,定义一个函数...
-
LeetCode 面试题30. 包含min函数的栈
LeetCode 面试题30. 包含min函数的栈 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 面试题30. 包含min函数的栈 与以下题目相同 前往:LeetCode 155. 最小栈...
-
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 155. 最小栈
LeetCode 155. 最小栈 我的LeetCode:https://leetcode-cn.com/u/ituring/ 我的LeetCode刷题源码[GitHub]:https://github.com/izhoujie/Algorithmcii LeetCode 155. 最小栈 题目 设计一个支持 push ,pop ,top 操作,并能在常数时间内检索到最小元素的栈。 push(x)...
-
从0到1打造正则表达式执行引擎
从0到1打造正则表达式执行引擎 @目录 前置知识 有限状态机 状态机下的正则表达式 串联匹配 并连匹配 (正则表达式中的 |) 重复匹配(正则表达式中的 ? + *) 重复0-1次 ? 重复1次以上 重复0次以上 匹配指定次数 特殊符号(正则表达式中的 . \d \s……) 子表达式(正则表达...
-
Spring 简介
Spring 简介 #Spring - 1.0 1. Spring:春天 -- 给软件行业来带了春天 ? 2. 2002年,首次推出了Spring框架的雏形:interface21框架! ? 3. Spring框架以interface21框架为基础,经过重新设计,并不断丰富其内涵,于2004年3月24日,发布了1.0正式版 ? 4. Rod Johnson,Spring Fra...
-
「译」Graal JIT编译器是如何工作的
「译」Graal JIT编译器是如何工作的 原文Understanding How Graal Works - a Java JIT Compiler Written in Java,讲了jvmci和ideal graph的基本概念以及一些优化技术,很不错的一篇文章,开头结尾不太重要的部分已经省略,请见谅。 JIT编译器是什么 我敢说很多读者都...
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
