2️⃣Stack: Stack data structure used to store a collection of objects i.e. particular objects can be added and stored in a stack by the Last In First Out principle
4️⃣Linked List: A linked list is like a chain of nodes, in which each node contains Information like data and a pointer to the succeeding node in the chain
5️⃣Graph: A Graph is a set of nodes that are connected to each other in the form of a network. The nodes are also referred to as vertices and the edges are lines or arcs that connect any two nodes in the graph.
7️⃣Binary Search Tree: A Binary Search Tree is a collection of nodes arranged in a way where they maintain BST properties. Each node has a key and an associated value.
If you want to learn new things Every week don't forget to subscribe to the "Insane Developer" newsletter below
You will not regret it getrevue.co/profile/vinays…
Enjoyed the thread🧐
If yes🤩
then don't forget to follow @Vinaystwt to get more Mindblowing Developer Resources and threads
Also, Turn that Notifications icon on so that you will not miss it next time when I upload something Really amazing post🤯🤯
If you like this thread, please make sure to Retweet it from below
🔹Scaffold: It provides the basic material layout of any app and can provide an AppBar, FloatingActionButton, body structure and a backgroundColor property
🔸Column: It displays its multiple children in a vertical array. It is not scrollable and has multiple basic axis alignment properties that help to position its children relevantly