Skip to content

bungambohlah/codewars-go-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ./...