Add Two NumbersYou are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes co...
分类:
其他好文 时间:
2014-11-25 14:09:53
阅读次数:
171
题目大意:好长,如果不想看可以先看看修车那个题,基本一样。
思路:做过修车就好办了。这个题仅仅是数据范围变大了一坨。建图就不说了,主要是动态加边。倒过来做,因为一个厨师最后一个菜做的时间是不会影响到其他菜的时间的。而且每一个厨师确定了最后一个菜才能去想倒数第二个菜是什么。所以每跑一次SPFA,就回来看看是哪个厨师做的菜,然后在多加一个点限制一下流量,将这个点连向所有的菜。
CO...
分类:
其他好文 时间:
2014-11-25 10:53:08
阅读次数:
273
/*********************************************************************************
Copyright (C), 1988-1999, drvivermonkey. Co., Ltd.
File name:
Author: Driver Monkey
Version:
Mail:bo...
分类:
其他好文 时间:
2014-11-25 00:23:42
阅读次数:
236
/*********************************************************************************
Copyright (C), 1988-1999, drvivermonkey. Co., Ltd.
File name:
Author: Driver Monkey
Version:
Mail:bo...
分类:
其他好文 时间:
2014-11-25 00:20:27
阅读次数:
164
本文是在学习中的总结,欢迎转载但请注明出处:http://blog.csdn.net/pistolove/article/details/41450987
本文是在学习中的总结,欢迎转载但请注明出处:http://blog.csdn.net/pistolove/article/details/41450987
通过本文你能学到如下知识:
(1)对数据结构中栈的理解,特别是Stack类中的peek()方法和pop()方法的区别。
(2)理解解题思路,提高思考问题的能力。
Given a string co...
分类:
编程语言 时间:
2014-11-24 22:40:46
阅读次数:
257
这题看别人的。就是那么诚实。http://www.cnblogs.com/zhyfzy/p/4117481.htmlB. QueueDuring the lunch break allnBerland State University students lined up in the food co...
分类:
其他好文 时间:
2014-11-24 20:44:26
阅读次数:
225
开发的同事发来一条语句,让我帮忙查看下ods和源端的结果是否一致。因为一下执行没出来,问开发人员,这个语句要跑2-3分钟。
因为他们是从本地用dblink连到ods的,我这里把dblink去掉直接从ods查看执行计划。
SELECT XSY_CODE,--发展销售员编码
SLY_CODE,--受理销售员编码
XSD_CODE,--销售点编码
DZS_CO...
分类:
数据库 时间:
2014-11-24 13:35:26
阅读次数:
161
文章转载自:https://seo-michael.co.uk/how-to-setup-adb-on-os-x/Here is an easy to follow guide for setting up Android Debug Bridge (ADB) on your Mac.Create ...
分类:
数据库 时间:
2014-11-24 00:41:46
阅读次数:
368
jquery.nivo.slider.pack.js/* * jQuery Nivo Slider v2.5.2 * http://nivo.dev7studios.com * * Co...
分类:
其他好文 时间:
2014-11-23 23:06:39
阅读次数:
383
url: http://www.cnblogs.com/shanyou/archive/2012/01/28/2330451.htmlurl: http://www.infoq.com/cn/articles/tq-why-choose-redisurl: http://www.tuicool.co...
分类:
其他好文 时间:
2014-11-23 21:28:57
阅读次数:
258