Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 113 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 113 Bytes

template_switch

C++14 template switch-case with O(1) jump table or O(logN) binary search or O(N) linear search