👉 https://decoded-app.vercel.app/
When I first built Decoded, the goal was simple:
Make DSA easier to understand through step-by-step visual thinking instead of memorization.
That part hasn’t changed.
But as the platform evolved, a few gaps became more obvious — mainly around consistency, completeness, and how smoothly you move between topics.
This update is focused on that.
Data Structures section expanded
Added a few core structures that were missing earlier but show up very frequently in problem solving.
Earlier, the section covered basics well, but felt slightly incomplete when connecting it to patterns and interview-style problems.
This fills that gap.
Patterns section is now more consistent
Patterns were already there, but the structure wasn’t fully uniform across pages.
That’s been standardised.
Now every pattern follows the same flow:
- what the pattern solves
- how to think about it (approach)
- types with small animations
- list of problems under it
No redesign, just alignment.
👉 https://decoded-app.vercel.app/patterns
Two new visual problems added
Added two more step-by-step visual problems into the system.
Minimum Size Subarray Sum
👉 https://decoded-app.vercel.app/visualizer/minimum-size-subarray-sum
Sliding window problem.
Flow:
- window expands as elements are added
- condition becomes valid
- window shrinks to minimize the answer
- best result is tracked step by step
Focus here is on making the expand/shrink behavior actually visible.
Number of Islands
👉 https://decoded-app.vercel.app/visualizer/number-of-islands
Grid traversal using DFS / BFS.
Flow:
- a land cell triggers traversal
- search spreads to connected cells
- visited cells prevent revisits
- each island is fully explored before moving on
This helps make graph traversal feel less abstract and more visual.
That’s the update for now.
United States
NORTH AMERICA
Related News
Amazon Employees Are 'Tokenmaxxing' Due To Pressure To Use AI Tools
20h ago
UCP Variant Data: The #1 Reason Agent Checkouts Fail
6h ago

Décryptage technique : Comment builder un téléchargeur de vidéos Reddit performant (DASH, HLS & WebAssembly)
16h ago
How Braze’s CTO is rethinking engineering for the agentic area
10h ago
Encryption Protocols for Secure AI Systems: A Practical Guide
20h ago