1.4.4 • Published 3 years ago

@davidmarom/dm-common-utils v1.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

dm common utils npm version

Common Utils

Everyday functions you always need.

Install

npm i @davidmarom/dm-common-utils

Use

import * as cu from '@davidmarom/dm-common-utils';
console.log(cu.getCUVer());
  • getCUVer() - get current version
  • isLetter(char)
  • isNum(char)
  • saveJSONtoLocalStorage(key, JSON)
  • getJSONfromLocalStorage(key)
  • findIntersection(arr1, arr2)
  • createBinaryTree()

Binary Tree

const  myTree = createBinaryTree();

myTree.insert('value');
myTree.find('value');
myTree.BFD();
1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago