✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
A recurrence is any recursively defined function f with domain ℕ that computes numbers. To solve a recurrence f we must find an expression for the general term f(n) that is not recursive. In a simple recurrence, f only appears once on the right side of the general equation for f(n). What method(s) should we use to solve a simple recurrence? Select all that apply.