Daily DSA | Day 67 | LeetCode150
Solved: Partition List (LC86)
Idea:
Create two separate lists—one for nodes less than x and another for nodes greater or equal to x, then connect them while maintaining relative order.
#LeetCode #LeetCode150 #DSA #CPP #Algorithms #CodingJourney

1
9
205


















