Which data structures can cause un-international looping of a program?
Answers
Answered by
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