Skip to content

Opening book details…

Can I read CS430 Homework 2: Recurrence Relations on EtoBox?

CS430 Homework 2: Recurrence Relations by joanne is a document available to read on EtoBox.

What is CS430 Homework 2: Recurrence Relations about?

This document contains 6 homework problems for an algorithms class. Problem 1 asks to characterize optimal leaf weights and establish a recurrence for lopsided search trees with costs of 3 and 1. Problem 2 sets up recurrences for solving a list problem and asks to solve recurrences of the form T(n) = 4T(n-1) + 2n and T(n) = 8T(n-1) - 16T(n-2). Problem 3 asks to use recursion trees to solve T(n) = T(n-c) + T(c) + √n. Problems 4-6 ask to solve recurrences of the form T(n) = T(f(n)) +

Author
joanne
Language
EN