This repository includes my solutions for the course Advanced Data Structure and Algorithms (CFC11F) for Graduate School at The University of Aizu. Topics covered in the course include:
- Set, disjoint set, union-find trees
- Range query, segment trees, range minimum query, lazy evaluation, minimum spanning tree
- Balanced tree, treap
- Advanced graph algorithm, articulation points, and bridges
- Heuristic Search: Iterative deepening A, A star