< / >
this is the category that arespresent the journey formy DSA learings
Data Structures and Algorithms (DSA) in Python are fundamental for efficient problem-solving in programming. Python's built-in lists act as dynamic arrays, offering O(1) access but O(n) time for middle insertions or deletions. For fast key-value storage and retrieval, dictionaries (hash tables) provide average O(1) complexity for lookups, insertions, and deletions. Stacks,
this is the actegori in which i display what I learn on daily bases