Skip to content Skip to sidebar Skip to footer
Showing posts with the label Suffix Array

Strcmp For Python Or How To Sort Substrings Efficiently (without Copy) When Building A Suffix Array

Here's a very simple way to build an suffix array from a string in python: def sort_offsets(a, … Read more Strcmp For Python Or How To Sort Substrings Efficiently (without Copy) When Building A Suffix Array