JavaScript-Algorithm-Learning JavaScript code[ES2015] for some classical algorithm Start npm run test List unique an array 数组去重 random string 随机字符串 find duplicate char 寻找重复字符 find the maxium value 寻找最大值 Sort Algorithms bubble Sort 冒泡排序 quick Sort 快速排序 selection sort 选择排序 shell sort 选择排序 heap sort 堆排序 fibonacci sequence 斐波那契数列 binary search tree 二叉查找树 Reference Sorting Algorithm coding-interview-tips