data structure using c

Light Poster
6Apr2010,06:55   #1
eng.sarah's Avatar
Peace be upon you
it is first post in this site
I want someone to explain
linked list
(how building it ???)
(tracing for code ???)

thanks

Last edited by shabbir; 6Apr2010 at 08:15.. Reason: Make it readable
Light Poster
6Apr2010,07:01   #2
eng.sarah's Avatar
sorry
For the first time I write here I wanted to ask where the icon for the work of editing

Last edited by shabbir; 6Apr2010 at 08:15.. Reason: Make it readable
Light Poster
6Apr2010,07:39   #3
eng.sarah's Avatar
I hope that explains one of the 31 people who have looked to the topic
But will take a positive step because behind the test
Will set a point I do not understand who I want to explain
Light Poster
6Apr2010,07:49   #4
eng.sarah's Avatar
this code is Submitted by

By shabbir
Basic operations in Linked List

Quote:
#include <conio.h>
why are you use it???

Quote:
typedef struct list node;
What is the use of this word??

Can I type the code without this word??

Go4Expert Founder
6Apr2010,08:16   #5
shabbir's Avatar
First make sure you use a readable font.
Mentor
6Apr2010,12:44   #6
xpi0t0s's Avatar
Use Google, and look for Wikipedia articles. Many programming topics are adequately covered in WP.

http://lmgtfy.com/?q=linked+list
eng.sarah likes this
Mentor
6Apr2010,12:47   #7
xpi0t0s's Avatar
After reading the article, try to implement it yourself (hey, you might find you can do it, and it's how we learnt before the internet became a big thing), then *if* you get stuck post any specific questions you may have and we can help you move on.

You can't edit posts until you have a certain number of posts. This is an anti-spam measure. Do not post unnecessary messages just to get your post count up; we can spot this and it doesn't draw a positive response.
Light Poster
6Apr2010,14:02   #8
eng.sarah's Avatar
Quote:
Originally Posted by eng.sarah View Post
Peace be upon you
it is first post in this site
I want someone to explain
linked list
(how building it ???)
(tracing for code ???)

thanks
Quote:
Originally Posted by xpi0t0s View Post
After reading the article, try to implement it yourself (hey, you might find you can do it, and it's how we learnt before the internet became a big thing), then *if* you get stuck post any specific questions you may have and we can help you move on.

You can't edit posts until you have a certain number of posts. This is an anti-spam measure. Do not post unnecessary messages just to get your post count up; we can spot this and it doesn't draw a positive response.

thanks to reply
i searched before on Google & download somethings
i don't reading but i want discussion to understand
Ambitious contributor
6Apr2010,20:22   #9
en_7123's Avatar
Well you have to do reading if you want to understand even discussion is good but before that you need to post your query in readable format which makes it easier for people who are going to help you.Try to keep it simple and to the point and post what you want to discuss because it's not very clear from your earlier posts.
eng.sarah likes this
Mentor
6Apr2010,20:33   #10
xpi0t0s's Avatar
We can't guess what you can't understand. Read the article, try to implement it then ask specific questions when you're stuck.

For starters, do you understand the concept? i.e. each data item is stored in a structure which contains the data itself and a pointer to the next item.
eng.sarah likes this