Here we have few algorithms :)
Binary Tree [PYTHON] - In Binary Tree, where each node contains char from A to Z. The purpose of algorithm is to find last alphabetical word and word here is chain of chars from leaf to root.
MonotonicSubstring [JAVA] - Algorithm that finds length and sum of the longest monotonic substring. Just it.