Show HN: I couldn't afford interview prep, so I built a free alternative
Learning to pass the interview Structured prep covering the data structures and algorithms big-tech interviews expect. Interactive visualizations, a Python playground, AI-powered feedback, and progress tracking. Solve a real Google interview question, right here Given an array of integers `nums` and an integer `target`, return the indices of the two numbers that add up to `target`. Each input has exactly one solution. You may not use the same element twice. Run your code to see output Data Structures Arrays & Strings Linked Lists Stacks & Queues Hash Tables Binary Trees Graphs Heaps / Priority Queues Tries Algorithms Sorting Binary Search Recursion & Backtracking Dynamic Programming BFS & DFS Greedy Algorithms Concepts Big-O Notation System Design Basics learningto/pass is built for a bigger screen. Feel free to look around - the code editor and visualizations work best on a laptop or desktop.