Главная
Study mode:
on
You
History
Saved
In progress
0 courses
compleat
0 courses
#Art & Design
#Adobe
#ChatGPT
#GitHub
#Linked Lists
Showing:
72
courses
Sort by Relevancy
Highest rated
Lowest rated
Most recently added
Stanford University
Programming Abstractions in C++ - Stanford University
164
rewiews
Learn about programming abstractions in C++ in this tutorial series
Add to list
27
Lesons
22 hours
On-Demand
Free-Video
Great Learning
Data Structures in C - C Programming
3
rewiews
Great Learning brings this Data Structures in C Session. C is a very flexible and well-established language thus making it the mother of all programming languages.
Add to list
9
Lesons
2 hours 7 minutes
On-Demand
Free-Video
NPTEL
Programming, Data Structures and Algorithms
2
rewiews
Comprehensive exploration of programming fundamentals, data structures, and algorithms, covering key concepts and techniques for efficient problem-solving and software development.
Add to list
60
Lesons
23 hours
On-Demand
Free-Video
Great Learning
Data Structures and Algorithms in C
2
rewiews
This video teaches Data Structures & Algorithms in C and its key functions and concepts with a variety of demonstrations and examples to help you get started on the right foot.
Add to list
21
Lesons
9 hours 49 minutes
On-Demand
Free-Video
Memorial University of Newfoundland
Data Structures and Algorithms
1
rewiews
Explore advanced data structures and algorithms, including sorting techniques, tree traversals, graph theory, and hash tables. Enhance problem-solving skills for efficient programming.
Add to list
19
Lesons
1 hour 30 minutes
On-Demand
Free-Video
San Diego State University
Data Structures
0
rewiews
Comprehensive exploration of data structures, algorithms, and complexity, covering linked lists, hashes, trees, heaps, sorting techniques, and advanced topics like AVL and Red-Black trees.
Add to list
89
Lesons
13 hours
On-Demand
Free-Video
Data Structures Playlist
0
rewiews
Comprehensive playlist covering essential data structures, from arrays to advanced trees, with implementation details and algorithmic applications.
Add to list
55
Lesons
9 hours
On-Demand
Free-Video
Great Learning
Java Data Structures
0
rewiews
Master essential data structures in Java: arrays, stacks, queues, linked lists, trees, graphs, and hash tables. Gain practical implementation skills and understand their applications and trade-offs.
Add to list
28
Lesons
5 hours 26 minutes
On-Demand
Free-Video
Great Learning
Linked List in Python
0
rewiews
Comprehensive tutorial on implementing linked lists in Python, covering singly, doubly, and circular lists with detailed explanations of traversal, insertion, and deletion operations.
Add to list
20
Lesons
2 hours 24 minutes
On-Demand
Free-Video
Great Learning
Data Structures in Python - List, Dictionary, Tuple, Set, Tree - Python Tutorial
0
rewiews
Comprehensive tutorial on Python data structures, covering built-in types like lists and dictionaries, as well as user-defined structures and linked lists. Ideal for learners seeking to enhance their Python programming skills.
Add to list
9
Lesons
29 minutes
On-Demand
Free-Video
Amigoscode
Java Data Structures Tutorial
0
rewiews
Learn Java data structures: arrays, lists, stacks, queues, sets, and maps. Explore implementation, manipulation, and practical applications for efficient data management in Java programming.
Add to list
13
Lesons
1 hour 40 minutes
On-Demand
Free-Video
Bro Code
Data Structures and Algorithms for Beginners
0
rewiews
Comprehensive tutorial covering fundamental data structures and algorithms in Java, from stacks and queues to advanced sorting techniques and tree traversal, with practical implementations and time complexity analysis.
Add to list
27
Lesons
4 hours
On-Demand
Free-Video
Programming with Mosh
Data Structures and Algorithms for Beginners
0
rewiews
Learn essential data structures and algorithms, including Big O notation, arrays, and linked lists, to improve problem-solving skills and ace coding interviews.
Add to list
26
Lesons
1 hour 19 minutes
On-Demand
Free-Video
Great Learning
Java Data Structures
0
rewiews
Comprehensive exploration of Java data structures, from arrays to graphs, with practical implementations and in-depth explanations of key concepts like trees, heaps, and hash tables.
Add to list
16
Lesons
7 hours 31 minutes
On-Demand
Free-Video
Great Learning
Linked Lists in C - What They Are and How To Use Them
0
rewiews
Comprehensive exploration of linked lists in C, covering types, implementation, advantages, and practical applications. Includes hands-on demo and performance analysis.
Add to list
9
Lesons
1 hour 3 minutes
On-Demand
Free-Video
Great Learning
Stack and Queue in C
0
rewiews
Explore stack and queue data structures in C, covering implementations using arrays and linked lists, along with their applications, advantages, and disadvantages.
Add to list
17
Lesons
1 hour 44 minutes
On-Demand
Free-Video
Coding Tech
An Introduction to Data Structures
0
rewiews
Comprehensive exploration of 12 essential data structures, covering their fundamentals, implementation, and practical applications in computer science, with a focus on efficiency and BigO notation.
Add to list
105
Lesons
2 hours 59 minutes
On-Demand
Free-Video
CodeWithHarry
Data Structures and Algorithms Course in Hindi
0
rewiews
हिंदी में डेटा स्ट्रक्चर और एल्गोरिदम का व्यापक कोर्स। प्लेसमेंट और इंटरव्यू की तैयारी के लिए आवश्यक सभी विषयों को कवर करता है, साथ ही वास्तविक समस्याओं के लिए इष्टतम समाधान बनाना सिखाता है।
Add to list
81
Lesons
1 day 5 hours
On-Demand
Free-Video
CodeWithHarry
Introduction to Data Structures and Algorithms
0
rewiews
Explore the importance of data structures and algorithms in programming, understanding their role in efficient problem-solving and code optimization for better software development.
Add to list
1
Lesons
32 minutes
On-Demand
Free-Video
CodeWithHarry
Queue Implementation Using Linked Lists
0
rewiews
Implementación de colas utilizando listas enlazadas en Hindi. Aprende a crear y manipular estructuras de datos eficientes para gestionar elementos en orden FIFO.
Add to list
1
Lesons
27 minutes
On-Demand
Free-Video
CodeWithHarry
Implementing Stack Operations Using Linked List in C
0
rewiews
Comprehensive tutorial on implementing stack operations using linked lists in C, covering push, pop, isEmpty, and peek functions with detailed explanations and code examples.
Add to list
1
Lesons
31 minutes
On-Demand
Free-Video
CodeWithHarry
Deleting Nodes from Linked List - C Code for Various Deletion Operations
0
rewiews
Comprehensive guide to deleting nodes from linked lists in C, covering removal from start, end, specific positions, and by key. Practical implementation with clear explanations.
Add to list
1
Lesons
24 minutes
On-Demand
Free-Video
CodeWithHarry
Insertion in a Linked List in C Language
0
rewiews
Learn to insert nodes at the start, middle, or end of a singly linked list in C. Gain practical skills for efficient data structure manipulation and improve your programming abilities.
Add to list
1
Lesons
24 minutes
On-Demand
Free-Video
CodeWithHarry
Linked List Data Structure - Creation and Traversal in C
0
rewiews
Learn to create and traverse linked lists in C programming, covering essential concepts and implementation techniques for this fundamental data structure.
Add to list
1
Lesons
24 minutes
On-Demand
Free-Video
CodeWithHarry
Introduction to Linked List in Data Structures
0
rewiews
Explore the benefits and applications of linked lists in data structures, with a focus on their advantages over arrays and practical implementation techniques.
Add to list
1
Lesons
25 minutes
On-Demand
Free-Video
5 Minutes Engineering
Complete Data Structures in Hindi - 4 Hour Course
0
rewiews
Comprehensive Hindi tutorial covering essential data structures: arrays, linked lists, stacks, queues, trees, heaps, graphs, and hashing. Ideal for mastering fundamental concepts efficiently.
Add to list
9
Lesons
3 hours 42 minutes
On-Demand
Free-Video
ACM SIGPLAN
Finding Infinite Counter-Models in Deductive Verification
0
rewiews
Explore innovative techniques for finding infinite counter-models in deductive verification, enhancing automated solvers' capabilities and providing valuable insights for verification failures.
Add to list
1
Lesons
19 minutes
On-Demand
Free-Video
Kevin McAleer
Learning Python - Files & Data Structures for Raspberry Pi Robots
0
rewiews
Explore Python file handling and data structures for Raspberry Pi robots. Learn to manipulate files, implement various data structures, and work with YAML, CSV, and JSON formats.
Add to list
26
Lesons
1 hour 6 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
Merge Sort in Linked List - Theory + Implementation
0
rewiews
Learn merge sort implementation for linked lists, including theory and practical coding. Gain insights into problem-solving techniques and enhance your data structure skills.
Add to list
7
Lesons
28 minutes
On-Demand
Free-Video
Simple Snippets
Circular Queue Implementation Using Linked List Data Structure - C++ Program With Diagram Explanation
0
rewiews
Comprehensive tutorial on implementing circular queues with linked lists in C++. Covers enqueue, dequeue, count, isEmpty, and display operations with code examples and visual explanations.
Add to list
1
Lesons
38 minutes
On-Demand
Free-Video
Simple Snippets
Stack Implementation Using Linked List - Part 1
0
rewiews
Comprehensive tutorial on implementing stack using linked list, covering algorithm, pseudocode, and operations with visual aids. Ideal for data structure enthusiasts seeking in-depth understanding.
Add to list
1
Lesons
50 minutes
On-Demand
Free-Video
Linux Plumbers Conference
pin-init: Solving Address Stability in Rust
0
rewiews
Explore address stability in Rust for kernel structures, focusing on safe initialization techniques and future challenges in memory management for Linux development.
Add to list
1
Lesons
26 minutes
On-Demand
Free-Video
Sundeep Saradhi Kanthety
Linked List - Deletion from Beginning, Ending, and Specified Position - Data Structures
0
rewiews
Learn techniques for deleting elements from linked lists at the beginning, end, and specific positions, enhancing your understanding of data structures and algorithms.
Add to list
1
Lesons
22 minutes
On-Demand
Free-Video
Sundeep Saradhi Kanthety
Linked List - Insertion at Beginning, Ending, Specified Position - Data Structures
0
rewiews
Learn to insert elements at the beginning, end, and specific positions in a linked list, building on fundamental data structure concepts.
Add to list
1
Lesons
23 minutes
On-Demand
Free-Video
Sundeep Saradhi Kanthety
Stack Implementation Using Linked Lists in Python - Stack Operations - Push, Pop - DSA Using Python
0
rewiews
Learn to implement stacks using linked lists in Python, covering push and pop operations. Gain practical skills in data structures and algorithms for efficient programming.
Add to list
1
Lesons
36 minutes
On-Demand
Free-Video
Simple Snippets
C++ Program to Implement Singly Linked List Data Structure - Part 2
0
rewiews
Comprehensive tutorial on implementing singly linked list operations in C++, including appending, prepending, inserting, deleting, updating nodes, and printing the list.
Add to list
1
Lesons
1 hour 2 minutes
On-Demand
Free-Video
Java
Choosing Between ArrayList and LinkedList in Java - Performance and Memory Considerations
0
rewiews
Comprehensive guide on selecting between ArrayList and LinkedList, covering performance benchmarks, memory usage, and optimization techniques for Java developers.
Add to list
19
Lesons
31 minutes
On-Demand
Free-Video
Kunal Kushwaha
Solve Any Linked List Interview Question With This Trick
0
rewiews
Comprehensive guide to mastering linked list interview questions, covering recursion, sorting, cycle detection, and in-place reversal. Includes practice problems from top tech companies.
Add to list
19
Lesons
3 hours 8 minutes
On-Demand
Free-Video
Kunal Kushwaha
Linked List - Singly, Doubly, Circular - Theory, Code, Implementation
0
rewiews
Comprehensive exploration of singly, doubly, and circular linked lists, covering theory, implementation, and coding. Ideal for mastering this crucial data structure for coding interviews and practical applications.
Add to list
19
Lesons
1 hour 56 minutes
On-Demand
Free-Video
Simple Snippets
Adjacency List in Graph Data Structure - Implementation and Concepts
0
rewiews
Learn to implement adjacency lists for graph representation, covering array and linked list approaches. Gain practical insights into efficient graph data structure implementation.
Add to list
1
Lesons
22 minutes
On-Demand
Free-Video
Simple Snippets
C++ Queue Implementation Using Linked List - Data Structures Part 2
0
rewiews
Comprehensive tutorial on implementing a queue using linked lists in C++, covering key operations with code examples and visual explanations.
Add to list
11
Lesons
42 minutes
On-Demand
Free-Video
Simple Snippets
Queue Implementation Using Linked List Data Structure - Part 1
0
rewiews
Comprehensive tutorial on implementing a queue using linked lists, covering key operations with pseudocode, diagrams, and practical examples for efficient data structure understanding.
Add to list
14
Lesons
55 minutes
On-Demand
Free-Video
Simple Snippets
Array vs Linked List - Pros & Cons - Which Data Structure Is Better and When - DSA
0
rewiews
Detailed comparison of arrays and linked lists, exploring pros and cons in flexibility, data access, insertion/deletion, memory usage, ease of use, and searching methods.
Add to list
23
Lesons
48 minutes
On-Demand
Free-Video
Great Learning
Data Structures and Algorithms for Tech Interviews - Tips & Tricks to Crack Interviews
0
rewiews
Learn essential data structures and algorithms for tech interviews, covering arrays, linked lists, stacks, queues, searching, and sorting techniques with practical implementations and complexity analysis.
Add to list
12
Lesons
1 hour
On-Demand
Free-Video
CodeHelp - by Babbar
Clone a Linked List with Random Pointers - C++ Placement Course
0
rewiews
Learn to clone a linked list with random pointers using three different approaches. Gain insights into efficient problem-solving techniques for complex data structures in C++.
Add to list
7
Lesons
55 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
Merge 2 Sorted Linked Lists - Sort 0s, 1s and 2s in Linked List
0
rewiews
Learn to merge sorted linked lists and sort linked lists with 0s, 1s, and 2s. Master efficient algorithms and coding techniques for these common interview problems.
Add to list
9
Lesons
59 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
Remove Duplicates from a Sorted-Unsorted Linked List
0
rewiews
Learn to efficiently remove duplicates from sorted and unsorted linked lists, with step-by-step explanations of approaches, code implementation, and logic breakdown. Includes homework for further practice.
Add to list
8
Lesons
27 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
Detect & Remove Loop in Linked List - Approach Discussion + Optimised Implementation
0
rewiews
Learn to detect and remove loops in linked lists using optimized algorithms and implementation techniques.
Add to list
15
Lesons
51 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
Linked List Questions - Reverse in K Group and Check if Circular
0
rewiews
Learn to reverse linked lists in K groups and check for circular lists. Gain practical coding skills with step-by-step explanations, algorithms, and complexity analysis for these important data structure operations.
Add to list
16
Lesons
40 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
Linked List Questions - Reverse LL and Find Middle of LL
0
rewiews
Learn to reverse a linked list and find its middle element using multiple approaches. Gain practical coding skills with step-by-step explanations and implementations of efficient algorithms.
Add to list
13
Lesons
53 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
Linked List and Its Types - Singly, Doubly, Circular Etc.
0
rewiews
Comprehensive exploration of linked lists, covering singly, doubly, and circular types. Includes implementation, insertion, deletion, and traversal techniques with code examples and practical insights.
Add to list
27
Lesons
2 hours 21 minutes
On-Demand
Free-Video
CodeHelp - by Babbar
Binary Search Tree FAANG Interview Questions - Part 2
0
rewiews
Solve advanced Binary Search Tree problems for FAANG interviews, covering topics like balancing, construction from preorder, flattening to linked list, and finding two sum.
Add to list
16
Lesons
48 minutes
On-Demand
Free-Video
Caleb Curry
Introduction to Linked Lists - Data Structures and Algorithms
0
rewiews
Learn the fundamentals of linked lists, their benefits, structure, and operations like adding and deleting nodes. Gain practical knowledge to implement this essential data structure in your programming projects.
Add to list
5
Lesons
22 minutes
On-Demand
Free-Video
CodeBeauty
Introduction to Linked Lists, Arrays vs Linked Lists, Advantages-Disadvantages - C++ Data Structures
0
rewiews
Comprehensive introduction to linked lists in C++, covering implementation, advantages, and comparisons with arrays. Includes practical coding examples and functional applications.
Add to list
7
Lesons
23 minutes
On-Demand
Free-Video
Extern Code
Data Structures and Algorithms - Advanced Java Programming Tutorial
0
rewiews
Comprehensive Java tutorial covering advanced data structures, algorithms, and practical applications. Includes hands-on projects like web browser and messenger app development.
Add to list
20
Lesons
5 hours 56 minutes
On-Demand
Free-Video
Sundeep Saradhi Kanthety
Linear Data Structures - Data Structures Part-1
0
rewiews
Comprehensive exploration of linear data structures, including arrays, linked lists, stacks, and queues. Covers implementation, operations, and applications, along with searching and sorting algorithms.
Add to list
31
Lesons
11 hours 34 minutes
On-Demand
Free-Video
Sundeep Saradhi Kanthety
Queue Implementation Using Linked List - Data Structures
0
rewiews
Explore queue implementation using linked lists, covering enqueue, dequeue, and display operations for efficient data structure management.
Add to list
5
Lesons
21 minutes
On-Demand
Free-Video
Sundeep Saradhi Kanthety
Stack Implementation Using Linked List - Data Structures
0
rewiews
Explore stack implementation using linked lists, covering push and pop operations, and display functionality. Learn efficient data structure techniques for managing and manipulating stacks.
Add to list
1
Lesons
23 minutes
On-Demand
Free-Video
Sundeep Saradhi Kanthety
Number of Nodes and Reversing of Linked List - Data Structures
0
rewiews
Learn to count nodes and reverse linked lists efficiently, enhancing your data structure skills for improved algorithm design and problem-solving abilities.
Add to list
1
Lesons
22 minutes
On-Demand
Free-Video
Sundeep Saradhi Kanthety
Linked List - Creation and Display - Data Structures
0
rewiews
Learn to create and display linked lists, a fundamental data structure. Understand node composition, memory allocation, and basic operations for efficient data management.
Add to list
1
Lesons
42 minutes
On-Demand
Free-Video
Linux Plumbers Conference
eBPF Shenanigans with Flux
0
rewiews
Explore advanced eBPF techniques in Flux framework: data structures, memory allocation, and object-oriented programming for multicore schedulers on Google's Ghost kernel scheduling class.
Add to list
1
Lesons
24 minutes
On-Demand
Free-Video
Sundeep Saradhi Kanthety
Queue Implementation Using Linked Lists in Python - Queue Operations - DSA Using Python
0
rewiews
Learn to implement queue data structure using linked lists in Python, covering essential queue operations for efficient data management and manipulation.
Add to list
1
Lesons
33 minutes
On-Demand
Free-Video
CodeBeauty
Inserting Nodes in a Linked List - C++ Implementation
0
rewiews
Learn three methods for inserting nodes in C++ linked lists: at the front, end, and after a given node. Gain practical skills for efficient data structure manipulation.
Add to list
1
Lesons
31 minutes
On-Demand
Free-Video
ACM SIGPLAN
Verification of a Subgraph Construction Algorithm for Geometric Graphs - VMCAI 2024
0
rewiews
Explore automated verification of a subgraph construction algorithm, focusing on geometric graph properties, edge removal, and connectivity preservation in Euclidean plane representations.
Add to list
1
Lesons
18 minutes
On-Demand
Free-Video
GOTO Conferences
Immutability - Putting The Dream Machine To Work
0
rewiews
Exploring immutable data structures for efficient programming on modern devices. Discusses historical context, persistent data structures, and practical applications in libraries like Om and React.
Add to list
36
Lesons
34 minutes
On-Demand
Free-Video
EuroPython Conference
Data Structures with Python
0
rewiews
Aprenda estruturas de dados em Python com uma abordagem híbrida que reduziu a taxa de reprovação de 85% para 12%. Inclui recursão, listas encadeadas, filas, pilhas e algoritmos de ordenação.
Add to list
1
Lesons
27 minutes
On-Demand
Free-Video
JSConf
From Zero to Binary Search Tree
0
rewiews
Explore fundamental data structures like Hash Tables, Arrays, Stacks, Queues, Linked Lists, and Binary Search Trees through hands-on building, enhancing your structured data skills for JavaScript development.
Add to list
14
Lesons
32 minutes
On-Demand
Free-Video
CppNuts
Delete Nth Node From Last in Linked List
0
rewiews
Master deleting the Nth node from the end of a linked list with three efficient approaches. Enhance your data structure skills and prepare for technical interviews.
Add to list
1
Lesons
11 minutes
On-Demand
Free-Video
CppCon
Designing Fast and Efficient List-like Data Structures
0
rewiews
Explore optimized list-like data structures for modern CPUs, reducing cache misses and improving performance over STL equivalents in multi-core architectures.
Add to list
1
Lesons
24 minutes
On-Demand
Free-Video
Meeting Cpp
Performance Matters: New Tricks for Old Dogs - Lecture 1
0
rewiews
Explore performance-oriented C++ techniques, including faster erasure methods, cache-friendly linked lists, and efficient random-access containers. Suitable for both newcomers and experienced developers.
Add to list
1
Lesons
59 minutes
On-Demand
Free-Video
Neurosymbolic Programming for Science
SuSLik: Deductive Synthesis of Safe Programs with Pointers - Tutorial 1b
0
rewiews
Explore deductive program synthesis for creating provably correct pointer-manipulating programs using SuSLik. Practice specifying programs with formal logic and learn about separation logic.
Add to list
20
Lesons
41 minutes
On-Demand
Free-Video
Great Learning
Data Structure and Algorithm with Interview Questions - Comprehensive Python Guide
0
rewiews
Comprehensive guide to data structures and algorithms, covering essential concepts, Python implementation, and practical applications in AI. Includes interview preparation and coding challenges.
Add to list
22
Lesons
8 hours 57 minutes
On-Demand
Free-Video
load more...