This file exports a function which takes an unsorted array and a target sum. It then returns a two dimensional array with all the triplets which, when added, match that target sum
This file exports a function which takes an unsorted array and a target sum. It then returns a two dimensional array with all the triplets which, when added, match that target sum