Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jpmonteagudo28/prime-instinct
- Owner: jpmonteagudo28
- Created: 2023-06-28T19:35:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T13:53:48.000Z (10 months ago)
- Last Synced: 2024-02-29T14:55:19.885Z (10 months ago)
- Language: R
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadME.md
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")
```