From 2132066925b1c8246842b60614da968d0daf696f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C5=9F=C4=B1nsu=20Ar=C4=B1c=C4=B1?= Date: Mon, 3 Jan 2022 23:46:05 +0300 Subject: [PATCH] 1534 --- E_1534_CountGoodTriplets.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 E_1534_CountGoodTriplets.java diff --git a/E_1534_CountGoodTriplets.java b/E_1534_CountGoodTriplets.java new file mode 100644 index 0000000..a78fa3c --- /dev/null +++ b/E_1534_CountGoodTriplets.java @@ -0,0 +1,16 @@ +public class Solution { + public int countGoodTriplets(int[] arr, int a, int b, int c) { + int sonuc=0; + for(int i=0;i