Skip to content
HomeConcept librarySubjectsComputer Science
Subject entry1 topics2 concepts1 starter track46 min

Computer Science

Enter the current computer-science slice through one bounded algorithms-and-search branch that still uses the same simulation-first product architecture.

Computer Science is intentionally small in this first pass. This subject frames one compact algorithms-and-search branch so the new subject feels native to the same topic, track, challenge, and saved-setup product seams already used elsewhere on the site.

Best first concepts

Start with one strong concept when you do not need the full path yet.

Computer ScienceAlgorithms and SearchIntro24 minNot startedMastery: New

Sorting and Algorithmic Trade-offs

Watch sorting as visible work on a live list so input order, comparisons, and writes stay concrete instead of collapsing into one final answer.

Sorting as a processComparisons and writes
Computer ScienceAlgorithms and SearchIntro22 minNot startedMastery: New

Binary Search / Halving the Search Space

Keep an ordered list, the low-mid-high markers, and the shrinking interval visible together so binary search feels visual instead of procedural.

Ordered data mattersLow mid high