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...
阅读全文
摘要:leetcode -Flatten Binary Tree to Linked ListGiven a binary tree, flatten it to a linked list in-place.For example,Given 1 / \ 2 ...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要: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 /...
阅读全文
摘要: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...
阅读全文
摘要:Installation1. Download the latest support Netezza installer from Netezza homepage2. Log on to system as root user.3. Uncompress the install package, ...
阅读全文
摘要: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...
阅读全文
摘要:FTP 是File Transfer Protocol(文件传输协议)的英文简称。常用命令:1.登陆: ftp [hostname]2.显示文件信息:ls3.下载文件: get [filename]4.上传文件: put [filename]5.退出: bye6.帮助: help传输模式:Binar...
阅读全文