Daily challenge
One problem. Every day
A curated DSA question with approaches, solutions, and interview context. Embed the widget on your site or solve it here.
Admit
SEP 14
#0378
Hard
Daily · Monday, September 14
Perfect Rectangle
Line Sweep
Tear hereSolve
Published·407
Cadence·Daily
Embed·Available
Today·Sep 14
Archive
Recent challenges
Missed a day? Catch up on the last 10 problems from the daily rotation.
10 archivedSort: date ↓
- Sep 13#0699Prefix and Suffix SearchDesignHard
- Sep 12#0636Baseball GameEasy
- Sep 11#0195Course ScheduleMed
- Sep 10#0123Best Time to Buy and Sell Stock IIIDynamic ProgrammingHard
- Sep 9#0397Split Array Largest SumDynamic ProgrammingHard
- Sep 8#0375Longest Absolute File PathMed
- Sep 7#0187Binary Tree Right Side ViewMed
- Sep 6#0936Triples with Bitwise AND Equal To ZeroBit ManipulationHard
- Sep 5#0702Shortest Completing WordEasy
- Sep 4#0824Advantage ShuffleTwo PointersMed
Embed
Put it on your site
Add the daily DSA challenge to your blog, portfolio, or team dashboard. Copy the snippet and paste it into your HTML.
HTML embed snippet
<div style="max-width:100%;">
<a
href="https://scaleengineer.com/daily"
target="_blank"
rel="noopener noreferrer"
style="display:inline-block;margin-bottom:8px;font:500 11px/1.4 'JetBrains Mono',ui-monospace,Menlo,monospace;letter-spacing:0.14em;text-transform:uppercase;color:#94989f;text-decoration:none;"
>Daily DSA · <span style="color:#2c55e0;text-transform:none;letter-spacing:0;">Scale Engineer</span></a>
<iframe
id="se-daily-dsa"
src="https://scaleengineer.com/embed/daily/dsa?theme=light"
width="100%"
height="220"
style="border:1px solid rgba(23,25,28,0.10);border-radius:6px;overflow:hidden;background:#fbfbfa;"
title="Scale Engineer — Daily DSA Challenge"
loading="lazy"
></iframe>
</div>
<script>
window.addEventListener("message",function(e){
if(e.data&&e.data.type==="se-embed-resize"){
var f=document.getElementById("se-daily-dsa");
if(f)f.style.height=e.data.height+"px";
}
});
</script>Keep going
Stay in the loop
Library
Browse all DSA problems
Explore the full library — patterns, data structures, approaches, and video walkthroughs.
Go to DSA questionsNewsletter
One sharp idea, every week
Daily challenge drops, system design, and interview prep — short enough to finish, useful enough to keep.
No spam. Unsubscribe anytime.