码迷,mamicode.com
首页 >  
搜索关键字:practice    ( 1575个结果
ACM学习历程—HDU5423 Rikka with Tree(搜索)
Problem DescriptionAs we know, Rikka is poor at math. Yuta is worrying about this situation, so he gives Rikka some math tasks to practice. There is o...
分类:其他好文   时间:2015-09-08 21:44:07    阅读次数:192
SinglyLinkList 3 -- What are we going to do?
The previous examples are just let us get used to link list, but in practice we don't just use link list to input and show the data, in other word the...
分类:其他好文   时间:2015-09-08 19:56:46    阅读次数:117
链表中倒数第k个结点(剑指offer)
链表中倒数第k个结点 参与人数:1699时间限制:1秒空间限制:32768K通过比例:21.37%最佳记录:0 ms|8552K(来自  无声) 题目描述 输入一个链表,输出该链表中倒数第k个结点。 题目链接:http://www.nowcoder.com/practice/529d3ae5a407492994ad2a246518148a?rp=1&ru=/ta...
分类:其他好文   时间:2015-09-07 22:54:37    阅读次数:157
合并两个排序的链表(剑指offer)
合并两个排序的链表 参与人数:1527时间限制:1秒空间限制:32768K通过比例:27.96%最佳记录:0 ms|8552K(来自  牛客708854号) 题目描述 输入两个单调递增的链表,输出两个链表合成后的链表,当然我们需要合成后的链表满足单调不减规则。 题目链接:http://www.nowcoder.com/practice/d8b6b4358...
分类:编程语言   时间:2015-09-07 22:53:32    阅读次数:280
反转链表(剑指offer)
反转链表 参与人数:1754时间限制:1秒空间限制:32768K通过比例:28.31%最佳记录:0 ms|8552K(来自  pgxxhh) 题目描述 输入一个链表,反转链表后,输出链表的所有元素。 题目链接:http://www.nowcoder.com/practice/75e878df47f24fdc9dc3e400ec6058ca?rp=1&ru=/ta...
分类:其他好文   时间:2015-09-07 12:58:41    阅读次数:142
三维空间中线与三角形相交判定
——读Computer Graphics Principles and Practice 3rd Edition第七章时遇见课文正文和代码中的错误,作记。本文旨在阐释一种算法,用于在三维空间中寻找某一线(ray)与某一三角形的交点。此算法是计算机图形学中的基础算法之一。1.预设概念为了阐释此算法,必...
分类:其他好文   时间:2015-09-04 07:26:18    阅读次数:199
MicroServices
Forces There is a team of developers working on the application New team members must quickly become productive The application must be easy to understand and modify You want to practice continuous...
分类:其他好文   时间:2015-09-01 18:38:31    阅读次数:416
hdu 5202 Rikka with string (dfs )
Problem DescriptionAs we know, Rikka is poor at math. Yuta is worrying about this situation, so he gives Rikka some math tasks to practice. There is o...
分类:其他好文   时间:2015-08-31 23:27:30    阅读次数:156
HDU 1258 Sum It Up 深搜
?? Crawling in process... Crawling failed   Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Practice HDU 1258 Description Given a s...
分类:其他好文   时间:2015-08-31 11:56:30    阅读次数:174
[Java Concurrency in Practice]第八章 线程池的使用
线程池的使用8.1 在任务与执行策略之间的隐性耦合虽然Executor框架为制定和修改执行策略提供了相当大的灵活性,但并非所有的任务都能适用所有的执行策略。有些类型的任务需要明确地执行执行策略,包括:1、 依赖性任务:当线程池中运行任务都是独立的时,我们可以随意地修改池的长度与配置,这不会影响到性能以外的任何事情。但如果你提交到线程池中的任务依赖于其他的任务,这就会隐式地给执行策略带来了约束。...
分类:编程语言   时间:2015-08-30 19:39:37    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!