Personal blog
Writing every week about programming, new technology and books.
DATA STRUCTURES AND ALGORITHMS
Binary Search in C#
07-Oct-2020

In today's lesson, I am going to talk about what is Binary Tree and how to implement it using C#. Also, I am going to compare it to some more common algorithms for searching like Iterative search and explain why Binary Search is more efficient.