Search:

Type: Posts; User: Zeevi88

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,754

    Do you have any idea how to write the Student...

    Do you have any idea how to write the Student *sort_list(Student **pHead) function using the same "function name" in the insertion sort you mentioned?
  2. Replies
    6
    Views
    1,754

    That's exactly what I did. The programs crashes...

    That's exactly what I did. The programs crashes after I add the last part which is the sorting.
  3. Replies
    6
    Views
    1,754

    first of all thanks for helping. Ok, this...

    first of all thanks for helping.

    Ok, this code basically have few stages. The first stage gets names and grades. Second stage splits the input to two lists, first list is the students who failed...
  4. Replies
    6
    Views
    1,754

    Problem with linked list

    Hey all,

    I'm having a trouble with this code, which supposed to get names of students and their grades, determine fail students and passed, sort the names in lexicographical order and then prints...
Results 1 to 4 of 4