data-structure tag

44 questions


1 answers
87 views
0
I'm studying a double link list by myself, but I don't know why I used the strcpy function in the book example!

I am preparing to return to school through a book called Data Structure Written Easily in C Language.I'm currently studying the double link list part.I have a question because I don't understand somet...

2 years ago

1 answers
65 views
0
I don't know why you attached conditional statements in the example code of the dual link list program. (feat. C easily written data structure book)

Hi, everyone. I am a student preparing to return to school through a book called Data Structure Written Easily in C Language.I was looking at an example of creating an mp3 playback program through a d...


1 answers
93 views
0
I don't know why it handles return 0; which is not an exception after passing all conditional statements.

I'm looking at a book called 'Data Structure (Cheonin Gukje)', which is easy to learn with C.In the tree chapter, there is an example of a mathematical tree calculation program.It's as follows#include...

2 years ago

1 answers
101 views
0
What is the definition of the height of a tree?

I am currently studying binary tree through a book called Data Structure written easily in C language.At first, I didn't think deeply about the simple conceptGradually, the concepts started to get con...

« - 5 -

© 2024 OneMinuteCode. All rights reserved.