Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 359 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 359 Bytes

Algorithms Hub

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.