An open API service indexing awesome lists of open source software.

https://github.com/televisionninja/jslib

A collection of some javascript functions
https://github.com/televisionninja/jslib

javascript library utilities

Last synced: over 1 year ago
JSON representation

A collection of some javascript functions

Awesome Lists containing this project

README

          

# jsLib
A collection of some javascript functions

Subjects that this library covers:
- APIs
- arrays
- random
- strings
- hashing
- data structures
- coding problems

APIs:
- functions to call APIs

Arrays:
- utilities to manipulate arrays
- search

Random:
- random number generation

Strings:
- utilities to manipulate strings
- search

Hashing:
- FNV
- murmur3

Data Structures:
- cache
- doubly linked list
- unordered hash map

Coding Problems:
- minimum addition chain
- minimum addition subtraction chain