Search:

Type: Posts; User: BlackCitan

Search: Search took 0.00 seconds.

  1. Building a Binary Search Tree off sorted data

    The problem: My teacher provided an algorithim for building a BST off sorted data so that it wasn't a linear chain, but I must have missed something. The program must also be able to build a BST off...
  2. Replies
    7
    Views
    1,560

    LoLoL

    So my teacher emails me back tonight after about 12 hours of working on sorting this linked list, and she tells me: just make sure your input data are in order already. Your program doesn't have to...
  3. Replies
    7
    Views
    1,560

    Hmmm....

    Well, extra credit on this project is to create a doubly-linked list and traverse backwards, but I have that later on. Lemme make it doubly-linked when the list is built and see if I can figure it...
  4. Replies
    7
    Views
    1,560

    Also having problems...

    We have to create a linked list recursively, and I'm trying to find a way to compare a new node with the prior one and change the pointers around so that if the prior node is greater, the new node...
  5. Replies
    3
    Views
    1,149

    I understand the first part, and thanks. BTW, I...

    I understand the first part, and thanks. BTW, I have to average each row and column, so that's another reason I put them into variables. Let me see if I can explain the second part better.

    The...
  6. Replies
    3
    Views
    1,149

    Efficiency problem

    I never thanked whoever helped me last time I had a problem, so thanks to the people who helped me. I no longer make function calls prefixed by their data types. *cough*

    Anyway, I'll illustrate my...
  7. Replies
    1
    Views
    1,144

    If there's a parse error, I can't find it

    I keep getting a parse error message for this code. It sounds pretty basic, but I can't find it! I've looked several times. If anyone sees it, please let me know. The gcc compiler I have to use says...
Results 1 to 7 of 7