Search:

Type: Posts; User: seeks

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,177

    got it to work

    thanx for taking the time to look at the program ,i actually tried to work on it this evening and finally got it to run,.
    is there anyway that you can help me with a quicksort function that will go...
  2. Replies
    5
    Views
    1,177

    this is the program!

    i also need to write a quick sort function for this program can you help me with it??? thanx



    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    #define WORD_SIZE 30
  3. Replies
    5
    Views
    1,177

    need a little help here please!

    i'v e got a program on binary search trees containing strings which are read from a file and put into the tree but
    when i compile it i get the message -Error opening file- even though i have a...
  4. Replies
    6
    Views
    1,587

    code

    here's a program i wrote but i need help correcting it





    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>
  5. Replies
    6
    Views
    1,587

    same problem

    how would you write it if you were using strings and files in the tree?
    i.e. if the actual nodes of the tree contains a string of words
    if you know what i mean. :(
  6. Thread: any ideas??

    by seeks
    Replies
    0
    Views
    746

    any ideas??

    ok i've got my program to work but i need to add a functon that would be able to delete a node from the tree and give an error message when the user is trying to delete a node that isn't already...
  7. Thread: tree trouble

    by seeks
    Replies
    3
    Views
    1,200

    instead os me actually trying to explain what i...

    instead os me actually trying to explain what i need help in
    i'll show you the code i've written (doesn't work)to give you an idea of what i was looking for:
    if possible can anyone tell me why...
  8. Thread: tree trouble

    by seeks
    Replies
    3
    Views
    1,200

    tree trouble

    i've been trying to write a program which takes in a string of characters from a file and places them into a tree,and on exiting it writes all the contents of the tree back to the file,
    the user can...
  9. Replies
    1
    Views
    2,792

    binary search trees in C

    hey ca anyone help?
    i've got this program done out but now i need to write it out using strings and file handling,but i can't change it ,cause everytime i try it messes up on me ,
    anyway when using...
Results 1 to 9 of 10