Check palindrome number using double linked list in C | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Check palindrome number using double linked list in C

Double linked list

19th Mar 2021, 11:38 AM
Vedika Agrawal
Vedika Agrawal - avatar
10 Answers
+ 3
immersing yourself in a school exercise is the best way to distract yourself from the hustle and bustle of life https://code.sololearn.com/cWGeDg5kD9Iy/#c
21st Mar 2021, 6:23 AM
Ciro Pellegrino
Ciro Pellegrino - avatar
+ 2
Vedika as I understand it, linked lists are meant for data storage where locations of data needs not to be adjacent. I'd probably just use a loop or an array (though not necessary). I personally just don't see it worth the effort. But having you said it's an assignment, then I guess you're out of choices on what to use in solving the task (check palindrome number).
19th Mar 2021, 12:45 PM
Ipang
+ 2
Thanks...plzz wait..I will share my code....... And here I m not expecting others to solve my assignment... instant...I want to guide me...to reach the right direction...
19th Mar 2021, 2:39 PM
Vedika Agrawal
Vedika Agrawal - avatar
+ 1
Why you think this is a good idea?
19th Mar 2021, 11:45 AM
Ipang
0
Why not? Actually it's a task....assign to me !!! Would u like to help me???
19th Mar 2021, 11:52 AM
Vedika Agrawal
Vedika Agrawal - avatar
0
Ya sure....I tried it many times ..but didn't reached the solution..... that's why.
19th Mar 2021, 12:41 PM
Vedika Agrawal
Vedika Agrawal - avatar
0
Before posting I already tried no of days....
19th Mar 2021, 12:42 PM
Vedika Agrawal
Vedika Agrawal - avatar
0
..I already did it with loop and arrays Both......but I m not getting how to do it using double linked list....as I said it's assignment so no other option was left...
19th Mar 2021, 1:05 PM
Vedika Agrawal
Vedika Agrawal - avatar
0
I already search a lot on this on Google and different tutorial..
19th Mar 2021, 1:07 PM
Vedika Agrawal
Vedika Agrawal - avatar
0
Thanks buddy 👍
23rd Mar 2021, 2:21 PM
Vedika Agrawal
Vedika Agrawal - avatar