Search:

Type: Posts; User: enyaj

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    9,439

    Append to end of doubly linked list

    How would I change this function so that it appends new nodes to the end of the list instead of at the beginning?


    struct node *append(struct node *list, int data)
    {
    struct node *new;
    ...
  2. Thread: Identity Matrix

    by enyaj
    Replies
    11
    Views
    5,296

    This works, but how do I print it so that there...

    This works, but how do I print it so that there are only 10 characters per line?
Results 1 to 2 of 2