Prime factors

This commit is contained in:
VicRen
2020-09-29 17:12:50 +08:00
parent 46f15c3b8d
commit 5ed00d147d
5 changed files with 129 additions and 1 deletions
+3 -1
View File
@@ -1,2 +1,4 @@
# codekata
code kat
This is the code kata for golang.
Code Kata is an attempt to bring this element of practice to software development. A kata is an exercise in karate where you repeat a form many, many times, making little improvements in each.
The intent behind code kata is similar. Each is a short exercise (perhaps 30 minutes to an hour long). Some involve programming, and can be coded in many different ways.