Codingbat.com problems solved using go.
Questions are available to practice in main branch.
Follow the below simple steps
- Clone the repo
- Change to the directory for which topic you wish to solve the problems
- Read the question written in comments section and complete the function
- Run the go test command or go test to check if test cases are passing
- Continue for the rest of the programs
If you got stuck check the solution for the same in the solution branch.