Search:

Type: Posts; User: maria32

Search: Search took 0.00 seconds.

  1. okay so I corrected the code #include...

    okay so I corrected the code


    #include <iostream>
    #include <cstdlib>
    #include <ctime>
    using namespace std;
    class Node{
    public:
    int value;
  2. strange 'cause it does in my dev c++

    strange 'cause it does in my dev c++
  3. Sorting singly linked list using insertion sort and deleting certin nodes

    So the whole concept is to sort a singly linked list using insertion sort and deleting the nodes in order. The other codes are given, so all I have to do is fill in the "void InsertNode(int v)" and...
Results 1 to 3 of 3