Puzzles - rFronteddu/general_wiki GitHub Wiki

Puzzles

  1. Understand the problem: Read and understand the problem statement.
  2. Generate Examples: Create additional input and output cases for each problem.
  3. Draw observations: Draw observations and patterns based on the examples you created.
  4. Start with Basic: First, think of the basic way to solve the problem, then optimize the solution.

Probability

Logical