Helpful Algorithm Templates and Shortcuts for Competitive Programming in C++.
Using CodeBlocks-Abbreviations and Algorithm-Templates,one could get the template of an algorithm by just typing its identifier+< Crtl+j>, like for recursive DFS(Depth First Search) just type ”dfs” keyword for C++.