الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 11/18
Which characteristic is essential for a recursive algorithm?
It must have an iterative loop.
It must contain a subtask that is a smaller version of the entire algorithm's task.
It should only solve the problem without any subtasks.
It operates in constant time complexity.
Previous
Next