https://github.com/allaboutjst/airbnb/blob/341c0e4cc2db1fb2bbe9542e3b0458314d83cddb/src/main/java/k_edit_distance/KEditDistance.java#L86 When `s.length() == 0`, `root.isLeaf` should be marked as `True`. Otherwise, when input list contains `""`, it will go wrong.