Skip to content

thesambayo/go-kata-machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING

I have just started to add algorithms, as I have not completed the course.

How to get started

Clone the repo, of course, you should have golang installed on your computer.

Create a day of katas, this will use the files in helpers/*. You can check the helpers/dsa-details.go file to see list of ready algorithms that will have its respective bare files and tests generated.

go run generate.go

This will progressively create folders named

day1/*
day2/*
day3/*
day4/*

To clear all generated days of katas, run:

go run clear.go

How to test

You run go test path to day/package like so:

go test ./day1/bubblesort

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages