manrajgrover / algorithms-js

Consumable Data Structures and Algorithms library in JavaScript
MIT License
198 stars 129 forks source link

Jump Search Optimization to achieve 100% test coverage #98

Closed Guzzler closed 1 year ago

Guzzler commented 4 years ago

Optimization of jumpsearch as well as 100% test coverage achieved.

Description of new feature, or changes

Increase test coverage of jumpsearch to 100% as well as remove an unnecessary if condition to optimize the search.

Checklist

Related Issues and Discussions

Testing coverage 100% as mentioned in #30

People to notify

@manrajgrover