# Leetcode-Solutions-with-Java-And-Kotlin **Repository Path**: ivanfun/Leetcode-Solutions-with-Java-And-Kotlin ## Basic Information - **Project Name**: Leetcode-Solutions-with-Java-And-Kotlin - **Description**: import from https://github.com/hi-dhl/Leetcode-Solutions-with-Java-And-Kotlin mirror: https://gitcode.com/gh_mirrors/le/Leetcode-Solutions-with-Java-And-Kotlin/?utm_source=artical_gitcode&index=top&ty - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-14 - **Last Updated**: 2025-06-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##
Leetcode-Solutions-Java-And-Kotlin
仓库 每周 持续更新,如果对你有帮助,请在右上角 star 一下
剑指 offer 及大厂面试题解:在线阅读,LeetCode 系列题解:在线阅读
做题进度:AC 216+ 题,每道题目都会用 Java 和 kotlin 去实现
每题都有解题思路、时间复杂度、空间复杂度、源代码
 数据结构和算法是每个程序的都必须掌握的,也是面试的入门门槛之一,在大学期间经常参加一些比赛如蓝桥杯、ACM 等等,因此无论在面试还是工作都带来很多帮助。 Google 这几年一直在强力推荐 Kotlin,自从用了 Kotlin 了之后爱不释手,工作效率提高了很多,现在我打算重拾 LeetCode 之 Algorithm,语言选择 **Java、Kotlin**,题库会一点点去完善。 LeetCode 我现在正式从国际版切换到国内版,因为国内版本现在越做越好了,题库也更加完善,除了基本的算法、数据库、Shell、多线程之外,还有程序员面试宝典、剑指 offer 系列题目。 LeetCode 的题库庞大,每个分类都能筛选出数百道题,由于每个人的精力有限,不可能刷完所有题目,因此我会按照经典类型题目去分类、和题目的难易程度去排序。 * 数据结构: 数组、栈、队列、字符串、链表、树…… * 算法: 查找算法、搜索算法、位运算、排序、数学、…… 每道题目都会用 Java 和 kotlin 去实现,并且每道题目都有解题思路、时间复杂度和空间复杂度,如果你同我一样喜欢算法、LeetCode,可以关注我 GitHub 上的 LeetCode 题解:[Leetcode-Solutions-with-Java-And-Kotlin](https://github.com/hi-dhl/Leetcode-Solutions-with-Java-And-Kotlin) ## 在线文档  * 剑指 offer 及国内外大厂面试题解:[在线阅读](https://offer.hi-dhl.com) * LeetCode 系列题解:[在线阅读](https://leetcode.hi-dhl.com) ## 工程目录结构介绍 ``` Leetcode-Solutions-with-Java-And-Kotlin ├── 00-code(源代码) // 存放 Java 和 kotlin 的源码(LeetCode、剑指 offer、国内外大厂面试题) ├── leetcode // 存放 LeetCode 的题解( MD 文件) ├── offer // 存放剑指 offer 的题解( MD 文件) ``` ### 联系我 * 个人微信:hi-dhl * 公众号:ByteCode,包含 Jetpack ,Kotlin ,Android 10 系列源码,译文,LeetCode / 剑指 Offer / 多线程 / 国内外大厂算法题 等等一系列文章