Search:

Type: Posts; User: kratz

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    2,922

    I would like to thank everyone that contributed....

    I would like to thank everyone that contributed. You guys have been a huge help.
  2. Replies
    19
    Views
    2,922

    Thanks for everyone's help. Based on everyone's...

    Thanks for everyone's help. Based on everyone's responses, I have some semi-working code.



    //Pass in 2 arrays of same size
    //1 filled with random numbers other with zeros

    int copies,...
  3. Replies
    19
    Views
    2,922

    I am not allowed to sort the first array

    I am not allowed to sort the first array
  4. Replies
    19
    Views
    2,922

    Thanks for the help but that's not quite what I...

    Thanks for the help but that's not quite what I need.

    The thing is we aren't using STL containers or linked lists because we haven't gotten to them yet. Basically the algorithm has to use just a...
  5. Replies
    19
    Views
    2,922

    Lucky and everyone else. Thanks for replying....

    Lucky and everyone else.

    Thanks for replying. I'm sorry if I was unclear. The new array can have at most n duplicates of each item. For example:

    Array 1 (cannot be sorted)
    19 16 17 18 17...
  6. Replies
    19
    Views
    2,922

    Array with at most n duplicates

    Hey all this is my first post on cprogramming.com as I am fairly new at C++.
    I am taking a programming class and we were given an assignment that I am having trouble with.
    1. The object of the...
Results 1 to 6 of 6