NexT


  • Home

  • Archives

  • Tags

Combination-based DFS

Posted on 2019-02-24 | In Leetcode
Summary of combination-based DFS.
Read more »

RabbitMQ

Posted on 2019-02-03 | In Machine Learning
Notes for RabbitMQ.
Read more »

Tree-based DFS

Posted on 2019-01-24 | In Leetcode
Summary of DFS.
Read more »

BFS & Topological Sorting

Posted on 2019-01-22 | In Leetcode
Summary of BFS.
Read more »

Two Pointers Summary

Posted on 2018-08-28 | In Leetcode
Summary of two pointers.
Read more »

Binary Search Summary

Posted on 2018-08-25 | In Leetcode
Summary of binary search problems in Leetcode.
Read more »

Next Theme Tutorial

Posted on 2017-07-20 | In tutorial
NexT is a high quality elegant Jekyll theme ported from Hexo Next. It is crafted from scratch, with love.
Read more »

Highlight Test

Posted on 2017-07-19 | In Test

This is a highlight test.

Normal block

1
alert('Hello World!');
1
print 'helloworld'

Highlight block

1
alert( 'Hello, world!' );
1
print 'helloworld'
1
2
3
def foo
  puts 'foo'
end
def foo
  puts 'foo'
end
1
2
3
def foo
  puts 'foo'
end
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <iostream>

using namespace std;

void foo(int arg1, int arg2)
{

}

int main()
{
  string str;
  foo(1, 2);
  cout << "Hello World" << endl;
  return 0;
}
Read more »

Link Post

Posted on 2013-12-24 | In Foo

This is a link post. Clicking on the link should open Google in a new tab or window.

Read more »

Elements

Posted on 2013-12-24 | In Foo

The purpose of this post is to help you make sure all of HTML elements can display properly. If you use CSS reset, don’t forget to redefine the style by yourself.

Read more »
1 2
John Doe

John Doe

Yiwen's personal GitHub pages

20 posts
9 categories
11 tags
RSS
© 2019 John Doe
Powered by Jekyll
Theme - NexT.Muse