codeintuition-logo

Identifying the reversal pattern


The reversal technique can be applied to all problems where we need to reverse a sequential data structure. These are generally easy problems where reversal is only a subproblem of the bigger problem. If the problem statement or its solution follows the generic template below, it can be solved using the reversal technique.

Template:

Reverse a sequential data structure

Example

Liking the course? Check our discounted plans to continue learning.