Skip to content

Conversation

supermacro
Copy link
Contributor

@supermacro supermacro commented Oct 21, 2018

In this MR, I implement a generic recursive binary search (generic in that it can search anything that is comparable; as defined by the cmp::PartialOrd trait).

Question: I would like to blog about my Rust implementations for the algorithms in this book. Is it OK to use the content of Grokking Algorithms (verbatim explanations, paraphrased explanations, and maybe some python code to compare to my Rust code) for non-commercial purposes?

Cheers,

Giorgio

@supermacro supermacro changed the title Implement recursive binary serach in rust Implement recursive binary search in rust Oct 21, 2018
@supermacro
Copy link
Contributor Author

👋 👋 👋

@jonatasbaldin
Copy link

Ready to merge @egonSchiele

@egonSchiele egonSchiele merged commit d8da439 into egonSchiele:master Nov 12, 2019
@supermacro supermacro deleted the enhancement/rust-binary-sort branch February 18, 2020 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants