Pertanyaan
Diberikan algoritma printHello sebagai berikut Misal T(n) didefinisikan sebagai berapa kali banyaknya kata "Hello tercetak di layar. __ 1: procedure PRINTHELLO (n) if then or end if 10: end procedure a. Tuliskan relasi rekurensnya! b. Selesaikan persamaan rekurens tersebut menggunakan metode substitusi! c. Tentukan kelas kompleksitasnya dalam notasi asimtotik big-O!
Jawaban
Asumsi Algoritma:
```
1: procedure PRINTHELLO(n)
2: if n > 0 then
3: print "Hello"
4: PRINTHELLO(n-1)
5: end if
6: end procedure
```
a. Relasi Rekursif:
Berdasarkan algoritma yang diasumsikan, relasi rekursifnya adalah:
* T(n) = 1 + T(n-1) jika n > 0
* T(0) = 0
b. Penyelesaian Persamaan Rekursif dengan Metode Substitusi:
Kita akan menyelesaikan relasi rekursif menggunakan metode substitusi:
* T(n) = 1 + T(n-1)
* T(n) = 1 + (1 + T(n-2)) = 2 + T(n-2)
* T(n) = 2 + (1 + T(n-3)) = 3 + T(n-3)
* ...
* T(n) = k + T(n-k)
Jika kita lanjutkan pola ini sampai n-k = 0, maka k = n. Sehingga:
* T(n) = n + T(0)
* T(n) = n + 0
* T(n) = n
Jadi, solusi rekursifnya adalah T(n) = n.
c. Kelas Kompleksitas dalam Notasi Asimtotik Big-O:
Karena T(n) = n, maka kompleksitas algoritma dalam notasi Big-O adalah O(n). Ini menunjukkan bahwa waktu eksekusi algoritma berbanding lurus dengan ukuran input (n).
Catatan Penting: Jawaban di atas berdasarkan asumsi algoritma yang lengkap. Jika algoritma `PRINTHELLO` yang sebenarnya berbeda, maka relasi rekursif, solusinya, dan kompleksitasnya juga akan berbeda. Harap berikan algoritma lengkap untuk mendapatkan jawaban yang akurat.
Pertanyaan Panas lebih
Reply or click links on suspicious emails. True or False?
________ is the integration of technology on a device that serves more than one purpose, such as a smartphone.
kata teknis adalah
what is the manipulated variable and what is the responding variable? ___________: ______ __________: ________
What does a full adder do?
Solid primitives are...
The reasons UEFI/BIOS cannot access the drive can be caused by the drive, the data cable, the electrical system, the motherboard, or a loose connectio
Define Structural Anonymity
smartphones and tablets have increased traffic on major newspaper websites by
Which of the following cloud-computing concepts describes an application that is hosted on the internet but can be used and configured as needed inter
what does this trigger?
The spread of fake news, phishing and cyber bullying
We want to use the values in Price column in one of our formulas. What is the best way to select those values?
Whether the darkroom is light tight can be determined by __
Compound filters