rschreyer
rschreyer
Iām just getting started digging into the algorithms themselves, but two initial questions: Section 3 > Note that Bic(s[i..j]).b is monotonically increasing as i increases What about this example? Am...
I'm trying to understand the output of `Section 5.1 Simple Algorithm / Stack Slices` As described, I'd expect the reverse scan for the string `)(()(` to produce: `rev_scan(")(()(")` --> `(1,2),...
Section 5.2, first bullet says `It consists of a forward Hillis-Steele scan...`. Is it a forward scan, or reverse scan? I think you'd need a reverse scan to make this...
> 'ššš£(Stk(ššš¢š(š )[š0..š2])[š]' That's missing a closing parenthesis. It's taken me quite awhile to understand Equation 1 and the following paragraph. I think some additional exposition may have helped me (assuming...
Sorry for the delay, I didn't see a notification of a new post. > In cases where Bic([s1..i2]) That should probably be `i1. Also, the long sentence that follows is...