For example:
If the list of unallocated blocks consists of 6KB, 14KB, 19KB, 11 KB, and 13KB blocks and a process request a 12KB block, Then the worst fit will split the 19KB block into a 12KB block to allocate to the process, leaving a 7KB block for future use.