Thread: Linked Lists & Word Sorting

  1. #1
    Registered User
    Join Date
    Mar 2012
    Posts
    98

    Linked Lists & Word Sorting

    I need to make a command line program that accepts a word. Then uses a linked lists to store the characters and process how many occurrences of each letter is used.

    I'm having trouble getting started with what I'm guessing is taking the element or the array argv and turning it into a string to store in the linked lists.

    If anyone has any resources to help on the topic or advice on how to get the ball rolling, it would be greatly appreciated.

  2. #2
    SAMARAS std10093's Avatar
    Join Date
    Jan 2011
    Location
    Nice, France
    Posts
    2,694

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Double Linked Dynamic Lists Vs Unrolled Linked Lists
    By lantzvillian in forum C Programming
    Replies: 6
    Last Post: 02-14-2012, 01:07 PM
  2. Sorting Linked Lists
    By DKING89 in forum C Programming
    Replies: 6
    Last Post: 04-09-2008, 07:36 AM
  3. sorting in linked lists
    By vice in forum C Programming
    Replies: 2
    Last Post: 05-07-2005, 10:07 PM
  4. question on linked lists(stack with linked lists)
    By dionys in forum C Programming
    Replies: 1
    Last Post: 06-02-2004, 11:08 AM
  5. Sorting Linked Lists (code not concept)
    By Newbie Magic in forum C++ Programming
    Replies: 2
    Last Post: 05-11-2004, 08:57 AM

Tags for this Thread