binaryoperation
v1.0.2
Published
this is a 3 simple operation binary in array
Downloads
2
Maintainers
Readme
:merman:
OPERACIONES BINARIAS
BINARY OPERATION
Esta utilidad le ayudara a obtener menos tiempo de ejecucion en la operacion de arrays de grandes proporciones, implementando algoritmo binario
This package help you to obtain less time to execute operations in a long arrays, this function implement binary algorithm
Conocimiento
Acknowledgements
Como usar
How to use
El array debe estar ordenado de manera ascendiente o descendiente antes de ser procesado
- "npm i binaryoperation" (instalar paquete)
- "const binaryoperation= require('binaryoperation')" (importar package)
- "binaryoperation.binaryInsert([1,3,4],2)" (llamar a la funcion, este paquete contiene 4 funciones (delete,insert,search,split))
The array to process i need to order asc or desc previus to operate
- "npm i binaryoperation" (install package)
- "const binaryoperation= require('binaryoperation')" (import package)
- "binaryoperation.binaryInsert([1,3,4],2)" (use function,this package constain 4 function(delete,insert,search,split))