diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-26 03:25:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-26 03:25:38 +0300 |
commit | bc4cbdeab0d842b1f298d9b2693be942f3f430b2 (patch) | |
tree | 295bf579e0474ae5835f834cec5c47b4f4d7ae7d /img/plots/previews | |
parent | plots: fix CSS class names (diff) | |
download | sorting-algorithms-bc4cbdeab0d842b1f298d9b2693be942f3f430b2.tar.gz sorting-algorithms-bc4cbdeab0d842b1f298d9b2693be942f3f430b2.zip |
plots: update the actual plots
Diffstat (limited to 'img/plots/previews')
39 files changed, 0 insertions, 0 deletions
diff --git a/img/plots/previews/bubble_sort_100_ascending_0_200.png b/img/plots/previews/bubble_sort_100_ascending_0_200.png Binary files differdeleted file mode 100644 index b313f33..0000000 --- a/img/plots/previews/bubble_sort_100_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/bubble_sort_100_descending_0_200.png b/img/plots/previews/bubble_sort_100_descending_0_200.png Binary files differdeleted file mode 100644 index 1ed7ce3..0000000 --- a/img/plots/previews/bubble_sort_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/bubble_sort_100_random_0_200.png b/img/plots/previews/bubble_sort_100_random_0_200.png Binary files differdeleted file mode 100644 index 4a40e41..0000000 --- a/img/plots/previews/bubble_sort_100_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/bubble_sort_optimized_100_ascending_0_200.png b/img/plots/previews/bubble_sort_optimized_100_ascending_0_200.png Binary files differdeleted file mode 100644 index 085668c..0000000 --- a/img/plots/previews/bubble_sort_optimized_100_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/bubble_sort_optimized_100_descending_0_200.png b/img/plots/previews/bubble_sort_optimized_100_descending_0_200.png Binary files differdeleted file mode 100644 index e16b993..0000000 --- a/img/plots/previews/bubble_sort_optimized_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/bubble_sort_optimized_100_random_0_200.png b/img/plots/previews/bubble_sort_optimized_100_random_0_200.png Binary files differdeleted file mode 100644 index a718348..0000000 --- a/img/plots/previews/bubble_sort_optimized_100_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/heapsort_100_ascending_0_200.png b/img/plots/previews/heapsort_100_ascending_0_200.png Binary files differdeleted file mode 100644 index a608aa5..0000000 --- a/img/plots/previews/heapsort_100_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/heapsort_100_descending_0_200.png b/img/plots/previews/heapsort_100_descending_0_200.png Binary files differdeleted file mode 100644 index 7f5414e..0000000 --- a/img/plots/previews/heapsort_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/heapsort_100_random_0_200.png b/img/plots/previews/heapsort_100_random_0_200.png Binary files differdeleted file mode 100644 index d031642..0000000 --- a/img/plots/previews/heapsort_100_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/insertion_sort_1000_ascending_0_200.png b/img/plots/previews/insertion_sort_1000_ascending_0_200.png Binary files differdeleted file mode 100644 index 2a219ff..0000000 --- a/img/plots/previews/insertion_sort_1000_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/insertion_sort_100_descending_0_200.png b/img/plots/previews/insertion_sort_100_descending_0_200.png Binary files differdeleted file mode 100644 index c4ed4cd..0000000 --- a/img/plots/previews/insertion_sort_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/insertion_sort_100_random_0_200.png b/img/plots/previews/insertion_sort_100_random_0_200.png Binary files differdeleted file mode 100644 index a2d0495..0000000 --- a/img/plots/previews/insertion_sort_100_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/median_heaps_100_ascending_0_200.png b/img/plots/previews/median_heaps_100_ascending_0_200.png Binary files differdeleted file mode 100644 index e7aa164..0000000 --- a/img/plots/previews/median_heaps_100_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/median_heaps_100_descending_0_200.png b/img/plots/previews/median_heaps_100_descending_0_200.png Binary files differdeleted file mode 100644 index 5e241ad..0000000 --- a/img/plots/previews/median_heaps_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/median_heaps_100_random_0_200.png b/img/plots/previews/median_heaps_100_random_0_200.png Binary files differdeleted file mode 100644 index 8866aba..0000000 --- a/img/plots/previews/median_heaps_100_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/median_sort_first_100_ascending_0_200.png b/img/plots/previews/median_sort_first_100_ascending_0_200.png Binary files differdeleted file mode 100644 index 0888178..0000000 --- a/img/plots/previews/median_sort_first_100_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/median_sort_first_100_descending_0_200.png b/img/plots/previews/median_sort_first_100_descending_0_200.png Binary files differdeleted file mode 100644 index 04c4162..0000000 --- a/img/plots/previews/median_sort_first_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/median_sort_first_100_random_0_200.png b/img/plots/previews/median_sort_first_100_random_0_200.png Binary files differdeleted file mode 100644 index 9d60275..0000000 --- a/img/plots/previews/median_sort_first_100_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/merge_sort_1000_ascending_0_200.png b/img/plots/previews/merge_sort_1000_ascending_0_200.png Binary files differdeleted file mode 100644 index acb2a6a..0000000 --- a/img/plots/previews/merge_sort_1000_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/merge_sort_1000_descending_0_200.png b/img/plots/previews/merge_sort_1000_descending_0_200.png Binary files differdeleted file mode 100644 index 1be5fc9..0000000 --- a/img/plots/previews/merge_sort_1000_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/merge_sort_1000_random_0_200.png b/img/plots/previews/merge_sort_1000_random_0_200.png Binary files differdeleted file mode 100644 index e806b50..0000000 --- a/img/plots/previews/merge_sort_1000_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_first_100_ascending_0_200.png b/img/plots/previews/quicksort_first_100_ascending_0_200.png Binary files differdeleted file mode 100644 index 3db2580..0000000 --- a/img/plots/previews/quicksort_first_100_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_first_100_descending_0_200.png b/img/plots/previews/quicksort_first_100_descending_0_200.png Binary files differdeleted file mode 100644 index 811d5db..0000000 --- a/img/plots/previews/quicksort_first_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_first_100_random_0_200.png b/img/plots/previews/quicksort_first_100_random_0_200.png Binary files differdeleted file mode 100644 index 1bfd38c..0000000 --- a/img/plots/previews/quicksort_first_100_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_last_100_ascending_0_200.png b/img/plots/previews/quicksort_last_100_ascending_0_200.png Binary files differdeleted file mode 100644 index 6128a37..0000000 --- a/img/plots/previews/quicksort_last_100_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_last_100_descending_0_200.png b/img/plots/previews/quicksort_last_100_descending_0_200.png Binary files differdeleted file mode 100644 index 5356cc9..0000000 --- a/img/plots/previews/quicksort_last_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_last_100_random_0_200.png b/img/plots/previews/quicksort_last_100_random_0_200.png Binary files differdeleted file mode 100644 index 0984d8d..0000000 --- a/img/plots/previews/quicksort_last_100_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_middle_100_ascending_0_200.png b/img/plots/previews/quicksort_middle_100_ascending_0_200.png Binary files differdeleted file mode 100644 index 8c2d8bf..0000000 --- a/img/plots/previews/quicksort_middle_100_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_middle_100_descending_0_200.png b/img/plots/previews/quicksort_middle_100_descending_0_200.png Binary files differdeleted file mode 100644 index a70c436..0000000 --- a/img/plots/previews/quicksort_middle_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_middle_100_random_0_200.png b/img/plots/previews/quicksort_middle_100_random_0_200.png Binary files differdeleted file mode 100644 index 5f60efb..0000000 --- a/img/plots/previews/quicksort_middle_100_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_random_100_ascending_0_200.png b/img/plots/previews/quicksort_random_100_ascending_0_200.png Binary files differdeleted file mode 100644 index 775c5be..0000000 --- a/img/plots/previews/quicksort_random_100_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_random_100_descending_0_200.png b/img/plots/previews/quicksort_random_100_descending_0_200.png Binary files differdeleted file mode 100644 index eb8e316..0000000 --- a/img/plots/previews/quicksort_random_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_random_100_random_0_200.png b/img/plots/previews/quicksort_random_100_random_0_200.png Binary files differdeleted file mode 100644 index 1960502..0000000 --- a/img/plots/previews/quicksort_random_100_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_second_100_ascending_0_200.png b/img/plots/previews/quicksort_second_100_ascending_0_200.png Binary files differdeleted file mode 100644 index ec2d575..0000000 --- a/img/plots/previews/quicksort_second_100_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_second_100_descending_0_200.png b/img/plots/previews/quicksort_second_100_descending_0_200.png Binary files differdeleted file mode 100644 index 7345dc6..0000000 --- a/img/plots/previews/quicksort_second_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/quicksort_second_100_random_0_200.png b/img/plots/previews/quicksort_second_100_random_0_200.png Binary files differdeleted file mode 100644 index d709c9f..0000000 --- a/img/plots/previews/quicksort_second_100_random_0_200.png +++ /dev/null diff --git a/img/plots/previews/selection_sort_100_ascending_0_200.png b/img/plots/previews/selection_sort_100_ascending_0_200.png Binary files differdeleted file mode 100644 index c399ae9..0000000 --- a/img/plots/previews/selection_sort_100_ascending_0_200.png +++ /dev/null diff --git a/img/plots/previews/selection_sort_100_descending_0_200.png b/img/plots/previews/selection_sort_100_descending_0_200.png Binary files differdeleted file mode 100644 index bb8d5b9..0000000 --- a/img/plots/previews/selection_sort_100_descending_0_200.png +++ /dev/null diff --git a/img/plots/previews/selection_sort_100_random_0_200.png b/img/plots/previews/selection_sort_100_random_0_200.png Binary files differdeleted file mode 100644 index 4b9c9fe..0000000 --- a/img/plots/previews/selection_sort_100_random_0_200.png +++ /dev/null |