--- title: Data Structure and Algorithm MOC tags: - MOC - algorithm - data-structure date: 2023-09-15 --- # Tree-like Structure * [Fenwick Tree](computer_sci/data_structure_and_algorithm/tree/fenwick_tree.md) * [Segment Tree](computer_sci/data_structure_and_algorithm/tree/segment_tree.md) # Graph ## Algorithm * [BFS](computer_sci/data_structure_and_algorithm/graph/BFS.md) * [Topological Sorting](computer_sci/data_structure_and_algorithm/graph/topological_sorting.md) * [Minimum Spanning Tree](computer_sci/data_structure_and_algorithm/graph/MST.md) ## Type of graph * [Spanning Tree](computer_sci/data_structure_and_algorithm/graph/spanning_tree.md)