cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Binary search.
Binary search.
Apr 9, 2014 at 9:21pm UTC
Gkneeus
(100)
Hi everyone,
I have been doing some reviewing and I noticed that the binary search is usually taught with recursion, but why? would it be better to take an iterative approach instead of a recursive approach for the large overhead of recursion?
Topic archived. No new replies allowed.