T(n)=T(n-2)+n/2 Use substitution to show what T(n-4) is equal to and then write T(n) in terms of it.
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
T(n)=T(n-2)+n/2 Use substitution to show what T(n-4) is equal to and then write T(n) in terms of it.
T(n)=T(n-2)+n/2 Use substitution to show what T(n-4) is equal to and then write T(n) in terms of it.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!