@default_files = qw(tcr); $pdf_mode = 1; $aux_dir = "."; $out_dir = ".."; { my $commit = `git rev-parse HEAD`; chomp $commit; $pre_tex_code .= '\newcommand{\srclink}[1]' .'{https://git.gloria-mundi.eu/tcr/plain/content/#1?id='.$commit.'}'; } &alt_tex_cmds; $jobname = 'tcr'; structures/unionFind.cpp?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/datastructures/unionFind.cpp
blob: 35843cdd76b86a0242226fcc828860cc47158e12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22