Vidyalelo
Data Structure · Q1163

Miscellaneous on Data Structures

Programming · Data Structure · question 1163

Q1163

What is the space complexity of floyd's cycle finding algorithm?

A.
O(1)
Answer
B.
O(n)
C.
O(n2)
D.
O(n log n)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board