• Member Avatar for StuXYZ
    StuXYZ

    Replied To a Post in I need help with finding mode in c++

    The first thing I see is that the frequency code is extremely inefficient. It has a double loop, i.e. you loop over 100 times over all the quanties. If you …

The End.