Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Linked List Data Structures and Algorithms for Interviews
Rating: 3.9 out of 5(5 ratings)
127 students

Linked List Data Structures and Algorithms for Interviews

Master Linked Lists algorithms for Programming Interviews
Created byAbhishek Kumar
Last updated 6/2021
English

What you'll learn

  • Linked List Data Structures and Algorithms

Course content

6 sections24 lectures5h 21m total length
  • Introduction1:36

    Explore fundamentals of linked lists, including node structure and next pointers, with C++, Java, and Python examples, and learn to iterate, insert, delete, find the middle, reverse, and detect cycles.

  • Introduction to Linked List and C++ Implementation5:09

Requirements

  • Basic understanding of any programming language preferably C++

Description

Linked Lists are the a fundamental data structures and form a major component of questions in Programming Interviews at the major Software firms. This course tries to build the foundations of Linked List Data Structures starting with introduction the gradually diving deeper into it. Most part of the video lessons are geared towards explaining the problems and how to approach the solution, followed by implementation of the solution in C++ code.

So welcome to this course on Linked List Data Structures and Algorithms.

Who this course is for:

  • Software developers, programmers, computer science students.