Ticket #10671: test_heap_output.txt

File test_heap_output.txt, 603 bytes (added by mbradle@…, 8 years ago)

Output from execution of test code

Line 
1[mbradle@user001 test_heap]$ g++ --version
2g++ (GCC) 4.8.1
3Copyright (C) 2013 Free Software Foundation, Inc.
4This is free software; see the source for copying conditions. There is NO
5warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
6
7[mbradle@user001 test_heap]$ g++ -o test_heap test_heap.cpp
8
9[mbradle@user001 test_heap]$ ./test_heap
10
11Binomial heap:
12In test 1, pq1:
133
144
155
16In test 2, pq1:
173
184
195
20
21Pairing heap:
22In test 1, pq1:
233
244
255
26In test 2, pq1:
273
284
295
30
31Skew heap:
32In test 1, pq1:
333
344
355
36In test 2, pq1:
373
384
395
40
41Fibonacci heap:
42In test 1, pq1:
431
443
454
465
47In test 2, pq1:
483
494
505
51