Search Results - JustLinux Forums


Search:

Type: Posts; User: spx2

Search: Search took 0.03 seconds.

  1. Replies
    278
    Views
    669,950

    the code needs trivial modifications to reach the...

    the code needs trivial modifications to reach the general purpose of the challenge(for an arbitrary length word)

    now some explanations on the algorithm used wichis also trivial.
    one can...
  2. Replies
    278
    Views
    669,950

    i forgot to brag about it,actually that it does...

    i forgot to brag about it,actually that it does the job for 9 letters pretty fast
    on a 1.6ghz, that is...

    spx2@asfasfadgf ~
    $ time ./blah.exe abcdefgh > blah.txt

    real 0m27.601s
    user ...
  3. Replies
    278
    Views
    669,950

    the following works only for 9 digit words or...

    the following works only for 9 digit words or less


    #include <iostream>
    #include <string>
    using namespace std;
    /* takes the j-th digit from ...
  4. Replies
    278
    Views
    669,950

    we shall leave that to other people(the...

    we shall leave that to other people(the optimization you talk about)
  5. Replies
    278
    Views
    669,950

    is there any better way to do it ?

    is there any better way to do it ?
  6. Replies
    278
    Views
    669,950

    well,im really good with algorithms...atleast i...

    well,im really good with algorithms...atleast i was
    i'm retired now from contests and such.
    if you like it thank you.
  7. Replies
    278
    Views
    669,950

    this took about 10minutes i hope you like it ...

    this took about 10minutes

    i hope you like it



    #include <stdio.h>
    #include <string.h>
    char s[] = "vroooom race";
    int t=0;
  8. Replies
    278
    Views
    669,950

    is there any ideea in inverse(rac)=car and...

    is there any ideea in inverse(rac)=car and vroooom appearing in both ends ?
Results 1 to 8 of 8