algorithm_for_interview

###1. Sort :冒泡排序, 插入排序, 归并排序, 快速排序 ###2. Singleton Pattern: 懒汉模式, 饿汉模式