Learn Linked Lists in 13 minutes π
LinkedList data structures and algorithms tutorial example explained #linkedlist #linkedlists #tutorial // **********************************************...
π₯ Related Trending Topics
LIVE TRENDSThis video may be related to current global trending topics. Click any trend to explore more videos about what's hot right now!
THIS VIDEO IS TRENDING!
This video is currently trending in Turkey under the topic 'bursa deprem'.
About this video
LinkedList data structures and algorithms tutorial example explained
#linkedlist #linkedlists #tutorial
// *******************************************************
// LinkedList = Nodes are in 2 parts (data + address)
// Nodes are in non-consecutive memory locations
// Elements are linked using pointers
// advantages?
// 1. Dynamic Data Structure (allocates needed memory while running)
// 2. Insertion and Deletion of Nodes is easy. O(1)
// 3. No/Low memory waste
// disadvantages?
// 1. Greater memory usage (additional pointer)
// 2. No random access of elements (no index [i])
// 3. Accessing/searching elements is more time consuming. O(n)
// uses?
// 1. implement Stacks/Queues
// 2. GPS navigation
// 3. music playlist
// *******************************************************
Video Information
Views
611.8K
Total views since publication
Likes
15.2K
User likes and reactions
Duration
13:24
Video length
Published
Apr 19, 2021
Release date
Quality
hd
Video definition
About the Channel
Tags and Topics
This video is tagged with the following topics. Click any tag to explore more related content and discover similar videos:
#linked list java #linked list python #linked list java implementation #linked list algorithm #data structures and algorithms
Tags help categorize content and make it easier to find related videos. Browse our collection to discover more content in these categories.