Add a description, image, and links to the substring-java topic page so that developers can more easily learn about it.
java.lang.StringIndexOutOfBoundsException: begin 1, end 0, length 0 at java.base/java.lang.String.checkBoundsBeginEnd(String.java:4606) at java.base/java.lang.String ...
Abstract: Motivated by the problem of deducing the structure of proteins using mass-spectrometry, we study the reconstruction of a string from the multiset of its substring compositions. We specialize ...
Abstract: Motivated by protein sequencing, we consider the problem of reconstructing a string from the compositions of its substrings. We provide several results, including the following. General ...
Thanks for the reply! I thought about that approach, but am on the fence about it (it just doesn't seem like a clean way to go, for whatever reason). My feeling is that there must be code in the JDK ...