2019年8月31日

Leetcode 14. Longest Common Prefix(水)

摘要: 14. Longest Common Prefix Easy Easy Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefi 阅读全文

posted @ 2019-08-31 11:04 若流芳千古 阅读(167) 评论(0) 推荐(0)

Leetcode 13. Roman to Integer(水)

摘要: 13. Roman to Integer Easy Easy Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 阅读全文

posted @ 2019-08-31 09:38 若流芳千古 阅读(131) 评论(0) 推荐(0)

Leetcode 12. Integer to Roman(打表,水)

摘要: 12. Integer to Roman Medium Medium Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 阅读全文

posted @ 2019-08-31 08:59 若流芳千古 阅读(234) 评论(0) 推荐(0)

导航