LeetCode-Solutions
LeetCode-Solutions copied to clipboard
1534.Count-Good-Triplets
1534. Count Good Triplets
Given an array of integers arr, and three integers a, b and c. You need to find the number of good triplets.
Approach used is Brute force Method. Brute Force Method is basically the general solution or idea at the first thought converted into code with simple code.This is very easy to understand as it is written in basic language. No dependencies required.
Added Name,Image,Country and Github Link.
- Added problem & solution under correct topic.
- Specified Space & Time complexity.
- Specified difficulty level, tag & Note(if any).
#452 #Test Cases: -Taking different test cases.
- My code follows the style guidelines of this project
- I have performed a self-review of my own code
- I have commented my code so that it is easy to understand
- I have made corresponding changes to the documentation
- My changes generate no new warnings
- Any dependent changes have been merged and published in downstream modules