Create / Learn / Computer Science Computer Science prompts 10 prompts for computer science, from the Learn shelf of the Secure AI library. Each one is written to be sent as it is or filled in — the bracketed parts are where your own situation goes.
Merge Sort, explained Divide and conquer, with the Python and the complexity side by side. Binary search, step by step With the array drawn out so you can watch the window close. Hash maps, from scratch Why lookup is O(1), and what happens when it isn't. What Is Recursion, With a Kitchen Analogy The concept that breaks brains, finally landing. What Is Big-O Notation, With Real Code Why one function melts your laptop and the other doesn't. Explain APIs vs. SDKs, Simply Two terms developers use interchangeably and shouldn't. Trace This Code By Hand A table of every variable at every step, before any explanation. Work Out the Complexity With Me Guided to the answer rather than given it. Pick the Right Data Structure The trade-off named, not just the recommendation. See a Recursion Unrolled The call tree drawn out, then the iterative twin. More in Learn Browse the whole Create library