1.4.4 • Published 4 years ago

@davidmarom/dm-common-utils v1.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago