Skip to content
#

prime-factorizations

Here are 46 public repositories matching this topic...

ColeMiller1
ColeMiller1 commented Jul 3, 2020

The FUN argument in comboGeneral() and similar RcppAlgos functions could be more useful if the user is allowed to provide the expected value, similar to vapply(). Currently, a list is allocated which can take up a lot of memory.

library(RcppAlgos)

ans = comboGeneral(15L, 3L, FUN = sum)
object.size(ans)
#> 29168 bytes
object.size(unlist(ans, use.names = FALS

This is a very simple windows console application that I completed for a class assignment. It is shown here to illustrate my coding style, structure, and commenting. This example is considered Level 3 – Advanced. Objectives: Using Threads to calculate Prime Numbers Prime Numbers ConcurrentQueue Dictionary ManualResetEvent Timer Producer Thread Consumer Thread

  • Updated Mar 1, 2019
  • C#

Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems. The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context.

  • Updated Jun 7, 2018
  • Python

Improve this page

Add a description, image, and links to the prime-factorizations topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the prime-factorizations topic, visit your repo's landing page and select "manage topics."

Learn more