Restful API Study Notes

Basic

Q: What does REST mean?
A: REpresentational State Transfer. In REST Architecture everything is a resource.

Read More

Dynamic Programming

Basic

Q : what is dynamic programming?
A : To solve a problem based on old knowledge.

Read More

Longest Consecutive Sequence

#128

Description:

Given an unsorted array of integers, find the length of the longest consecutive elements sequence.

Read More

My first post - Set my own blog

Hexo

Prepare - installation

    Read More