From f3191463133e588023a97d76c79d90d3dfa88d25 Mon Sep 17 00:00:00 2001 From: Allwell <164483433+Allwell987@users.noreply.github.com> Date: Sat, 28 Mar 2026 05:03:34 +0100 Subject: [PATCH] Fix: Add missing word "structure" in Data Structures section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 560b396045..bd62f3aaa6 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ be accessed and modified efficiently. More precisely, a data structure is a coll values, the relationships among them, and the functions or operations that can be applied to the data. -Remember that each data has its own trade-offs. And you need to pay attention more to why you're choosing a certain data structure than to how to implement it. +Remember that each data structure has its own trade-offs. And you need to pay attention more to why you're choosing a certain data structure than to how to implement it. `B` - Beginner, `A` - Advanced