======== Summarize weekly exercises (5 questions per week) for Scala.
- http://www.lintcode.com/zh-cn
- https://leetcode.com/problemset/all/
- https://github.com/pezy/LeetCode
- https://zhuanlan.zhihu.com/p/25865715
- http://blog.csdn.net/linhuanmars/article
- https://www.programcreek.com/2012/
- https://zhuanlan.zhihu.com/p/25697275
NO. | Title | Solution | Difficulty | Tag | Status |
---|---|---|---|---|---|
001 | Two Sum | Scala | Easy | Mapping |
done |
002 | Add Two Numbers | Scala | Medium | LinkedList |
done |
003 | Longest Substring Without Repeating Characters | Scala | Medium | Mapping |
done |
005 | Longest Palindromic Substring | Scala | Medium | Other |
to do |
006 | ZigZag Conversion | Scala | Medium | Other |
done |
007 | Reverse Integer | Scala | Easy | Other |
done |
008 | String to Integer (atoi) | Scala | Medium | Other |
done |
009 | Palindrome Number | Scala | Easy | Other |
done |
010 | Regular Expression Matching | Scala | Hard | Other |
to do |
011 | Container With Most Water | Scala | Medium | Other |
to do |
012 | Integer to Roman | Scala | Medium | LinkedList |
to do |
013 | Roman to Integer | Scala | Easy | Other |
to do |