Level AI | Software Engineer | HackerRank OA
Summary
I completed a HackerRank Online Assessment for Level AI, passing all test cases for the first question and achieving a partial score with a brute-force approach for the second question, later developi...
Interview Experience
🧩 Problem 1: Count Divisible Triplets You're given: An integer array arr of length n An integer div Your task is to count the number of triplets (i, j, k) such that: 0 ≤ i #include #include using namespace std; class SegmentTree { int size; vector tree; void update(int node, in...


