AssoDePicche / prime-factors-kata

Prime Factors Kata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Prime Factors Kata

In the Prime Factors kata, you write a routine that takes one argument – a positive, non-zero integer – and returns a list of the integer’s prime factors. If the integer has no prime factors, return an empty list.

Project Structure

  1. src: source code
  2. tests: automated tests

Contributing

To contribuit to this project follow these steps.

Getting Started

  1. Clone this repository
git clone git@github.com:AssoDePicche/prime-factors-kata.git

Running Tests

composer run tests

Get in Touch

Samuel do Prado Rodrigues (AssoDePicche) - samuelprado730@gmail.com

About

Prime Factors Kata


Languages

Language:PHP 100.0%