Zoltan2
|
#include <iostream>
#include <fstream>
#include <sstream>
#include <set>
#include <vector>
#include <algorithm>
#include <queue>
Go to the source code of this file.
Typedefs | |
typedef long long | ord_type |
Functions | |
void | findLargestComponent (ord_type seed, ord_type inn, ord_type *inRowPtr, ord_type *inColInd, ord_type &outn, ord_type *outRowPtr, ord_type *outColInd) |
int | main (int argc, char *argv[]) |
typedef long long ord_type |
Definition at line 32 of file largestComponent2Binary.cpp.
void findLargestComponent | ( | ord_type | seed, |
ord_type | inn, | ||
ord_type * | inRowPtr, | ||
ord_type * | inColInd, | ||
ord_type & | outn, | ||
ord_type * | outRowPtr, | ||
ord_type * | outColInd | ||
) |
Definition at line 34 of file largestComponent2Binary.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 139 of file largestComponent2Binary.cpp.