dmatetelki
3ae7d3812e
refactoring Marching squares:
...
- pulling out PNG reading dependency to readPngToImageMatrix
- making it header only
- removing debug printing (should move into a separate header)
- 2 simple tests
9 years ago
dmatetelki
d9522e40be
Quadtree finished
9 years ago
dmatetelki
0fdfa7a77f
Quad tree draft
9 years ago
dmatetelki
f7fa19a079
Graph has equal and disjointUnion functions
9 years ago
dmatetelki
7c17c630f9
PriorityQueue::modifyKey uses equal_range to find element
10 years ago
dmatetelki
64e8db157d
PriorityQueue does not have contains fn anymore
10 years ago
dmatetelki
1a64773a66
making dist and prev maps into 1, as they are accessed together always, for performance reasons.
10 years ago
dmatetelki
9c358ba618
Basic Priority Queue with modifykey implementation with std::map
10 years ago
dmatetelki
951fe8a67d
Catch requires test files to be compulation units.
10 years ago
dmatetelki
b8ae660a76
Removing unnecessary tests
10 years ago
dmatetelki
834c3239ff
test fixture float2 has a ctor time computed hash member for performance
10 years ago
dmatetelki
984334daf9
Marking test/catch.hpp with #pragma GCC system_header to avoid the warnings.
10 years ago
dmatetelki
9c85a9459f
pathFromPrevList fixed
10 years ago
dmatetelki
b02fc27390
test_graph_algorithms.hpp, dijkstra is fixed
10 years ago
dmatetelki
5160549dc9
Graph all locals are auto typed.
10 years ago
dmatetelki
9787a9c013
refactoring Graph::modifyVertex
10 years ago
dmatetelki
b41eb87246
refactoring Graph::removeVertex
10 years ago
dmatetelki
599b85e6c4
More Graph tests, preparing for performance tests.
10 years ago
dmatetelki
7aa6d86cb9
fixing catch.hpp include in test_graph.hpp, removing most tests for now.
10 years ago
dmatetelki
1945887139
fixing include path in test_main.cpp
10 years ago
dmatetelki
155aa18b45
First commit to utilize Travis CI.
10 years ago
dmatetelki
5003147e28
graph.hpp renamed to graphwd.hpp
11 years ago
dmatetelki
31806b22b9
Renaming Graph to GraphWD, adding tests.
11 years ago
Denes Matetelki
fda1305c05
small refactor
12 years ago
Denes Matetelki
aa812cefda
file restructures to be mergeable with project-seed
12 years ago