# Introduction
In computer science, partitioning is the act of dividing a data set into multiple parts. In this challenge, we will partition a linked list around a given value x.
Partition Linked List Around Value
|60 : 00
Click the virtual machine below to start practicing