Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 1099. Two Sum Less Than K
Given an array of integers and an integer K, find the largest sum of any two distinct elements that is strictly less than K (return -1 if no such pair exists). This is a classic two-sum variant often solved by sorting and a two-pointer sweep to efficiently find the maximal valid pair.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.