07 2015 档案

摘要:leetcode -Reverse Linked List IIReverse a linked list from positionmton. Do it in-place and in one-pass.For example:Given1->2->3->4->5->NULL,m= 2 andn... 阅读全文
posted @ 2015-07-31 23:36 cnblogshnj 阅读(123) 评论(0) 推荐(0)
摘要:leetcode -Flatten Binary Tree to Linked ListGiven a binary tree, flatten it to a linked list in-place.For example,Given 1 / \ 2 ... 阅读全文
posted @ 2015-07-22 17:04 cnblogshnj 阅读(99) 评论(0) 推荐(0)
摘要:leetcode -Linked List CycleGiven a linked list, determine if it has a cycle in it.Follow up:Can you solve it without using extra space?/** * Definitio... 阅读全文
posted @ 2015-07-22 10:31 cnblogshnj 阅读(101) 评论(0) 推荐(0)
摘要:leetcode -Delete Node in a Linked ListWrite a function to delete a node (except the tail) in a singly linked list, given only access to that node.Supp... 阅读全文
posted @ 2015-07-22 09:57 cnblogshnj 阅读(142) 评论(0) 推荐(0)
摘要:leetcode - Linked List Cycle IIGiven a linked list, return the node where the cycle begins. If there is no cycle, return null. Follow up:Can you solve... 阅读全文
posted @ 2015-07-14 17:53 cnblogshnj 阅读(142) 评论(0) 推荐(0)
摘要:leetcode -Palindrome Linked ListGiven a singly linked list, determine if it is a palindrome.Follow up:Could you do it in O(n) time and O(1) space? 1 /... 阅读全文
posted @ 2015-07-14 14:55 cnblogshnj 阅读(174) 评论(0) 推荐(0)
摘要:Installation1. Download the latest support version of SDAP installer from the Dashboard2. Log on to system as root user.3. Run the bin file, for examp... 阅读全文
posted @ 2015-07-08 17:30 cnblogshnj 阅读(467) 评论(0) 推荐(0)
摘要:Installation1. Download the latest support Netezza installer from Netezza homepage2. Log on to system as root user.3. Uncompress the install package, ... 阅读全文
posted @ 2015-07-08 17:28 cnblogshnj 阅读(425) 评论(1) 推荐(0)
摘要:Create:1 Register a IBM id and log in IBM Bluemix. https://console.ng.bluemix.net2 Go to "DASHBOARD" and create a space.3 Find ADD A SERVICE OR API an... 阅读全文
posted @ 2015-07-08 17:01 cnblogshnj 阅读(675) 评论(0) 推荐(0)
摘要:FTP 是File Transfer Protocol(文件传输协议)的英文简称。常用命令:1.登陆: ftp [hostname]2.显示文件信息:ls3.下载文件: get [filename]4.上传文件: put [filename]5.退出: bye6.帮助: help传输模式:Binar... 阅读全文
posted @ 2015-07-08 16:58 cnblogshnj 阅读(130) 评论(0) 推荐(0)