ELI5: Explain Like I'm 5

Corecursion

Corecursion is like a game of tag. When you play this game, the players take turns 'tagging' each other. When you are 'tagged,' you become 'it' and it's your turn to go and tag someone else. This process is called corecursion and it is used in math and computer science as a way of solving problems. In math, corecursion is used to find solutions to equations or to explore different possibilities. In computer science, corecursion is used to create an algorithm that can process data and solve problems.
Related topics others have asked about: