📄 data.json
/home/palash/git/misc/algorithms/ex/python/data.json
Language: json • Lines: 4
{
    "input":[23, 3, 4, 5, 6, 7, 12, 2, 8, 16, 13, 19, 20, 17, 25],
    "expected":[2,3,4,5,6,7,8,12,13,16,17,19,20,23,25]
}