Computer Science, asked by gsp66091, 19 days ago

Algorithm are difficult to understand

Answers

Answered by csjmuinup
0

Answer:

Algorithms is probably one of the harder courses in your comp sci. degree, but it's totally doable. What makes it so difficult compared to other courses is how much intuition is involved in designing/analyzing algorithms.

if you want to understand an algorithms better so:

  • Have a good understanding of the basics.

  • Clearly understand what happens in an algorithm.

  • Work out the steps of an algorithm with examples.

  • Understand complexity analysis thoroughly.

  • Try to implement the algorithms on your own.

  • Keep note of important things so you can refer later.

thank you....

mark me please.

Similar questions