> For the complete documentation index, see [llms.txt](https://blog.gomchik.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.gomchik.com/tech/c++.md).

# C++

I maintain collection of common templates used in my c++ code here

* [Vector](/tech/c++/vector-1.md)
* [Set](/tech/c++/set.md)
* [Unordered Set](/tech/c++/unordered_set.md)
* [Map](/tech/c++/map.md)
* [Unordered Map](/tech/c++/unordered_map.md)
* [Queue](/tech/c++/queue.md)
* [Priority Queue](/tech/c++/priority_queue.md)
* [Union find](/tech/c++/union_find.md)
* [Utils](broken://pages/6FnGFxNdOMtDr27UWCP6)
* [Algorithms](/tech/c++/algorithms.md)
* [Matrix to Graph](/tech/c++/matrix_to_graph.md)
* [Trie](/tech/c++/trie.md)
* [Dijkstra](/tech/c++/dijkstra.md)
