Ayush7614 / Ayush7614/Daily-Coding-DS-ALGO-Practice
Count triplets with sum smaller than X problem
Open
LGMSOC21
🟩 Level1
- Dominant language
- C++
- Stars
- 323
- Forks
- 472
- PR merge metrics
- No merged PRs in 30d
Description
Question : Given an array arr[] of distinct integers of size N and a sum value X, the task is to find count of triplets with the sum smaller than the given sum value X.
Link to GFG problem : https://practice.geeksforgeeks.org/problems/count-triplets-with-sum-smaller-than-x5549/1
I will solve this by C++
Contributor guide
Assessment
This issue has not been assessed yet.