All Projects → hi-dhl → Leetcode Solutions With Java And Kotlin

hi-dhl / Leetcode Solutions With Java And Kotlin

Licence: apache-2.0
LeetCode 系列题解, 在线阅读 https://offer.hi-dhl.com

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Leetcode Solutions With Java And Kotlin

Java-Questions-and-Solutions
This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
Stars: ✭ 34 (-87.22%)
Mutual labels:  sorting-algorithms, leetcode-solutions
Leetcode
Leetcode solutions
Stars: ✭ 2,894 (+987.97%)
Mutual labels:  leetcode-solutions, leetcode-java
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+20529.7%)
Mutual labels:  leetcode-solutions, leetcode-java
Windary
🎓 My solutions to LeetCode problems written in Go, Java, JavaScript, Kotlin, Python, Rust & Swift.
Stars: ✭ 189 (-28.95%)
Mutual labels:  leetcode-solutions, leetcode-java
CodingInterview
Solutions to Leetcode, CareerCup Coding problems
Stars: ✭ 64 (-75.94%)
Mutual labels:  leetcode-solutions, leetcode-java
Leetcode Java Solutions
Solutions to LeetCode Online Judge problems in Java
Stars: ✭ 194 (-27.07%)
Mutual labels:  leetcode-solutions, leetcode-java
Leetcode-solutions
Leetcode Grinder.
Stars: ✭ 14 (-94.74%)
Mutual labels:  leetcode-solutions, leetcode-java
Onlinejudge Solutions
Collection of solutions to online judge problems
Stars: ✭ 45 (-83.08%)
Mutual labels:  leetcode-solutions, leetcode-java
data-structures-and-algorithms
Important data structures and algorithms implemented in Java along with solutions to AlgoExpert problems and some Leetcode problems.
Stars: ✭ 222 (-16.54%)
Mutual labels:  leetcode-solutions, leetcode-java
CodingInterview
Leetcode解题、剑指offer第二版💪💪💪⛷😀
Stars: ✭ 28 (-89.47%)
Mutual labels:  leetcode-solutions, leetcode-java
Leetcode Java
LeetCode solutions written in Java
Stars: ✭ 134 (-49.62%)
Mutual labels:  leetcode-solutions, leetcode-java
data-structure-and-algorithm
Basic data structures, sorting algorithms, algorithms learning tools. 基本数据结构,排序算法,算法学习工具
Stars: ✭ 86 (-67.67%)
Mutual labels:  sorting-algorithms, leetcode-solutions
Leetcode Solutions
This repository consists of solutions to the problem from LeetCode platform. Subscribe to our Channel for more updates
Stars: ✭ 128 (-51.88%)
Mutual labels:  leetcode-solutions, leetcode-java
Leetcode
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
Stars: ✭ 3,090 (+1061.65%)
Mutual labels:  leetcode-solutions, leetcode-java
Awesome Java Leetcode
👑 LeetCode of algorithms with java solution(updating).
Stars: ✭ 8,297 (+3019.17%)
Mutual labels:  leetcode-solutions, leetcode-java
Leetcodeanimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
Stars: ✭ 68,143 (+25517.67%)
Mutual labels:  leetcode-solutions, leetcode-java
Leetcode
LeetCode Top 100 Liked Questions | Top Interview Questions | LeetCode 用户最喜欢的100题 | 面试最容易被问到的题
Stars: ✭ 312 (+17.29%)
Mutual labels:  leetcode-solutions, leetcode-java
Leetcode
LeetCode刷题记录与面试整理
Stars: ✭ 6,469 (+2331.95%)
Mutual labels:  leetcode-solutions, leetcode-java
LeetCode-Solution-Well-Explained
My LeetCode solutions using Java. Sorted in different topics and add detailed comments for easy understanding.
Stars: ✭ 23 (-91.35%)
Mutual labels:  leetcode-solutions, leetcode-java
leetcode-solution-curation
A one-stop repository for LeetCode solutions.
Stars: ✭ 31 (-88.35%)
Mutual labels:  leetcode-solutions, leetcode-java

Leetcode-Solutions-Java-And-Kotlin

仓库 每周 持续更新,如果对你有帮助,请在右上角 star 一下

剑指 offer 及大厂面试题解:在线阅读,LeetCode 系列题解:在线阅读

做题进度:AC 133 题,每道题目都会用 Java 和 kotlin 去实现

每题都有解题思路、时间复杂度、空间复杂度、源代码

kotlin-vs-java-leetcode

数据结构和算法是每个程序的都必须掌握的,也是面试的入门门槛之一,在大学期间经常参加一些比赛如蓝桥杯、ACM 等等,因此无论在面试还是工作都带来很多帮助。

Google 这几年一直在强力推荐 Kotlin,自从用了 Kotlin 了之后爱不释手,工作效率提高了很多,现在我打算重拾 LeetCode 之 Algorithm,语言选择 Java、Kotlin,目前已经 AC 了 70 题左右,题库会一点点去完善。

LeetCode 我现在正式从国际版切换到国内版,因为国内版本现在越做越好了,题库也更加完善,除了基本的算法、数据库、Shell、多线程之外,还有程序员面试宝典、剑指 offer 系列题目。

LeetCode 的题库庞大,每个分类都能筛选出数百道题,由于每个人的精力有限,不可能刷完所有题目,因此我会按照经典类型题目去分类、和题目的难易程度去排序。

  • 数据结构: 数组、栈、队列、字符串、链表、树……
  • 算法: 查找算法、搜索算法、位运算、排序、数学、……

每道题目都会用 Java 和 kotlin 去实现,并且每道题目都有解题思路、时间复杂度和空间复杂度,如果你同我一样喜欢算法、LeetCode,可以关注我 GitHub 上的 LeetCode 题解:Leetcode-Solutions-with-Java-And-Kotlin

在线文档

工程目录结构介绍

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 / 多线程 / 国内外大厂算法题 等等一系列文章

最后推荐我一直在更新维护的项目和网站:

  • 计划建立一个最全、最新的 AndroidX Jetpack 相关组件的实战项目 以及 相关组件原理分析文章,正在逐渐增加 Jetpack 新成员,仓库持续更新,欢迎前去查看:AndroidX-Jetpack-Practice

  • 最新 Android 10 源码分析系列文章,了解系统源码,不仅有助于分析问题,在面试过程中,对我们也是非常有帮助的,仓库持续更新,欢迎前去查看 Android10-Source-Analysis

  • 整理和翻译一系列精选国外的技术文章,每篇文章都会有译者思考部分,对原文的更加深入的解读,仓库持续更新,欢迎前去查看 Technical-Article-Translation

  • LeetCode / 剑指 Offer / 国内外大厂面试题,涵盖: 多线程、数组、栈、队列、字符串、链表、树,查找算法、搜索算法、位运算、排序等等,每道题目都会用 Java 和 kotlin 去实现,仓库持续更新,欢迎前去查看 Leetcode-Solutions-with-Java-And-Kotlin

  • 「为互联网人而设计,国内国外名站导航」涵括新闻、体育、生活、娱乐、设计、产品、运营、前端开发、Android 开发等等网址,为互联网人而设计,国内国外名站导航

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].