Search:

Type: Posts; User: iamreb

Search: Search took 0.01 seconds.

  1. updated code

    header:


    struct node{
    int val;
    struct node *next;
    struct node *prev;
    };
  2. I will do that now, sorry if it confused anyone

    I will do that now, sorry if it confused anyone
  3. i just limited it for testing purposes, also i...

    i just limited it for testing purposes, also i was able to solve the problem by using double pointers and adding them as parameter to my add_node function, though i have encountered a different...
  4. circular queue using DLL with globaly declared pointers not being properly initialize

    I have a circular queue using DLL which is using globally declared pointers.


    the problem now is that it is not being initialize properly or being cleared thus my code is not working as expected....
Results 1 to 4 of 4