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

Unraveling Data Structures and Algorithms: Arrays — Linear Search.

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

Mark Okafor
7 min readJun 22, 2024

--

Learning Objectives

Explore the characteristics and operations of different data structures.

Understanding Linear search operation on an array

This article is the third in a series that introduces Data Structures and Algorithms. You can find the previous articles here.

  1. Introduction to Data Structures and Algorithms.
  2. Introduction to Data Structures and Algorithms (Part 2) — Algorithms and Complexity Analysis.
  3. Introduction to Data Structures and Algorithms (Part 3)— Asymptotic Analysis and the Big O Notation.
  4. Introduction to Data Structures and Algorithms: Arrays — Types and Structure.

Introduction

In the previous chapter, we delved deeper into the types and structures of arrays. We discussed the different kinds of arrays, which can be one, two, or multi-dimensional and also primitive or non-primitive. Additionally, we touched…

--

--

Mark Okafor

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