๐ƒ๐’๐€ ๐ƒ๐š๐ญ๐š ๐’๐ญ๐ซ๐ฎ๐œ๐ญ๐ฎ๐ซ๐ž๐ฌ ๐š๐ง๐ ๐€๐ฅ๐ ๐จ๐ซ๐ข๐ญ๐ก๐ฆ๐ฌ

Python Coding
2 min readNov 19, 2023

--

๐Ÿ“Œ DSA is one of the most important topics asked in interviews.

๐Ÿ”น๐€๐ซ๐ซ๐š๐ฒ๐ฌ: Elements of the same data type, organized in contiguous memory locations.

๐Ÿ”น๐’๐ญ๐š๐œ๐ค๐ฌ: Collection of elements that follows the Last-In-First-Out (LIFO) principle, meaning the last element added to the stack is the first one to be removed.

๐Ÿ”น๐๐ฎ๐ž๐ฎ๐ž๐ฌ: A collection of elements that follows the First-In-First-Out (FIFO) principle, meaning the first element added to the queue is the first one to be removed.

๐Ÿ”น๐‹๐ข๐ง๐ค๐ž๐ ๐ฅ๐ข๐ฌ๐ญ๐ฌ: A sequence of nodes that each contain a value and a reference to the next node in the list.

๐Ÿ”น๐†๐ซ๐š๐ฉ๐ก๐ฌ: A collection of nodes or vertices that are connected by edges or arcs, representing a network of relationships or connections.

๐Ÿ”น๐“๐ซ๐ž๐ž: a data structure that consists of a collection of nodes connected by edges or branches, with a single root node at the top and child nodes branching out from it.

๐Ÿ”น๐“๐ซ๐ข๐ž: A Trie (pronounced โ€œtryโ€) is a tree-based data structure that is commonly used for fast string matching and searching.

๐Ÿ”น๐‡๐š๐ฌ๐ก: A hash table, also known as a hash map, is a data structure that stores data in an associati format, where data is accessed by its key rath T its index.

--

--

Python Coding
Python Coding

Written by Python Coding

Learn python tips and tricks with code I Share your knowledge with us to help society. Python Quiz: https://www.clcoding.com/p/quiz-questions.html

No responses yet