Course Information
- Available
- *The delivery and distribution of the certificate are subject to the policies and arrangements of the course provider.
Course Overview
Build a library for working with Linked Lists using the C programming language
In this course you will be taught through step-by-step live coding examples how to create and use a library of functions for working with Linked Lists in the C programming language!
Linked Lists are an important type of data structure in computer science and computer programming, so before we walkthrough how to create and use them, we'll also cover what Linked Lists are, how they work, and some practical applications of Linked Lists. The bulk of the course is spent on learning how to work with Linked Lists using C, with over 3 hours of video covering a series of common functionalities explaining step-by-step how they are implemented. We'll also teach you how to package your functions together into a re-usable library, and how to document your code.
By the end of the course you will have a C library of Linked List functions that will help you build a great programming portfolio!
Linked List functionalities that are covered include:
Creating a linked list
Inserting nodes on the head and tail of a linked list
Deleting nodes from the head and tail of a linked list
Sorting a linked list
Deleting matching nodes from a linked list
Deleting duplicate nodes from a linked list
Reversing a linked list
Duplicating a linked list
Determining if a value is in a linked list
...and many others, over 20 functions in total.
Course Content
- 4 section(s)
- 18 lecture(s)
- Section 1 Introduction
- Section 2 Linked Lists in C
- Section 3 Creating the Linked List C Library
- Section 4 Building your portfolio
What You’ll Learn
- Student will learn how to create and use linked lists in C by developing a library of functions.
Skills covered in this course
Reviews
-
AAnna
This course is easy to understand, and explains and walks through the creation of the linked list and associated functions in detail. I have mostly watched it using the airplay feature from the cellphone onto the non-smart television screen using a roku internet-mediator device that was previously set up.
-
nnew user
Excellente course, nice explanations and well structure. I will like more courses:D
-
CCarlos Augusto Gonçalves Collaço e Pinto Machado
When I saw the section on the creating a library, I was hyped, and then found it really superficial. In terms of lists it's good for beginners, but not for someone with experience.
-
AAakash Rajbhar
I'm here from youtube, he teaches very well, need a complete data structure course from him