Zoltan2
Loading...
Searching...
No Matches
largestComponent2Binary.cpp File Reference
#include <iostream>
#include <fstream>
#include <sstream>
#include <set>
#include <vector>
#include <algorithm>
#include <queue>
Include dependency graph for largestComponent2Binary.cpp:

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 Documentation

◆ ord_type

typedef long long ord_type

Definition at line 32 of file largestComponent2Binary.cpp.

Function Documentation

◆ findLargestComponent()

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.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 139 of file largestComponent2Binary.cpp.