码迷,mamicode.com
首页 >  
搜索关键字:follow    ( 4585个结果
【LeetCode】Linked List Cycle II
题目 Given a linked list, return the node where the cycle begins. If there is no cycle, return null. Follow up: Can you solve it without using extra space? 解答 利用快慢指针使用Linked List Cycle I的办法,判...
分类:其他好文   时间:2014-12-10 16:19:41    阅读次数:187
【LeetCode】Set Matrix Zeroes (2 solutions)
Set Matrix ZeroesGiven amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show follow up.Follow up:Did you us...
分类:其他好文   时间:2014-12-09 15:37:20    阅读次数:208
Follow Path -》 Unity3d通用脚本
PathDefinition.cs 1 using UnityEngine; 2 using System.Collections; 3 using System.Collections.Generic; 4 using System.Linq; 5 6 public class PathDefi....
分类:编程语言   时间:2014-12-09 01:43:57    阅读次数:213
【LeetCode】Unique Paths II 解题报告
【题目】 Follow up for "Unique Paths": Now consider if some obstacles are added to the grids. How many unique paths would there be? An obstacle and empty space is marked as 1 and 0 respectively...
分类:其他好文   时间:2014-12-08 17:47:15    阅读次数:167
武汉科技大学ACM :1002: A+B for Input-Output Practice (II)
Problem DescriptionYour task is to Calculate a + b.InputInput contains an integer N in the first line, and then N lines follow. Each line consists of ...
分类:其他好文   时间:2014-12-05 21:00:44    阅读次数:327
武汉科技大学ACM :1005: A+B for Input-Output Practice (V)
Problem DescriptionYour task is to calculate the sum of some integers.InputInput contains an integer N in the first line, and then N lines follow. Eac...
分类:其他好文   时间:2014-12-05 20:59:08    阅读次数:212
武汉科技大学ACM :1008: A+B for Input-Output Practice (VIII)
Problem DescriptionYour task is to calculate the sum of some integers.InputInput contains an integer N in the first line, and then N lines follow. Eac...
分类:其他好文   时间:2014-12-05 20:58:18    阅读次数:147
【leetcode】 Unique Path ||(easy)
Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obstacle and empty space i...
分类:其他好文   时间:2014-12-05 17:18:34    阅读次数:121
Introducing .NET Core
Atconnect(), weannounced that .NET Core will be entirely released as open source software. I also promised to follow up with more details on .NET Core...
分类:Web程序   时间:2014-12-05 10:25:31    阅读次数:345
[leetcode]Search in Rotated Sorted Array II
问题描述: Follow up for "Search in Rotated Sorted Array": What if duplicates are allowed? Would this affect the run-time complexity? How and why? Write a function to determine if a given target is i...
分类:其他好文   时间:2014-12-04 23:21:47    阅读次数:461
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!