Search:

Type: Posts; User: kiddy

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    1,800

    to read all the contents in a file

    Y do u go for too much of complexity try this one better .


    #include<iostream>
    #include<fstream>

    using namespace std;

    int main(int argc,char *argv[])
    {
  2. Thread: Permutations

    by kiddy
    Replies
    1
    Views
    2,146

    Permutations

    Hi All!

    This is my code for generating the permutations for a number input,it takes an array of size n!*n where n is the input no., to find out the permutation.Please help me.

    FOLLOWS MY...
  3. Thread: c++

    by kiddy
    Replies
    5
    Views
    1,203

    c++

    Help me to program on with an input n, returns a list of all permutations of the numbers 1, 2, ..., n. Use the fact that all permutations of 1, 2,..., n can be obtained from all the permutations of...
Results 1 to 3 of 3