All Projects → ustcyyw → Yyw_algorithm

ustcyyw / Yyw_algorithm

💻我的leetcode算法题解,详细的java版本。包括分类题解/周赛题解/剑指OFFER题解

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Yyw algorithm

Leetcode
JavaScript AC solutions to problems on LeetCode
Stars: ✭ 100 (-30.07%)
Mutual labels:  algorithm, leetcode
Mygo
Leetcode、剑指offer(第二版)的Go实现😀 Come join us!🤝❤️👻
Stars: ✭ 109 (-23.78%)
Mutual labels:  algorithm, leetcode
Algorithm templates
algorithm templates and leetcode examples in Python3, you can learn many python tricks too.
Stars: ✭ 107 (-25.17%)
Mutual labels:  algorithm, leetcode
Awesome Java Leetcode
👑 LeetCode of algorithms with java solution(updating).
Stars: ✭ 8,297 (+5702.1%)
Mutual labels:  algorithm, leetcode
Leetcode Editor
Do Leetcode exercises in IDE, support leetcode.com and leetcode-cn.com, to meet the basic needs of doing exercises.Support theoretically: IntelliJ IDEA PhpStorm WebStorm PyCharm RubyMine AppCode CLion GoLand DataGrip Rider MPS Android Studio
Stars: ✭ 2,222 (+1453.85%)
Mutual labels:  algorithm, leetcode
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+689.51%)
Mutual labels:  algorithm, leetcode
Basicknowledge
Data struct, algorithm, LeetCode and DesignPattern introduction and implementation in Cpp and C#
Stars: ✭ 109 (-23.78%)
Mutual labels:  algorithm, leetcode
Awesome Algorithm Question Solution
LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现
Stars: ✭ 988 (+590.91%)
Mutual labels:  algorithm, leetcode
Apachecn Algo Zh
ApacheCN 数据结构与算法译文集
Stars: ✭ 10,498 (+7241.26%)
Mutual labels:  algorithm, leetcode
Algosolutions
LeetCode, LintCode, Project Euler, SGU, HackerRank, Cracking the Coding Interview(ctci)🌴
Stars: ✭ 117 (-18.18%)
Mutual labels:  algorithm, leetcode
Meta
leetcode javascript/typescript实现
Stars: ✭ 137 (-4.2%)
Mutual labels:  algorithm, leetcode
Leetcode
❓ My LeetCode solutions, currently written in Javascript
Stars: ✭ 134 (-6.29%)
Mutual labels:  algorithm, leetcode
Leetcode
正确的姿势,学习的态度来刷 LeetCode:高效的代码、简洁的注释、精炼的总结。
Stars: ✭ 1,043 (+629.37%)
Mutual labels:  algorithm, leetcode
Leetcode Solutions
LeetCode Solutions in Objective - C or Swift. At least one question every day
Stars: ✭ 70 (-51.05%)
Mutual labels:  algorithm, leetcode
Algorithmmap
建立你的算法地图:如何高效学习算法;算法工程师:从小白到专家
Stars: ✭ 47 (-67.13%)
Mutual labels:  algorithm, leetcode
Leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
Stars: ✭ 45,650 (+31823.08%)
Mutual labels:  algorithm, leetcode
Lintcode
📜 Lintcode/Leetcode algorithm written by Java, Python and JavaScript.
Stars: ✭ 21 (-85.31%)
Mutual labels:  algorithm, leetcode
Competitive Programing
个人算法刷题处
Stars: ✭ 33 (-76.92%)
Mutual labels:  algorithm, leetcode
Algorithm
The challenges for algorithm contests, and summary the implementation.
Stars: ✭ 115 (-19.58%)
Mutual labels:  algorithm, leetcode
Leetcode Sol Res
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
Stars: ✭ 1,647 (+1051.75%)
Mutual labels:  algorithm, leetcode

yyw_algorithm

[toc]

仓库简介

​ 这是一个记录自己练习算法题的仓库。把自己所有做过的算法题都总结到这个仓库里。

​ 一级目录按难度分为easy/medium/hard,二级目录按照leetcode上的Tag分,三级目录为题目名字(超链接到本仓库的题解)。每题都附上java原代码,对题的解答与思考(包括官方标答),部分配上图例。

​ 还有LC周赛的我做出来的题解嗷!😋

​ 《剑指offer》的题解也开始更新啦,官方是cpp的题解,我进行一波java题解更新!😎

​ 为什么要做总结?因为这样可以让自己思路更清晰,让自己理解更深一点(仓库的题解md文件框架都是固定格式,所以做了一个方便生成题解框架的小工具点击here

​ 希望自己(和看到仓库的有缘人)每天都能坚持💪。加油!千里之行始于足下。


目录

1.easy

2.medium

3.hard

4.WeekContest

5.SwordToOffer


感谢

  • 感谢 leetcode 提供的题目及标答
  • 感谢给我 star 的小伙伴!(我在想pitch)😄

欢迎交流

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].