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

0% completed

Vote For New Content

Short simpler solution python O(n^2)

Isabela Vlls

Nov 26, 2024

4

49

0

Oct 17, 2025

Simpler O(N^2) time solution with Python

Nabeel Keblawi

Oct 6, 2024

0

15

0

Oct 6, 2024

My python solution.

Eric Imho Jang

Jul 26, 2024

0

23

0

Jul 26, 2024

Single Function Java Solution, arguably more understandable

Hussain Zaidi

Jan 6, 2024

1

39

0

Mar 16, 2024

Would a one function solution be better?

azaankhan14678

Dec 6, 2023

2

50

1

Feb 3, 2025

Possible Error in the time complexity

Giovanni Ruiz

Oct 16, 2023

0

34

1

Jan 15, 2024

Missing Triplet case

SITANSU DASH

Sep 9, 2023

0

60

1

Sep 11, 2023

Time Complexity

Jessica Liang

Jul 19, 2023

0

48

2

Aug 7, 2023

Is there a reason why the outer loop is iterating from 0 to array.length-2 inste...

Ben Cornia

Jan 18, 2023

0

46

2

Jun 7, 2023

could I get some clarification please for why don't you care about skip same ele...

Jharol Rivera

May 19, 2022

3

78

1

Apr 20, 2025

Hi, could I get some clarification please for why we increment count by the diff...

Micky M

Apr 26, 2022

0

46

2

Jun 8, 2023

I need clarification on the problem statement.It states that " i, j, and k are t...

Eduardo Sánchez

Apr 4, 2022

0

24

3

Apr 6, 2022

Where does the condition i != j != k come from? This isn’t stated in the questio...

Dee

Mar 25, 2022

0

21

1

Mar 25, 2022

I believe the first solution for Triplets with Smaller Sum (medium) in the two p...

Isam Nagi

Mar 11, 2022

0

46

1

Mar 13, 2022