Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leibnizhu/leetcodescala
Try leetcode && codewar with scala
https://github.com/leibnizhu/leetcodescala
codewars-solutions leetcode-solutions scala
Last synced: 8 days ago
JSON representation
Try leetcode && codewar with scala
- Host: GitHub
- URL: https://github.com/leibnizhu/leetcodescala
- Owner: Leibnizhu
- License: agpl-3.0
- Created: 2018-06-04T05:19:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T03:06:31.000Z (over 2 years ago)
- Last Synced: 2024-04-16T20:11:11.694Z (7 months ago)
- Topics: codewars-solutions, leetcode-solutions, scala
- Language: Scala
- Homepage: https://leetcode.cn/u/leibnizhu/
- Size: 687 KB
- Stars: 8
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# LeetCode && CodeWars in Scala
[![Github Action Status](https://github.com/Leibnizhu/LeetcodeScala/actions/workflows/scalatest.yml/badge.svg?branch=master)](https://github.com/Leibnizhu/LeetcodeScala/actions)
[![codecov](https://codecov.io/gh/Leibnizhu/LeetcodeScala/branch/master/graph/badge.svg?token=MQJPM60YQT)](https://codecov.io/gh/Leibnizhu/LeetcodeScala)[![CodeWars](https://www.codewars.com/users/Leibnizhu/badges/small)](https://www.codewars.com/users/Leibnizhu)
用Scala刷LeetCode,不过我进场的时候选错了,搞成中国版了,现在迁移不回去主站了.
自我感觉本仓库有以下优点:
- 注释比较完善
- 每个类注释有题目URL和题目内容
- 方法的注释给出解法思路和逻辑
- 每个题目也有对应的测试类
- 尽量用Functional Programming风格