+ 1
Is it nessesary to remember all the functions in algorithm in c++
plz tell me .It really painful
4 Answers
+ 3
You never have to memorize everything from anything. As long as you understand the concept and how to fundamentally replicate the functionality. Memorizing everything is a bad way of learning.
+ 1
Are you referring to the <algorithm> header? If so, then no. You can always keep a reference handy and you will, in time, learn those functions that you find useful.
+ 1
thnx everyone
0
If you need it often, you'll memorize it automatically.