DSA practice debate heats up
A popular LeetCoder thread recommends avoiding rigid pattern sheets early and instead mastering core data structures with pen‑and‑paper problem solving to build deep understanding. At the same time, an AI startup CTO said their interviews dropped LeetCode-style screens in favor of building agent environments, highlighting two different prep approaches circulating on social media. (x.com 1) (x.com 2)
The argument over how to practice coding interviews is splitting into two camps: learn core data structures first, or train for AI-assisted, work-like screens. (x.com 1) (x.com 2) Data structures and algorithms, usually shortened to DSA, are the building blocks behind common interview problems: arrays, hash tables, trees, graphs, and the time and memory costs of using them. LeetCode says its platform has more than 4,150 questions and is built to help candidates prepare for technical interviews. (leetcode.com) (techinterviewhandbook.org) One side of the debate is pushing back on rigid “pattern” prep at the start. LeetCode itself publishes interview cheatsheets, and independent study guides such as Tech Interview Handbook and Sean Prashad’s LeetCode Patterns organize problems by reusable templates like two pointers, sliding windows, and dynamic programming. (leetcode.com) (techinterviewhandbook.org) (seanprashad.com) That matters because pattern sheets became a shortcut for a problem set that is now too large to brute-force. LeetCode’s catalog tops 4,150 questions, while popular roadmaps sort a much smaller subset by pattern to help candidates cover common interview shapes faster. (leetcode.com) (seanprashad.com) The other side of the discussion starts from a different premise: some companies are changing the interview itself. In an April 16, 2026 essay, Speak cofounder and CTO Andrew Hsu said the company had removed traditional coding screen questions and now asks candidates to build features with tools such as Claude Code or OpenAI Codex. (tech.yahoo.com) Hsu said Speak has about 150 employees and roughly 60 engineers, paused individual-contributor engineering hiring for two weeks while it redesigned evaluation, and now looks for an “agentic mindset” alongside foundational skills. He said the company did not cut its engineering headcount goals for 2026. (tech.yahoo.com) Recruiting platforms are documenting the same pressure from another angle. HackerRank said developers and hiring teams are rethinking assessments as AI tools spread, citing a survey of more than 6,300 developers and tech leaders and reporting that 83% of developers said generative AI helps them finish projects faster or much faster. (hackerrank.com) AI has also made the old format easier to game. HackerRank pointed to the rise of interview-cheating tools, and Columbia Spectator reported this month on Interview Coder, software built to answer LeetCode-style questions during live screens. (hackerrank.com) (columbiaspectator.com) So the prep fight is no longer just about study technique. It is also about which interview market a candidate expects to face: companies still screening for arrays and trees under time pressure, or teams that now want to watch someone plan, prompt, debug, and ship with an AI coding agent. (leetcode.com) (tech.yahoo.com)