diff --git a/flowcharts/searching/binarysearch.png b/flowcharts/searching/binarysearch.png new file mode 100644 index 000000000000..470be9af0f64 Binary files /dev/null and b/flowcharts/searching/binarysearch.png differ diff --git a/flowcharts/searching/linearsearch.png b/flowcharts/searching/linearsearch.png new file mode 100644 index 000000000000..c0343f45f53a Binary files /dev/null and b/flowcharts/searching/linearsearch.png differ diff --git a/flowcharts/sorting/bubblesort.png b/flowcharts/sorting/bubblesort.png new file mode 100644 index 000000000000..6092f8449095 Binary files /dev/null and b/flowcharts/sorting/bubblesort.png differ diff --git a/flowcharts/sorting/quicksort.png b/flowcharts/sorting/quicksort.png new file mode 100644 index 000000000000..9b05e39caf87 Binary files /dev/null and b/flowcharts/sorting/quicksort.png differ