Notebook Personal notebook with notes on data structure, sorting algorithm, search and some other materials. Features in C DATA STRUCTURE queue stack linked_list doubly_linked_list circular_linked_list circular_doubly_linked_list binary search tree graph hash table SORT: bubble insertion merge quick selection shell SEARCH: binary