All Projects → chefyuan → algorithm-base

chefyuan / algorithm-base

Licence: MIT License
一位酷爱做饭的程序员,立志用动画将算法说的通俗易懂。我的面试网站 www.chengxuchu.com

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to algorithm-base

LogicStack-LeetCode
公众号「宫水三叶的刷题日记」刷穿 LeetCode 系列文章源码
Stars: ✭ 5,979 (-39.14%)
Mutual labels:  leetcode, offer, interview-practice, interview-questions, programmers
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (-88.51%)
Mutual labels:  leetcode, interview-practice, interview-questions
Play With Algorithm Interview
Codes of my MOOC Course <Play with Algorithm Interviews>. Updated contents and practices are also included. 我在慕课网上的课程《玩儿转算法面试》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Stars: ✭ 915 (-90.69%)
Mutual labels:  leetcode, interview-practice, interview-questions
Byte By Byte Solutions
Coding interview questions and solutions
Stars: ✭ 134 (-98.64%)
Mutual labels:  leetcode, interview-practice, interview-questions
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+119.95%)
Mutual labels:  leetcode, interview-practice, interview-questions
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (-52.49%)
Mutual labels:  leetcode, interview-practice, interview-questions
CodingInterview
Solutions to Leetcode, CareerCup Coding problems
Stars: ✭ 64 (-99.35%)
Mutual labels:  leetcode, interview-practice, interview-questions
Leetcode Sol Res
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
Stars: ✭ 1,647 (-83.23%)
Mutual labels:  leetcode, interview-practice, interview-questions
Leetcode Python
LeetCode solutions in Python2. LeetCode题解 in Python2。
Stars: ✭ 182 (-98.15%)
Mutual labels:  leetcode, interview-practice, interview-questions
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (-68.27%)
Mutual labels:  leetcode, interview-practice, interview-questions
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+458.58%)
Mutual labels:  leetcode, interview-practice, interview-questions
Coderchef Kitchen
The official repository for our programming kitchen which consists of 50+ delicious programming recipes having all the interesting ingredients ranging from dynamic programming, graph theory, linked lists and much more. All the articles contain beautiful images and some gif/video at times to help clear important concepts.
Stars: ✭ 306 (-96.89%)
Mutual labels:  leetcode, interview-practice, interview-questions
interview-leetcode
【📚 技术面试高频算法+真实面试各类问答+学习指南】助力快速复习找到工作,涵盖大部分程序员所需要掌握的核心知识。
Stars: ✭ 161 (-98.36%)
Mutual labels:  leetcode, offer, interview-questions
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (-94.72%)
Mutual labels:  leetcode, interview-practice, interview-questions
Commondevknowledge
🔥 🌟⭐⭐⭐ ⭐ 史上最全的BAT大厂Android面试题汇集,以及常用的Android开发的一些技能点,冷门知识点汇总,开发中遇到的坑汇总等干货。
Stars: ✭ 2,831 (-71.18%)
Mutual labels:  offer, interview-practice, interview-questions
Leetcode Solutions
🏋️ Python / Modern C++ Solutions of All 2111 LeetCode Problems (Weekly Update)
Stars: ✭ 2,787 (-71.63%)
Mutual labels:  leetcode, interview-practice, interview-questions
Algorithmic-Problem-Solving
Solutions of algorithmic type of programming problems from sites like LeetCode.com, HackerRank.com, LeetCode.com, Codility.com, CodeForces.com, etc. using Java.
Stars: ✭ 20 (-99.8%)
Mutual labels:  leetcode, interview-practice, interview-questions
CodingInterview
Leetcode解题、剑指offer第二版💪💪💪⛷😀
Stars: ✭ 28 (-99.71%)
Mutual labels:  leetcode, offer, interview-questions
code interview
LeetCode LintCode 题解, 剑指offer题目,互联网公司面试,BAT外企等面试题目
Stars: ✭ 21 (-99.79%)
Mutual labels:  leetcode, interview-questions
iOS-Algorithm
iOS数据结构算法
Stars: ✭ 22 (-99.78%)
Mutual labels:  leetcode, offer

algorithm-base

 @程序厨      @程序厨        @算法基地

❤️ 致各位题友的一封信(使用仓库前必读)

大家刚开始刷题时,会有不知道该从何刷起,也看不懂别人题解的情况

不要着急,这是正常的。

当你刷题一定数量之后,你就会有自己的刷题思维。

知道这个题目属于何种类型,使用什么解题方法。

刷题速度也会大幅提升。

我现在想做的就是尽量把一些基础但很经典的问题细化,理清逻辑。

为后面的师弟师妹提供一丢丢帮助。

毕竟刚开始刷题时,不知道从哪开始和看不懂题解,是很打击自信心的,

我就想着帮助大家尽快度过这段时期,让刷题初期的你对刷题没有那么排斥

所以基地里的题解都尽量用动画模拟,加深大家对题目的理解。往下看吧

另外因为一个人的精力有限,所以基地目前大部分题目还只有 JAVA 代码,欢迎大家贡献其他版本代码

贡献仓库注意事项

  • 提交的代码必须符合编码规范
  • 必须经过测试,可以在刷题网站上面 AC
  • 符合动画思想
  • 可以对代码进行简写,难懂的地方注意添加注释,因为我们的基地主要是为刚刷题的同学服务,所以就尽量让大家容易理解一些。

如果想要贡献代码的大佬可以添加我的微信 chefyuan105 备注贡献仓库即可。

在这里先替所有使用仓库的同学,谢谢各位贡献者啦。

如果老哥觉得仓库很用心的话,麻烦大佬帮忙点个 star ,这也是我们一直更新下去的动力。

另外我把我刚开始刷题时,让我受益匪浅的谷歌大佬的刷题笔记,整理打包了一下,如果你们也需要的话,可以自行下载。

链接: https://pan.baidu.com/s/1miPqTeY92EafI78D-3Kpvg 提取码: 620l

感谢支持,该仓库会一直维护,希望对各位有一丢丢帮助.

如果你需要加入刷题/秋招小队的话,可以扫描下方二维码,点击与我联系/交流小队,该小队永不收费,也不会有人发广告,仅仅用作交流,但是希望大家进入时,可以备注自身情况,并做一个简短的自我介绍。

如果你觉得 Github 加载不稳定的话,可以来我的个人网站进行阅读

网站地址:www.chengxuchu.com

www.chengxuchu.com

如果在阅读过程中,有什么问题或者建议 或者需要其他科目的面经 都可以点击下方链接 call me。

联系厨子


📢 数据结构(前置知识)

🔋 字符串匹配算法

🧮 排序算法

🍺 二叉树

🍗 排序算法秒杀题目

🍖 数组篇

🦞 求和问题

🍓 求次数问题

🍅 链表篇

🚁 双指针

🏳‍🌈 栈和队列

🏬 二分查找及其变种

💒 单调队列单调栈

🛳 前缀和

🥥 递归

  • 敬请期待。。。

🍒 贪心

  • 敬请期待。。。

🚃 回溯

  • 敬请期待。。。

🌆 分治

  • 敬请期待。。。

🧭 动态规划

  • 敬请期待。。。

🌋 并查集

  • 敬请期待。。。

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