Computer Science, asked by TbiaSamishta, 1 year ago

Which data structures can cause un-international looping of a program?

Answers

Answered by aqibkincsem
0

In a data structure, there are certain cases when we get unintentional looping of a program.

Like, if you neglect to write or form a base case properly, or the testing of it in some way or another goes incorrectly, then it can cause an infinite loop issue.

Avoiding infinite loops require a lot of care and precision.

Similar questions