diff --git a/dynamic_programming/dp_table_1.png b/dynamic_programming/dp_table_1.png index e72b804..5483fcd 100644 Binary files a/dynamic_programming/dp_table_1.png and b/dynamic_programming/dp_table_1.png differ diff --git a/dynamic_programming/dp_table_2.png b/dynamic_programming/dp_table_2.png index 13838e0..b1775f1 100644 Binary files a/dynamic_programming/dp_table_2.png and b/dynamic_programming/dp_table_2.png differ diff --git a/dynamic_programming/dp_table_3.png b/dynamic_programming/dp_table_3.png index dfb6e85..b05d84d 100644 Binary files a/dynamic_programming/dp_table_3.png and b/dynamic_programming/dp_table_3.png differ diff --git a/dynamic_programming/dp_table_4.png b/dynamic_programming/dp_table_4.png index 55e027e..e5b3277 100644 Binary files a/dynamic_programming/dp_table_4.png and b/dynamic_programming/dp_table_4.png differ diff --git a/dynamic_programming/dp_table_5.png b/dynamic_programming/dp_table_5.png index 207284c..21ce3b7 100644 Binary files a/dynamic_programming/dp_table_5.png and b/dynamic_programming/dp_table_5.png differ diff --git a/dynamic_programming/fibonacci_5.png b/dynamic_programming/fibonacci_5.png index af4e794..d59008c 100644 Binary files a/dynamic_programming/fibonacci_5.png and b/dynamic_programming/fibonacci_5.png differ diff --git a/dynamic_programming/fibonacci_5_linear.png b/dynamic_programming/fibonacci_5_linear.png index ca2f861..8c5072b 100644 Binary files a/dynamic_programming/fibonacci_5_linear.png and b/dynamic_programming/fibonacci_5_linear.png differ diff --git a/dynamic_programming/graph_cycle.png b/dynamic_programming/graph_cycle.png index 47d37ae..d39506f 100644 Binary files a/dynamic_programming/graph_cycle.png and b/dynamic_programming/graph_cycle.png differ diff --git a/dynamic_programming/k_transform_graph.png b/dynamic_programming/k_transform_graph.png index f187329..4dec9cd 100644 Binary files a/dynamic_programming/k_transform_graph.png and b/dynamic_programming/k_transform_graph.png differ diff --git a/dynamic_programming/simple_s_v_graph.png b/dynamic_programming/simple_s_v_graph.png index 0da7e18..65875ca 100644 Binary files a/dynamic_programming/simple_s_v_graph.png and b/dynamic_programming/simple_s_v_graph.png differ diff --git a/graphs/figures/acyclic_cyclic_graph.png b/graphs/figures/acyclic_cyclic_graph.png index 42dc12b..394add5 100644 Binary files a/graphs/figures/acyclic_cyclic_graph.png and b/graphs/figures/acyclic_cyclic_graph.png differ diff --git a/graphs/figures/adjacency_list_graph.png b/graphs/figures/adjacency_list_graph.png index c8e1061..969506a 100644 Binary files a/graphs/figures/adjacency_list_graph.png and b/graphs/figures/adjacency_list_graph.png differ diff --git a/graphs/figures/adjacency_matrix_graph.png b/graphs/figures/adjacency_matrix_graph.png index 871f3f0..fe2aec2 100644 Binary files a/graphs/figures/adjacency_matrix_graph.png and b/graphs/figures/adjacency_matrix_graph.png differ diff --git a/graphs/figures/basic_graph.png b/graphs/figures/basic_graph.png index 545b6d8..5918706 100644 Binary files a/graphs/figures/basic_graph.png and b/graphs/figures/basic_graph.png differ diff --git a/graphs/figures/bfs_graph.png b/graphs/figures/bfs_graph.png index 79dff71..c652e9c 100644 Binary files a/graphs/figures/bfs_graph.png and b/graphs/figures/bfs_graph.png differ diff --git a/graphs/figures/dfs_graph.png b/graphs/figures/dfs_graph.png index 08614c4..8ba4499 100644 Binary files a/graphs/figures/dfs_graph.png and b/graphs/figures/dfs_graph.png differ diff --git a/graphs/figures/directed_undirected_graph.png b/graphs/figures/directed_undirected_graph.png index 59833b8..f7f5686 100644 Binary files a/graphs/figures/directed_undirected_graph.png and b/graphs/figures/directed_undirected_graph.png differ diff --git a/graphs/figures/edge_set_graph.png b/graphs/figures/edge_set_graph.png index 28b46a0..09de078 100644 Binary files a/graphs/figures/edge_set_graph.png and b/graphs/figures/edge_set_graph.png differ diff --git a/graphs/figures/top_sort_graph.png b/graphs/figures/top_sort_graph.png index 5593839..bd6d29d 100644 Binary files a/graphs/figures/top_sort_graph.png and b/graphs/figures/top_sort_graph.png differ diff --git a/hash_tables/figures/hash_collision.png b/hash_tables/figures/hash_collision.png index 18ceda2..2a86260 100644 Binary files a/hash_tables/figures/hash_collision.png and b/hash_tables/figures/hash_collision.png differ diff --git a/hash_tables/figures/hash_table.png b/hash_tables/figures/hash_table.png index 94a052a..9e79f91 100644 Binary files a/hash_tables/figures/hash_table.png and b/hash_tables/figures/hash_table.png differ diff --git a/heaps/figures/bubbling_down.png b/heaps/figures/bubbling_down.png index e39afc3..a9fd151 100644 Binary files a/heaps/figures/bubbling_down.png and b/heaps/figures/bubbling_down.png differ diff --git a/heaps/figures/bubbling_up.png b/heaps/figures/bubbling_up.png index 3e98d3f..7b6aff1 100644 Binary files a/heaps/figures/bubbling_up.png and b/heaps/figures/bubbling_up.png differ diff --git a/heaps/figures/heap_as_array.png b/heaps/figures/heap_as_array.png index de6fb77..0ad8d85 100644 Binary files a/heaps/figures/heap_as_array.png and b/heaps/figures/heap_as_array.png differ diff --git a/heaps/figures/min_max_heap.png b/heaps/figures/min_max_heap.png index 285d7be..f08d83b 100644 Binary files a/heaps/figures/min_max_heap.png and b/heaps/figures/min_max_heap.png differ diff --git a/stacks_queues/figures/queues.png b/stacks_queues/figures/queues.png index 463724f..d958df8 100644 Binary files a/stacks_queues/figures/queues.png and b/stacks_queues/figures/queues.png differ diff --git a/stacks_queues/figures/stacks.png b/stacks_queues/figures/stacks.png index bee1d1f..11807ea 100644 Binary files a/stacks_queues/figures/stacks.png and b/stacks_queues/figures/stacks.png differ