bungambohlah / codewars-go-challenges

This is a code challenge solution using GO programming language from Codewars.

Home Page:https://www.codewars.com/users/bungambohlah

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Tests

Codewars GO Challenges

This is a code challenge solution using GO programming language from Codewars.

You can use this solution as your reference or train.

Or for more information, you can visit my Codewars profile in here: bungambohlah

Table of Contents

TODO Before Run

  1. Fetch dependencies
go mod download
  1. Install ginkgo for run all test suites
go install github.com/onsi/ginkgo/v2/ginkgo

List of Codewars Challenges is Done

  1. Rectangle into Rectangles
  2. First non-repeating character
  3. Build a pile of Cubes
  4. Eureka!!
  5. Equal Sides of an Array
  6. Roman Numerals Decoder
  7. Two Sum
  8. Decode the Morse Code
  9. Matrix Determinant

Commands

  • Run the main function
go run codewars.go
  • Run all tests
ginkgo ./...