Re: [go-nuts] Golang problem

2021-02-27 Thread robert engels
Please provide your answer/code and we’ll look it over. > On Feb 27, 2021, at 5:47 AM, Vignesh Kumar wrote: > > Hello all, > > Thanks in advance, please help me to finish this assignment > > You are given a string S consisting of letters 'a' and 'b'. You want to split > it into three separat

[go-nuts] Golang problem

2021-02-27 Thread Vignesh Kumar
Hello all, Thanks in advance, please help me to finish this assignment You are given a string S consisting of letters 'a' and 'b'. You want to split it into three separate non-empty parts. The lengths of the parts can differ from one another. In how many ways can you split S into three parts,