1.0.0 • Published 5 years ago

algorithm_learning v1.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

algorithm_learning

算法学习及数据处理等方法

build

  • npm install or yarn install
  • npm run build or yarn run build

test

  • npm run test or yarn run test

目录

methods

array

  • 翻转数组方法: reverse
  • 右移数组方法: rotate
  • 获取字符串出现最大次数方法: mostString

object

  • 深拷贝方法: cloneDeep

class

  • 哈希类: HashMap
  • 队列类: Queue

algorithms

  • 简单桶排序算法: _easeBucketSort