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 1 year ago

royzaa commented 1 year 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 1 year ago

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

codelixir commented 1 year ago

Looks good, merging. Thanks for contributing!