I need help for a "binary search tree" C program

Discussion in 'C' started by boramaden, Mar 20, 2011.

  1. boramaden

    boramaden New Member

    Joined:
    Mar 20, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi everybody. I need to develop an algorithm to scan one or more text files and count the number of occurrences of each word in those files. all words should be kept track, after all input files have been scanned, the results should be printed out to another file. and also the program is case insensitive.
    for example,
    "This is a tEst for the assigment"
    should give an output of;
    "1;A
    1;ASIGNMENT
    1;FOR
    1;IS
    1;TEST
    1;THE
    1;THIS
    7;TOTAL NUMBER OF WORDS IN THE INPUT FILE"
    Thank you very much.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice