Search:

Type: Posts; User: Goku

Search: Search took 0.00 seconds.

  1. Thread: Memory Allocation

    by Goku
    Replies
    13
    Views
    3,573

    I'll have to check it out, Thank you. And also...

    I'll have to check it out, Thank you. And also thank you to everyone else who replied.
  2. Thread: Memory Allocation

    by Goku
    Replies
    13
    Views
    3,573

    I go to class everyday, but the problem is in...

    I go to class everyday, but the problem is in previous classes we have been spoon fed all prototypes and given brief descriptions of what each function does, and basically told what to do. We talked...
  3. Thread: Memory Allocation

    by Goku
    Replies
    13
    Views
    3,573

    How do I allocate the memory for the list once i...

    How do I allocate the memory for the list once i read in the first line? Right now in my code, I just have the 2 dimensional array that is made 1000 x 1000 then change resize it after I read in the...
  4. Thread: Memory Allocation

    by Goku
    Replies
    13
    Views
    3,573

    Oh sorry I don't have any code for the list. As...

    Oh sorry
    I don't have any code for the list. As you can see I took the easy/wrong way out. I am interested in building a list.
  5. Thread: Memory Allocation

    by Goku
    Replies
    13
    Views
    3,573

    //global variable for colorint color[1001] = {0};...

    //global variable for colorint color[1001] = {0};


    //prototype for Depths First Search
    int DFS(int array[1001][1001], int vertex, int numVertices, int reset);


    int main (int argc, char**...
  6. Thread: Memory Allocation

    by Goku
    Replies
    13
    Views
    3,573

    Memory Allocation

    Hello all,

    I had a homework assignment in my cs3050 last week, that I was having trouble with what should be the easiest part.

    The homework looked like this:


    In this program you will...
  7. Replies
    1
    Views
    2,232

    Finding the number of connected components

    Hello,

    I can't figure out how to find the number of connected components from an undirected disconnected graph.

    the input I'm getting is like this:
    7
    1 2
    4 5
    3 6
    2 7
Results 1 to 7 of 7