Martin's Blog

Home Archives Categories About tags
2016-01-27
uncategoried

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

Share Comments
Newer
Leetcode-Path Sum II(Java)
Older
Leetcode-Flatten Binary Tree to Linked List(Java)

Categories

  • Algorithm
  • Leetcode
  • Network
  • Web
  • uncategoried

Tags

  • Array
  • BFS
  • BackTracking
  • Backtracing
  • Backtracking
  • Binary Search
  • Bit Manipulation
  • DFS
  • Design
  • Divide and Conquer
  • Dynamic Programming
  • Graph
  • Graph, DFS, BFS
  • Greedy
  • Hash Table
  • Heap
  • Linked List
  • Math
  • Sort
  • Stack
  • String
  • Topological Sort
  • Tree
  • Trie
  • Two Pointers
  • Two Points
  • Union Find

Tag Cloud

Array BFS BackTracking Backtracing Backtracking Binary Search Bit Manipulation DFS Design Divide and Conquer Dynamic Programming Graph Graph, DFS, BFS Greedy Hash Table Heap Linked List Math Sort Stack String Topological Sort Tree Trie Two Pointers Two Points Union Find

Archives

  • March 2016
  • February 2016
  • January 2016

Recents

  • Leetcode Counting Bits(Java)
  • Leetcode Largest Number(Java)
  • Leetcode Reverse Words in a String(Java)
  • Leetcode Wiggle Sort II(Java)
  • Leetcode Range Sum Query 2D - Immutable(Java)
© 2016 Martin
Powered by Hexo
Home Archives Categories About tags