随笔分类 -  Scala

摘要:Type will be erased by compiler. So you cannot check against the parametized check as below. Code: Compiler warning message: Output: How to get the pa 阅读全文
posted @ 2016-04-15 05:58 新一代的天皇巨星 阅读(327) 评论(0) 推荐(0)
摘要:Code is everything: 阅读全文
posted @ 2016-04-10 05:45 新一代的天皇巨星 阅读(182) 评论(0) 推荐(0)
摘要:Problem: You have a n x n grid: 2 4 3 1 3 2 1 4 4 2 3 1 1 2 3 4 You have to start at the bottom row (highlighted red) and make your way to the top row 阅读全文
posted @ 2016-03-12 09:12 新一代的天皇巨星 阅读(308) 评论(0) 推荐(0)