Sha256: 6fb8164256a454c0721b93616925a2428e2c2d23357a96bedc64e177eb1c2624
Contents?: true
Size: 271 Bytes
Versions: 60
Compression:
Stored size: 271 Bytes
Contents
#ifndef PALINDROME_PRODUCTS_H #define PALINDROME_PRODUCTS_H typedef struct { int smallest; int largest; } product_t; /* Return the smallest and largest palindrome products in the range of min and max */ product_t get_palindrome_product(int min, int max); #endif
Version data entries
60 entries across 60 versions & 1 rubygems