摘要:
leetcode刷题笔记五 最长回文子串 Scala版本 源地址: leetcode刷题笔记五 最长回文子串 Scala版本 问题描述 Given a string s, find the longest palindromic substring in s. You may assume that 阅读全文
摘要:
leetcode刷题笔记三 最长不重复子串 Scala版本 原地址:[https://leetcode.com/problems/longest-substring-without-repeating-characters/]:最长不重复子串 问题描述 题干: Given a string, fin 阅读全文
摘要:
Scala学习笔记 入门(二) 7.参数化 ~~~scala //值参数化 val big = new java.math.BigInteger("12345") //类型参数化 val greetStrings = new Array "String" greetStrings(0) = "Hel 阅读全文