An open API service indexing awesome lists of open source software.

https://github.com/sderohan/codingbat-golang

Codingbat problems solved in golang. All solutions are present in solution branch. If you want to practice codingbat problems in golang pull the code, go into the section complete the function and run test cases. If you get stuck look for the solution present in solution branch.
https://github.com/sderohan/codingbat-golang

codingbat codingbat-go codingbat-golang codingbat-solutions go

Last synced: 7 days ago
JSON representation

Codingbat problems solved in golang. All solutions are present in solution branch. If you want to practice codingbat problems in golang pull the code, go into the section complete the function and run test cases. If you get stuck look for the solution present in solution branch.

Awesome Lists containing this project

README

          

Codingbat.com problems solved using go.

Questions are available to practice in main branch.

Follow the below simple steps
1) Clone the repo
2) Change to the directory for which topic you wish to solve the problems
3) Read the question written in comments section and complete the function
4) Run the go test command or go test to check if test cases are passing
5) Continue for the rest of the programs

If you got stuck check the solution for the same in the solution branch.