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
- Host: GitHub
- URL: https://github.com/televisionninja/jslib
- Owner: TelevisionNinja
- License: mit
- Created: 2021-11-06T15:54:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T17:03:50.000Z (about 2 years ago)
- Last Synced: 2025-01-21T03:44:59.012Z (over 1 year ago)
- Topics: javascript, library, utilities
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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