Search:

Type: Posts; User: Klesk

Search: Search took 0.01 seconds.

  1. Thread: exercises in c++

    by Klesk
    Replies
    2
    Views
    2,451

    I think the best way to improve Your skills would...

    I think the best way to improve Your skills would be writing programs, maybe joining open source project instead doing exercises.

    However if You don't mind algorithm related problems You can try:...
  2. Replies
    15
    Views
    1,803

    I think You should pass pointer and array size...

    I think You should pass pointer and array size through functions and struct shouldn't be inside main.
  3. Replies
    15
    Views
    1,803

    You can overload operators You need for sorting...

    You can overload operators You need for sorting (for example <) and then sort it like an int array.
  4. Replies
    4
    Views
    2,469

    Mhm thanks, but I think I will stick with O(1) :)

    Mhm thanks, but I think I will stick with O(1) :)
  5. Replies
    4
    Views
    2,469

    Right, thank You... heh that was so easy :)

    Right, thank You... heh that was so easy :)
  6. Replies
    4
    Views
    2,469

    STL set max element in O(lgN)

    Hello

    Is it possible to find max element in STL set with complexity O(lgN) ?
Results 1 to 6 of 6