1.0.8 • Published 3 years ago

project_for_class_noa v1.0.8

Weekly downloads
7
License
ISC
Repository
-
Last release
3 years ago
Get iterative binary search, bubble sort and a 
combination of both.

Installing/ Getting started:

Minimal setup you need to get started:

$npm install project_for_class_noa

Usage:

const functions = require('project_for_class_noa');
MethodsDescription
functions.search(sorted_array,target)returns true/false if the target in the array.
functions.sort(unsorted_array)bubble sorts the array.
functions.sort_and_search(unsorted_array, target)sort given array and finds target if exists.
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.0

3 years ago