class Solution { public String numberToWords(int num) { StringBuffer sb = new Str...
class Solution { public String numberToWords(int num) { StringBuffer sb = new Str...
juilacocodeMacBook-Air:todoList juilacoco$ sudo pip install virtualenv The directory '/...
juilacocodeMacBook-Air:~ juilacoco$ cd /Users/juilacoco/PycharmProjects/todolist juilac...
1, 安装python (我用的是2.7版本) 2, 安装pip ( sudo easy_install pip) 3, 安装Djando(sudo pip install ...
1. 自动生成头: html+ tab键 2, 自动生成 连接css 的link link + tab键
安装package control简单的安装方法:从菜单 View - Show Console 或者 ctrl + ~ 快捷键,调出 console。将以下 Python ...
class Solution { public int shortestDistance(String[] words, String word1, String word2...
import java.util.LinkedList;class MaxStack { Listlist; Queuequeue; /** initialize...
模拟一个arraylist, 就是 FI LO public class Stack { /* * @param x: An integer * @return: ...
introducing system design & news feed system "DAU infrastructure web development" "4s" ...
int sum = 0; int count1 = 0; for(MarkPan i: list){ count1 += i.flag; sum = Math.max(sum...
1, html, CSS, JavaScript的基本区别 HTML is a noun, CSS is the abj, and the JS is the verb. h...
/** * Definition for a binary tree node. * public class TreeNode { * int val; * Tre...
解题报告: 因为不要用extra space 所以运行时间可能有点高,主要是两个方法, 一个是找出这些零的位置,之后用第二个方法将它的纵和横都改成零。 public clas...
这题是考察链表结构, 所以用recursion做, 但是也可以用两根指针来回变换, 我因为看到题目就想到recursion 就用recursion了。 最开始的时候就在一个f...
解题报告: 就是traversal all nodes。 /** * Definition for a binary tree node. * public class Tr...