码迷,mamicode.com
首页 >  
搜索关键字:around    ( 886个结果
[leetcode]Symmetric Tree @ Python
原题地址:https://oj.leetcode.com/problems/symmetric-tree/题意:判断二叉树是否为对称的。Given a binary tree, check whether it is a mirror of itself (ie, symmetric around ...
分类:编程语言   时间:2014-09-29 03:48:56    阅读次数:195
leetcode - Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree is symmetric: 1 / 2 2 / \ / 3 4 4 3 But the f...
分类:其他好文   时间:2014-09-28 20:10:56    阅读次数:178
poj2828--Buy Tickets(线段树+详解)
Buy Tickets Time Limit: 4000MS   Memory Limit: 65536K Total Submissions: 13618   Accepted: 6802 Description Railway tickets were difficult to buy around the Lunar New Yea...
分类:其他好文   时间:2014-09-23 22:29:05    阅读次数:280
Leetcode: Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric: 1 / \ ...
分类:其他好文   时间:2014-09-19 05:31:35    阅读次数:211
POJ 2376 Cleaning Shifts(贪心)
Description Farmer John is assigning some of his N (1 <= N <= 25,000) cows to do some cleaning chores around the barn. He always wants to have one cow working on cleaning things up and has divided ...
分类:其他好文   时间:2014-09-18 14:53:14    阅读次数:213
Ubuntu desktop installation problem and solving
Tried to install Ubuntu desktop on my Dell Inspiron 1420 but failed, finally work around it and solved the problem. All the problems encountered might be caused by my computer graphical card "NVIDIA GeForece 8400M GS", it has hardware failure before and I ...
分类:其他好文   时间:2014-09-09 16:13:09    阅读次数:266
[ACM] zoj 3809 The Himalayas (2014 ACMICPC Regional 牡丹江站网络赛 A题)
he Himalayas Time Limit: 2 Seconds      Memory Limit: 65536 KB As an artist, Bob usually need to travel around the world. He made a lot of sketch of scenery on his journey. A famous spot he ha...
分类:其他好文   时间:2014-09-09 12:48:18    阅读次数:214
The 2014 ACM-ICPC Asia Mudanjiang Regional First Round
【A】The HimalayasTime Limit: 2 Seconds Memory Limit: 65536 KBAs an artist, Bob usually need to travel around the world. He made a lot of sketch of s...
分类:其他好文   时间:2014-09-09 10:30:58    阅读次数:230
UVA - 10588 Queuing at the doctors (队列)
Description Problem H: Queuing at the doctors Due to the increasing number of weird viruses spreading around, all the members of the International Confederation of Revolver Enthusiasts (ICORE) ar...
分类:其他好文   时间:2014-09-06 21:21:44    阅读次数:369
vim使用指北 ---- Moving Around in a Hurry
上一篇文章中,简单列出了一些基本的Vim操作,也列出了很多的光标移动命令,本章主要是有哪些命令可以更快的移动光标。vim的编辑操作,用得最多就是移动光标,对于很少行的文件来说,基本的命令就够用了,但是大部分情况是,每个文件都有成百上千行,基本的移动光标的命令就显得很笨拙了。故单独一章来讲述怎么更快速...
分类:其他好文   时间:2014-09-05 00:52:50    阅读次数:189
886条   上一页 1 ... 78 79 80 81 82 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!