VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Data Structures - Full Course Using C and C++

Data Structures - Full Course Using C and C++

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Learn about data structures in this comprehensive course. We will be implementing these data structures in C or C++. You should have a good understanding of pointers in C. If you need to learn about pointers, watch this course: https://www.youtube.com/watch?v=zuegQmMdy8M -- Course developed by Harsha and Animesh from MyCodeSchool. - Read all about their amazing story here: https://www.freecodecamp.org/news/mycodeschool-youtube-channel-history/ - Check out the MyCodeSchool channel: https://www.youtube.com/user/mycodeschool - Check out the MyCodeSchool website: http://mycodeschool.com/
Date: 2022-03-14

Comments and reviews: 5


Salute you sir, for this huge amount of work you have put in. Whether you are in Heaven or Earth, may you and your family be blessed always. I have an interview tomorrow. I don't know how it will go as I am from mechanical background, but I really love programming and data science. Whatever be the result of the interview, I will always be thankful for this video.
reply

This tutorial is OMG!!!! One of the best CS Tutorials on youtube, let alone in DSA. If anyone is having second thoughts about watching this one, lemme assure you, this is hands down the best one in DSA.
Kudos to the great duo of Animesh Sir and Harsha Sir (rip).

reply

In the Insert function, in second line, -temp->data=x-, I am getting an error message -Dereferencing NULL pointer 'temp'-. Not sure how to resolve it. Doesn't compile.
reply

Since you declared temp as type stuct Node- instead of struct Node, how is it able to access int data AND Node- next? Shouldn't it only have access to Node-?
reply

This is basically a 5 level course in University in the US. I took Computer science, Data Structures. This is also good for AP exams. This video is it!
reply
Add a review, comment






Other channel videos