From f9ddbfb15b866df5e26fe6bfdc0ee53f05e93b2d Mon Sep 17 00:00:00 2001 From: yashwanth-adimulam Date: Tue, 22 Oct 2024 18:34:40 +0000 Subject: [PATCH] updating DIRECTORY.md --- DIRECTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DIRECTORY.md b/DIRECTORY.md index f0a34a553..dfefcb216 100644 --- a/DIRECTORY.md +++ b/DIRECTORY.md @@ -180,6 +180,7 @@ ## Data Structures * Arrays + * [Dynamic Array](data_structures/arrays/dynamic_array.py) * [Equilibrium Index In Array](data_structures/arrays/equilibrium_index_in_array.py) * [Find Triplets With 0 Sum](data_structures/arrays/find_triplets_with_0_sum.py) * [Index 2D Array In 1D](data_structures/arrays/index_2d_array_in_1d.py)