[x] I've explained my topic well with 2 - 3 LC problems and no external problems are used.
[x] I've provided the full working solutions to the problems used in this tutorial.
[x] I've provided suggested problems at the end with the given format. See here as an example. If the target solution is not available, leave solutionLink blank.
[x] I've given credits / references if I use external resources. (For an image, give credit under it. Otherwise, add a new section called References at the end (after Suggested Problems).)
Change Summary
Added the solution for the LeetCode problem: 0025: Reverse Nodes in K groups
Checklist
If you haven't fulfilled the below requirements or even delete the entire checklist, your PR won't be reviewed and will be closed without notice.
General
Tutorial
solutionLink
blank.Solutions
## Approach 1: Two Pointers
.