+ 3
Is it enough to learn one algorithm for single progress.
For example, if i want to rotate an array,is any one of the efficient algorithms enough to learn?
1 Réponse
+ 2
M. Jawahirullah Enough to learn in what context?
Which algorithms specifically are you referring to?
What's behind the motivation for learning only one algorithm?
Under which scenarios and conditions are you applying said algorithm?
Under which scenarios and conditions would said algorithms qualify as efficient?
What's the impact when those scenarios and conditions do not apply?
Moreover... what's the value of learning an algorithm over being able to implement any algorithm on the fly based on developing an intuition for what makes sense in given situations?