package cses import ( "testing" "github.com/stretchr/testify/assert" ) func TestWeirdAlgo(t *testing.T) { assert.Equal(t, "[3 10 5 16 8 4 2 1]", WeirdAlgo(3)) }