Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
sol1.c File Reference

Problem 10 solution More...

#include <math.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for sol1.c:

Functions

char is_prime (unsigned long n)
 Function to check if a number is prime.
 
unsigned long long sum_of_primes (unsigned long N)
 Computes sum of prime numbers less than N.
 
int main (int argc, char *argv[])
 Main function.
 

Detailed Description

Problem 10 solution

Author
Krishna Vedala