Search:

Type: Posts; User: oxair

Search: Search took 0.01 seconds.

  1. Thread: Linked List

    by oxair
    Replies
    1
    Views
    853

    Linked List

    there is some memory leakage problem probably in the destructor....can somone help me plzzz..


    #include<iostream>

    using namespace std;

    struct Node
    {
    int data;
  2. Thread: solitire

    by oxair
    Replies
    1
    Views
    1,453

    solitire

    i am writing the code for solitire.....basically when i randomly select the cards from the original deck an put them in a pile ......when the last card is added from the deck to the pile the program...
  3. Thread: Subset

    by oxair
    Replies
    4
    Views
    1,225

    thanx man!!!

    thanx man!!!
  4. Thread: Subset

    by oxair
    Replies
    4
    Views
    1,225

    lolzz yups its a homework....i just want to get...

    lolzz yups its a homework....i just want to get an idea how to start it....rest i can do it myself...
  5. Thread: Subset

    by oxair
    Replies
    4
    Views
    1,225

    Subset

    i want to determine al possible subsets from a given set( it may be integers or chars) using recursion only.....
    can some1 help me in making an algo for it???
Results 1 to 5 of 6