[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,

[go-nuts] Golang Problems

2021-02-27 Thread Vignesh Kumar
Hello all, Thanks in advance. Please help me to finish this assignments. Write a program which will accept a string. This program should output all the characters and number of their occurrences, in order of their occurrences. So that, character appearing most number of times should be print