Search
js-algorithms
Javascript versions of classic software development algorithms
v1.9.2 URL:
https://unpkg.com/js-algorithms@1.9.2/index.js
Open
Browse Files
algorithms
dataStructures
binaryHeap
binarySearchTree
bst
linkedList
maxHeap
minHeap
queue
stack
stackQueue
trie
permutation
shuffle
Fisher-Yates
palindrome
sort
depthFirstSearch
mergeSort
quickSort
smallestEnclosingCircle
suffixTree
js-util-libs
js常见的函数工具库
v1.2.7 URL:
https://unpkg.com/js-util-libs@1.2.7/index.js
Open
Browse Files
js-util-libs
debounce
throttle
deepCopy
apply
bind
call
dateFormat
beforeDateFormat
getWeek
escapeHtml
matchingAllImg
scrollAnimation
scrollToTop
loadScript
getUrlParms
bubbleSort
counterSort
insertSort
mergeSort
sort
selectionSort
shallCopy
flat
unique
arrScrambling
isEmail
isPhone
isURL
isWeiXin
isQQ
isCarNo
password
isCn
isPostNo
isRGB
isIdCard
isIpv4
bankCardCheck
getOSType
cliboard
checkBrowser
cookieSet
cookieGet
cookieRemove
getHtmlText
base64Decode
base64Encode
utf8Decode
utf8Encode
checkNum
isObject
isEmptyObject
isArray
isType
trim
thousandth
changeToChinese
formatSize
loadStyle
arrayToTree
randomString
randomRange
randomNum
digitUppercase
telFormat
scrollToBottom
isVersion
isPassport
largeNumberAdd
largeNumbersMultiply
fistLetterUpper
sos-utils
js常见的函数工具库
v1.0.0 URL:
https://unpkg.com/sos-utils@1.0.0/index.js
Open
Browse Files
js-util-libs
debounce
throttle
deepCopy
apply
bind
call
dateFormat
beforeDateFormat
getWeek
escapeHtml
matchingAllImg
scrollAnimation
scrollToTop
loadScript
getUrlParms
bubbleSort
counterSort
insertSort
mergeSort
sort
selectionSort
shallCopy
flat
unique
arrScrambling
isEmail
isPhone
isURL
isWeiXin
isQQ
isCarNo
password
isCn
isPostNo
isRGB
isIdCard
isIpv4
bankCardCheck
getOSType
cliboard
checkBrowser
cookieSet
cookieGet
cookieRemove
getHtmlText
base64Decode
base64Encode
utf8Decode
utf8Encode
checkNum
isObject
isEmptyObject
isArray
isType
trim
thousandth
changeToChinese
formatSize
loadStyle
arrayToTree
randomString
randomRange
randomNum
digitUppercase
telFormat
scrollToBottom
isVersion
isPassport
largeNumberAdd
largeNumbersMultiply
fistLetterUpper
sort-types
Different types of sorts with their complexity and best/worst case scenarios.
v0.0.7 URL:
https://unpkg.com/sort-types@0.0.7/index.js
Open
Browse Files
bubbleSort
selectionSort
insertionSort
mergeSort
quickSort
js_dsal
javascript data structure that User make fuctional method
v1.0.6 URL:
https://unpkg.com/js_dsal@1.0.6/src/index.js
Open
Browse Files
map
mergeSort
quickSort
removeCondition
unique
deque
list
priorityQueue
queue
stack
directed graph
undirected graph
visualization
tree
red-black-tree
functional