Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
|
20 long long sdbm(
char[]);
26 long long djb2(
char[]);
Definition: prime_factoriziation.c:25
#define N
number of digits of the large number
Definition: sol1.c:109
void spirograph(double *x, double *y, double l, double k, size_t N, double rot)
Generate spirograph curve into arrays x and y such that the i^th point in 2D is represented by (x[i],...
Definition: spirograph.c:57
void test(void)
Test function to save resulting points to a CSV file.
Definition: spirograph.c:74
int main(int argc, char **argv)
the main function take one argument of type char* example : .
Definition: c_atoi_str_to_integer.c:72
int main(int argc, char **argv)
Main function.
Definition: spirograph.c:271
void test2(double eta)
test function to predict points in a 2D coordinate system above the line as +1 and others as -1.
Definition: adaline_learning.c:273