deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

add implementation of binary search in dart with recursive approach #255

Closed royzaa closed 2 years ago

royzaa commented 2 years ago

This PR implements the code for binary search in dart referred in issue #41

I have read the contributing guidelines in CONTRIBUTING.md and have ensured the following:

royzaa commented 2 years ago

@codelixir @deutranium please review my PR, thanks in advance.

codelixir commented 2 years ago

Looks good, merging. Thanks for contributing!