diff --git a/README.md b/README.md
index 42b4a7baa94a6750caa838dc59c77e552fc8130c..38f71309aa3bd40b372c78e875afd8df9a349f84 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Readme Praktikum II IF3230 Sistem Paralel dan Terdistribusi Semester II 2015/2016
+Readme Praktikum III IF3230 Sistem Paralel dan Terdistribusi Semester II 2015/2016
 13512501	Muhammad Nizami
 13513039        Ivan Andrianto
 
@@ -6,7 +6,7 @@ Laporan:
         laporan.txt
 
 Source code:
-	bucket_sort.c random.c insertion_sort_func.c
+	bucket_sort_openmp.c random.c insertion_sort_func.c
 
 Mengkompilasi:
 	gcc bucket_sort_openmp.c -o bucket_sort_openmp
diff --git a/bucket_sort_openmp b/bucket_sort_openmp
new file mode 100755
index 0000000000000000000000000000000000000000..0a09e2f2a1865e5ec73e9250d149fc525acf99e1
Binary files /dev/null and b/bucket_sort_openmp differ
diff --git a/laporan.txt b/laporan.txt
index e8167b03e27d6a1f63bd7647f71dda7aeac9e5ec..4874bb1276e9221e0b6f0ca09bc8b44ab35c55f3 100644
--- a/laporan.txt
+++ b/laporan.txt
@@ -6,15 +6,15 @@ I. Data
 	Berikut ini adalah perbandingan untuk pengurutan array dengan N elemen oleh bucket sort dengan banyak bucket M
 
 	M\N     50000     100000    200000    400000
-	1                                             
-	4                                              
-	8                                              
-	16                                             
-	32     	                                       
+	1       3.45      15.64     55.20     225.98                         
+	4       0.96      3.81      15.09     58.49                 
+	8       0.57      2.14      7.88      30.94                                           
+	16      0.36      1.21      4.02      16.21                                       
+	32      0.31      0.96      3.45      10.12                   
 
 	catatan: 
-
+        Eksekusi dilakukan di 167.205.32.40  
 
 II. Analisis
-	
+	Dari hasil percobaan, terlihat waktu pemrosesan semakin cepat dengan bertambahnya jumlah thread.