Grokking the Engineering Manager Coding Interview
Ask Author
Back to course home

0% completed

Vote For New Content

Why is this question needed when already have Triplet Sum

Ankit Joshi

Apr 18, 2025

0

15

0

Apr 18, 2025

Isn't storage O(N**4) rather than O(N**3)?

singhursefamily

Mar 12, 2025

2

13

0

May 20, 2025

My better solution / O(N^3)

Mohammed Dh Abbas

Jun 26, 2024

1

51

0

Jun 8, 2025

Getting TLE, please help in debugging

shubhamrad9

May 15, 2024

0

20

1

Jul 22, 2024

Tests Need Fixing

Ratna Deep Simhadri

Jun 21, 2023

0

41

0

Jun 21, 2023

Python 3 solution appears to fail on LeetCode (4Sum)

J

Nov 17, 2022

0

57

2

Jul 22, 2024

Please, add more visual explanations to these problems. A few of them have it bu...

Deko

Sep 22, 2022

8

46

0

Aug 17, 2023

Seems that DP would work better here - solution would be O(n * target)

Victor Defontnouvelle

Sep 4, 2022

0

62

1

Jul 22, 2024

For this line of code: int sum = arr[first] + arr[second] + arr[left] + arr[...

Learner

Jan 9, 2022

1

44

2

Jul 30, 2023