Rui Lin
Results
3
issues of
Rui Lin
I am wondering if you could allow `createHint` to work for blacklisted pages. Most pages in blacklist provides some their own shortcut systems, but none of them work perfectly for...
I think this should be `if l.Len() == index {` https://github.com/arnauddri/algorithms/blob/master/data-structures/linked-list/linked_list.go#L82
should be `(i-1) >> 1` https://github.com/arnauddri/algorithms/blob/master/data-structures/heap/heap.go#L81