LeetCode-Solutions
LeetCode-Solutions copied to clipboard
Create 1534. Count-Good-Triplets.py
Pull Request Template
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.
Put check marks:
Have you made changes in README file ?
- [x] Added problem & solution under correct topic.
- [x] Specified Space & Time complexity.
- [x] Specified difficulty level, tag & Note(if any).
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
- [x] Test A
- [x] Test B
Make sure all below guidelines are followed else PR will get Reject:
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [x] I have commented my code so that it is easy to understand
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] Any dependent changes have been merged and published in downstream modules
I can tell this is your first pull request! Thank you I'm so honored. :tada::tada::tada: I'll take a look at it ASAP!