linked-list tag

7 questions


1 answers
125 views
0
. To create a link list in Java

What is the best way to create a link list in Java?


1 answers
133 views
0
Output the xml file screen stored on the Android List

I'm making an alarm app using Android.Receiving multiple alarms from users was implemented, but the problem was caused by trying to display the set alarms on the screen.Normally, when we set multiple ...


1 answers
110 views
0
c++ linked list deduplication, reverse question.

Source to clear if a simple link list has duplicate data.IsEmpty() is a boolean function that asks if the list is zeroLength() is a function that checks the length of the list.The Delete (int Position...


1 answers
113 views
0
Can't we use structures to implement link lists? (no pointer)

Is it impossible to connect the structure inside the structure?

2 years ago

1 answers
131 views
0
Insert link list in ascending order

I am studying single linked list with c++ now. I want to insert values in ascending order, but I keep getting errors. Putting 1 and 0 works well, but putting 0 and 1 does not work. Maybe if (p == NULL...

2 years ago

2 answers
89 views
0
Private error during Java list link implementation.

Follow the List Link implementation example and continue error: unexpected type curr.next() = curr.next(); //Error ^ required: variable found: valueAn error is encountered as it pops up.There is n...

2 years ago

1 answers
64 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...


© 2024 OneMinuteCode. All rights reserved.