Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jpmonteagudo28/prime-instinct

Personal repo composed of functions mainly dealing number theory (primes, algorithms, Euler problems,etc)
https://github.com/jpmonteagudo28/prime-instinct

Last synced: 16 days ago
JSON representation

Personal repo composed of functions mainly dealing number theory (primes, algorithms, Euler problems,etc)

Awesome Lists containing this project

README

        

# Prime Instinct

Functions and algorithms to solve Euler Problems

![*Factoring the
Time*](https://imgs.xkcd.com/comics/factoring_the_time.png)

```{r echo=TRUE}
prp_num <- as.data.frame(read.delim("prp_number.txt",sep = "|", header = TRUE))
knitr::kable(prp_num, caption = "Table containing weak probable primes")
```