Kruskal

2019-5-29

Who is confessing now, is confession not giving others the opportunity to refuse? If she is willing to go out with you, you will take her to the night and then hold her hand. If she is willing to hold hands with you, you will kiss her.


C++ with Atom

2019-5-28

Because the unknown bug in sublime and dev,I choose atom to satisfy my my needs for c++ programming and markdown.


LIS

2019-5-21

51nod is good.


Edit distance

2019-5-6

I started to learn "Edit distance" though I still can't understand "LCS" enough.We will always encounter some trenches that cannot be crossed. At this time, we need to go around and wait until we are strong enough to solve this problem. This will never be the reason for us to stop.


LCS

2019-5-2

DP is too difficult for me.


A Basic Greedy

2019-5-1

Greedy is a exacting method for programming,though it is not so good for us.


STL-bitset

2019-4-19

These STL in c++ are so useful that you can sovle some problems easily through use them.I have known map,vector,queue,stack,set.And there is a STL named bitset.