#include <stdio.h>#include <stdlib.h>Functions | |
| void | whitney (int i) |
| void | edge_fn (int i, int j) |
| void | bubble_fn (int p1, int p2) |
| int | main (int argc, char *argv[]) |
| void bubble_fn | ( | int | p1, | |
| int | p2 | |||
| ) |
| void edge_fn | ( | int | i, | |
| int | j | |||
| ) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
| void whitney | ( | int | i | ) |
1.6.3