Home
Nguyen Tai
Cancel

Leetcode 21. Merge 2 sorted lists (Merge 2 linked list đã được sắp xếp)

Leet code problem 21 Difficulty: Easy — Given 2 linked list đã được sắp xếp list1 & list2 Expectation Merge thành 1 list mới được sắp xếp từ list1 & list2 Return Head của merged list So...

Leetcode 14. Longest Common Prefix (Tìm tiền tố dài nhất)

Leet code problem 14 Difficulty: Easy — Given Một mảng các chuỗi string. VD ["abc", "abcde", "abwtf"] Expectation Tìm tiền tố dài nhất có thể có của các chuỗi trong mảng. Ở ví dụ trên, kế quả sẽ ...