From 75d54aaa22c4772d3c09444514f5c587506e2c61 Mon Sep 17 00:00:00 2001 From: Akash Sonowal Date: Sat, 11 Nov 2023 04:54:46 +0530 Subject: [PATCH] update --- interview_prep/coding/dsa/readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/interview_prep/coding/dsa/readme.md b/interview_prep/coding/dsa/readme.md index 5a904ea..8cc7897 100644 --- a/interview_prep/coding/dsa/readme.md +++ b/interview_prep/coding/dsa/readme.md @@ -2,7 +2,10 @@ ## Basics - +| Topics | +Dynamic Array +Singly Linked Lists +Double Ended Linked Lists ### Data Structures - Arrays & Stacks