Algorithms & Problem Solving
3 interactive Computer Science simulations on algorithms & problem solving.
- Computer Science · Algorithms & Problem Solving Visual sorting: bubble, selection and insertion step by step A sequence of numbers is drawn as bars; choose bubble sort, selection sort or insertion sort, then press Step or Run. Each step... Ages 13–14
- Computer Science · Algorithms & Problem Solving Algorithm complexity – O(log n), O(n), O(n log n), O(n²) and a sorting race A chart plots the number of steps against input size n for the functions log₂n, n, n·log₂n and n², alongside comparison counts measured... Ages 15–16
- Computer Science · Algorithms & Problem Solving Linear search vs. binary search – counting comparisons The same array and the same target value run through linear search (scanning from the start) and binary search (halving the range on a... Ages 12–13
No simulation matches your search.