Introduction to Data Structures and Algorithm: Arrays — Binary Search.

Unraveling Data Structures and Algorithms: Arrays — Binary Search.

Here is what you need to know to get started in Data structures and Algorithms.

Mark Okafor
6 min readJul 10, 2024

--

Learning Objectives

Understand the Binary Search Algorithm and its Implementation

This chapter is the fifth in a series of articles introducing data structures. Read the previous chapter below

5. Unraveling Data Structures and Algorithms: Arrays — Linear Search.

4. Unraveling Data Structures and Algorithms: Arrays — Types and Structure.

3. Unraveling Data Structures and Algorithms (Part 3): Asymptotic Analysis and the Big O Notation.

2. Unraveling Data Structures and Algorithms (Part 2): Algorithms and Complexity Analysis.

  1. Unraveling Data Structures and Algorithms: A Beginner’s Guide for Aspiring Developers.

Introduction

The previous chapter examined the linear search method and its implementation. We learned that sorted and unsorted arrays support linear search, but there is a more effective method of searching through a…

--

--

Mark Okafor

MS Computer Science. Full Stack Software Engineer. Passionate about machine learning . An avid Tech enthusiast and Content Creator