PUBLISHER :- Daniel McCarthy
LANGUAGE :- English
PRIZE :-
87.05$0$
Data Structures And Algorithms In The C Programming Language
WHO CAN ACCESS THIS COURSE :-
- C programmers who want to learn how to develop data structures in their applications
WHAT ARE YOUR REQUIREMENTS FOR THIS COURSE ?
- Understanding of pointers, structures and arrays within the C Programming Language
WHAT YOU ARE GOING TO LEARN FROM THIS COURSE ?
- Linked Lists
- Double Linked Lists
- Arrays
- Array List
- Creating a stack
- Creating a queue
- Binary trees
DESCRIPTION
Have you already got some experience in the C programming language but want to take it further? Then this course is for you.
This course will teach you all about creating internal data structures in C.
This course will teach you how to create the following:
Linked List Implementation
Double Linked List Implementation
Array List Implementation
Queue Implementation
Stack Implementation
Binary Tree Implementation
All of the implementations described above will be created on video from scratch! You will learn how all of these work internally and when they should be used. This course is a “must have” for someone who has learned the fundamentals of the C Programming Language
COURSE CONTENT
- 5 sections • 15 lectures • 2h 37m total length
1 lecture • 1minIntroduction
- IntroductionPreview01:24
7 lectures • 1hr 22minLinked Lists
- Understanding Linked ListsPreview08:32
- Creating Your Very First Linked List23:24
- Understanding Double Linked ListsPreview03:55
- Double Linked Lists In CPreview02:49
- Deleting Elements And Creating A Better Implementation21:13
- Having The List Element Also Be The Value09:47
- Programming The List Element To Also Be The Value12:38
2 lectures • 41minArrays
- Understanding Arrays And Array Lists06:30
- Programming An Array List34:19
3 lectures • 23minStacks And Queues
- Understanding Stacks And Queues04:59
- Creating A Stack04:49
- Creating A Queue13:23
2 lectures • 10minTrees
- Understanding Binary Trees02:17
- Programming Binary Trees07:55