codedecks-in / LeetCode-Solutions

This repository consists of solutions to the problem from LeetCode platform. Subscribe to our Channel for more updates
https://www.youtube.com/c/codedecks
MIT License
821 stars 415 forks source link

Create 1534. Count-Good-Triplets.py #452

Closed Sri5275 closed 6 months ago

Sri5275 commented 11 months ago

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 ?

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.

Make sure all below guidelines are followed else PR will get Reject:

welcome[bot] commented 11 months ago

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!