diff --git a/notes/algo development techniques.png b/notes/algo development techniques.png index a07f90c..32d3986 100644 Binary files a/notes/algo development techniques.png and b/notes/algo development techniques.png differ diff --git a/notes/essential knowledge for facebook interview.png b/notes/essential knowledge for facebook interview.png index d39c57c..433f989 100644 Binary files a/notes/essential knowledge for facebook interview.png and b/notes/essential knowledge for facebook interview.png differ diff --git a/notes/hashing/hashmap.png b/notes/hashing/hashmap.png index 94cf005..dba5928 100644 Binary files a/notes/hashing/hashmap.png and b/notes/hashing/hashmap.png differ diff --git a/notes/sorting/in order traversal algo.png b/notes/sorting/in order traversal algo.png index 2dd4423..556e555 100644 Binary files a/notes/sorting/in order traversal algo.png and b/notes/sorting/in order traversal algo.png differ diff --git a/notes/sorting/level order traversal Breadth first.png b/notes/sorting/level order traversal Breadth first.png index c75171e..0eea67b 100644 Binary files a/notes/sorting/level order traversal Breadth first.png and b/notes/sorting/level order traversal Breadth first.png differ diff --git a/notes/sorting/mergeSort.gif b/notes/sorting/mergeSort.gif index 7982209..65d9d60 100644 Binary files a/notes/sorting/mergeSort.gif and b/notes/sorting/mergeSort.gif differ diff --git a/notes/trees/Onumber of tree with array and linked list.png b/notes/trees/Onumber of tree with array and linked list.png index 9822550..b6d5e4e 100644 Binary files a/notes/trees/Onumber of tree with array and linked list.png and b/notes/trees/Onumber of tree with array and linked list.png differ diff --git a/notes/trees/in order traversal algo.png b/notes/trees/in order traversal algo.png index 2dd4423..556e555 100644 Binary files a/notes/trees/in order traversal algo.png and b/notes/trees/in order traversal algo.png differ diff --git a/notes/trees/level order traversal Breadth first.png b/notes/trees/level order traversal Breadth first.png index c75171e..0eea67b 100644 Binary files a/notes/trees/level order traversal Breadth first.png and b/notes/trees/level order traversal Breadth first.png differ diff --git a/notes/trees/tree representation as linke list.png b/notes/trees/tree representation as linke list.png index d63448f..ddb7e0f 100644 Binary files a/notes/trees/tree representation as linke list.png and b/notes/trees/tree representation as linke list.png differ diff --git a/notes/trees/tree represented in array.png b/notes/trees/tree represented in array.png index 3be7054..fbbff8b 100644 Binary files a/notes/trees/tree represented in array.png and b/notes/trees/tree represented in array.png differ diff --git a/notes/trees/tree terminology.png b/notes/trees/tree terminology.png index d8e8012..3933b67 100644 Binary files a/notes/trees/tree terminology.png and b/notes/trees/tree terminology.png differ diff --git a/notes/trees/types of trees.png b/notes/trees/types of trees.png index 4dec49e..63d8e2c 100644 Binary files a/notes/trees/types of trees.png and b/notes/trees/types of trees.png differ diff --git a/src/me/premaseem/algorithm/insersionSort/insertion sort.jpg b/src/me/premaseem/algorithm/insersionSort/insertion sort.jpg index 17288af..4444360 100644 Binary files a/src/me/premaseem/algorithm/insersionSort/insertion sort.jpg and b/src/me/premaseem/algorithm/insersionSort/insertion sort.jpg differ diff --git a/src/me/premaseem/datastructure/hashtable/hashmap.png b/src/me/premaseem/datastructure/hashtable/hashmap.png index 94cf005..dba5928 100644 Binary files a/src/me/premaseem/datastructure/hashtable/hashmap.png and b/src/me/premaseem/datastructure/hashtable/hashmap.png differ