Puzzles / Sudoku

Split the List into Two Parts with the Target Number in the Sum
AskAI

You are given a list of numbers and a target number. Find a way to split the list into two parts such that the sum of the first part is equal to the target number.

89
Nov 09