Windows | Linux |
---|---|
Algorithms
- /algorithms_on_strings/longest_common_substring/LongestSubstring.h - find longest common substring in two strings :)
- /sorting_algorithms/quick_sort/template_qsort - Cormen Qsort
- /sorting_algorithms/quick_sort/parallel_and_sequential_quick_sort.cpp - FP-style qsort