All Projects → barretlee → Daily Algorithms

barretlee / Daily Algorithms

算法,每日练习

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Daily Algorithms

Coding Problems
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
Stars: ✭ 2,221 (+928.24%)
Mutual labels:  algorithms, leetcode
Algorithms
算法学习与总结
Stars: ✭ 215 (-0.46%)
Mutual labels:  algorithms, leetcode
.codebits
📚 List of resources for Algorithms and Data Structures in Python & other CS topics @2017
Stars: ✭ 144 (-33.33%)
Mutual labels:  algorithms, leetcode
Leetcodesolutions
Theoretical solutions for LeetCode problems.
Stars: ✭ 205 (-5.09%)
Mutual labels:  algorithms, leetcode
Leetcode Algorithm
分类整理leetcode算法题解,代码语言采用c++与python实现
Stars: ✭ 184 (-14.81%)
Mutual labels:  algorithms, leetcode
Datastructures Algorithms
The best library for implementation of all Data Structures and Algorithms - Trees + Graph Algorithms too!
Stars: ✭ 2,105 (+874.54%)
Mutual labels:  algorithms, leetcode
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-27.31%)
Mutual labels:  algorithms, leetcode
Competitiveprogrammingquestionbank
This repository contains all the popular competitive programming and DSA questions with solutions.
Stars: ✭ 122 (-43.52%)
Mutual labels:  algorithms, leetcode
Leetcode Python
LeetCode solutions in Python2. LeetCode题解 in Python2。
Stars: ✭ 182 (-15.74%)
Mutual labels:  algorithms, leetcode
Leetcode
😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
Stars: ✭ 10,847 (+4921.76%)
Mutual labels:  algorithms, leetcode
Leetcode
😖 😕 😃LeetCode问题解题思路。
Stars: ✭ 130 (-39.81%)
Mutual labels:  algorithms, leetcode
Learning
自己整理了一些网上和书籍中的知识与笔记,来应对技术面试可能遇到的一些问题,包括算法、操作系统、计算机网络、Java、C++、Python、Go。概念不是最重要的!概念不是最重要的!概念不是最重要的!练习题才是!重要的事情说三遍,概念是不是看了很多遍,看几遍忘几遍,题目做过几遍,是不是印象很深,精华是题目,笔者在大量练习后摘录了书籍、牛客网、赛码网、W3C、CSDN等各种渠道的练习题,较为基础的这里就不录入了,主要录入一些易混淆,不容易理解的题目。作者也不喜欢重复造轮子,某些知识点的解释有比较详细的博客,作者就简单引用了,只有作者觉得找不到解释较好的博客时,作者会自己写一篇然后引用,限于篇幅,具体还请点击链接详细了解。
Stars: ✭ 194 (-10.19%)
Mutual labels:  algorithms, leetcode
Leetcode Sol Res
Clean, Understandable Solutions and Resources for LeetCode Online Judge Algorithm Problems.
Stars: ✭ 1,647 (+662.5%)
Mutual labels:  algorithms, leetcode
Leetcode Patterns
A curated list of leetcode questions grouped by their common patterns
Stars: ✭ 3,750 (+1636.11%)
Mutual labels:  algorithms, leetcode
Leetcode
📓 算法学习笔记
Stars: ✭ 127 (-41.2%)
Mutual labels:  algorithms, leetcode
Leetcode In Swift
My solutions to LeetCode problems written in Swift
Stars: ✭ 150 (-30.56%)
Mutual labels:  algorithms, leetcode
Mygo
Leetcode、剑指offer(第二版)的Go实现😀 Come join us!🤝❤️👻
Stars: ✭ 109 (-49.54%)
Mutual labels:  algorithms, leetcode
Competitive Programming
Hello Programmers 💻 , A one-stop Destination✏️✏️ for all your Competitive Programming Resources.📗📕 Refer CONTRIBUTING.md for contributions
Stars: ✭ 113 (-47.69%)
Mutual labels:  algorithms, leetcode
Algorithms Learning
Algorithms learning note and LeetCode solution
Stars: ✭ 160 (-25.93%)
Mutual labels:  algorithms, leetcode
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+1343.06%)
Mutual labels:  algorithms, leetcode

算法,每日练习

花点时间实践算法,每日练习。

  • ★ 表示 easy,★★ 表示 medium,★★★ 表示 hard;
  • 题目主要来自 leetcode,可能会适当变换题设,改变难度;
  • 对于 ★ 和 ★★ 难度的题目,每天的量会随机出现 1~5 个,尤其是 ★ 的题目,比较简单。

白天出题,尽量晚上给出参考答案。

仓库结构

讨论列表:https://github.com/barretlee/daily-algorithms/issues,每天的题目 & 参考答案,会记录在本仓库。

  • /questions,算法题,主要来自 leetcode;
  • /answers,questions 对应的答案,文件名包含 empty 表示未给出答案,不过可以去 issue 中查看讨论;
  • /ref,一些算法技巧,以及数据结构的实现。
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].