Pseudocode← Home

Case study

built by teacher Quan

  • Not started

    String start-or-end match

    Decide whether one string matches the start or end of another, with optional case folding

  • Not started

    Check-digit generation

    Build a new number by attaching a check digit to an original integer

  • Not started

    Check-digit validation

    Test whether an integer’s check digit is correct

  • Not started

    Dice-roll average

    Simulate several dice rolls and return their average

  • Soon

    Parity bit append

    Append a parity bit to a bit string under a given parity rule

  • Soon

    Sensor value sort

    Sort sensor readings into ascending order with an efficient bubble sort