Thread: Minimum element value of a linked list

  1. #31
    Algorithm Dissector iMalc's Avatar
    Join Date
    Dec 2005
    Location
    New Zealand
    Posts
    6,318
    If you're being spoon-feed and you know it clap your hands...
    My homepage
    Advice: Take only as directed - If symptoms persist, please see your debugger

    Linus Torvalds: "But it clearly is the only right way. The fact that everybody else does it some other way only means that they are wrong"

  2. #32
    Registered User
    Join Date
    Oct 2010
    Posts
    17
    I learn by seeing and assimilation of a concept. I was trying to get someone to write a code that I learn how to add, delete,search,find the minimum and list the data in a linked list. Well commented and well directed code so I can see what is going on. I guess this is too much to ask! We all learn in different ways. I happen to learn this way. It may seem to be spoonfed but I learn alot from practice.

    Thank you for your help, John

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linked List Not Saving Value as Int
    By bar338 in forum C Programming
    Replies: 4
    Last Post: 05-04-2009, 07:53 PM
  2. singly linked circular list
    By DarkDot in forum C++ Programming
    Replies: 0
    Last Post: 04-24-2007, 08:55 PM
  3. Replies: 5
    Last Post: 11-04-2006, 06:39 PM
  4. problem with structures and linked list
    By Gkitty in forum C Programming
    Replies: 6
    Last Post: 12-12-2002, 06:40 PM
  5. singly linked list
    By clarinetster in forum C Programming
    Replies: 2
    Last Post: 08-26-2001, 10:21 PM