Getting Started with DSA - 7 Day Plan
Before Writing Code
Purpose of Data Structure - How do I organize information so that the operations I care about are fast?
An array stores items contiguously, so random access is instant.A hash map t
manishpushkar.hashnode.dev14 min read