All Projects → lexrus → Leetcode.swift

lexrus / Leetcode.swift

Once upon a time there was a noob of algorithms, and he knew a little about Swift.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Leetcode.swift

Leetcodesolutions
Theoretical solutions for LeetCode problems.
Stars: ✭ 205 (-41.6%)
Mutual labels:  algorithms, leetcode
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+15533.9%)
Mutual labels:  algorithms, leetcode
Algorithms
算法学习与总结
Stars: ✭ 215 (-38.75%)
Mutual labels:  algorithms, leetcode
Interviewguide
《大厂面试指北》——包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理。最佳阅读地址:http://notfound9.github.io/interviewGuide/
Stars: ✭ 3,117 (+788.03%)
Mutual labels:  algorithms, leetcode
Leetcode
Leetcode solutions
Stars: ✭ 2,894 (+724.5%)
Mutual labels:  algorithms, leetcode
Learning
自己整理了一些网上和书籍中的知识与笔记,来应对技术面试可能遇到的一些问题,包括算法、操作系统、计算机网络、Java、C++、Python、Go。概念不是最重要的!概念不是最重要的!概念不是最重要的!练习题才是!重要的事情说三遍,概念是不是看了很多遍,看几遍忘几遍,题目做过几遍,是不是印象很深,精华是题目,笔者在大量练习后摘录了书籍、牛客网、赛码网、W3C、CSDN等各种渠道的练习题,较为基础的这里就不录入了,主要录入一些易混淆,不容易理解的题目。作者也不喜欢重复造轮子,某些知识点的解释有比较详细的博客,作者就简单引用了,只有作者觉得找不到解释较好的博客时,作者会自己写一篇然后引用,限于篇幅,具体还请点击链接详细了解。
Stars: ✭ 194 (-44.73%)
Mutual labels:  algorithms, leetcode
Leetcode In Go
Go Solution for LeetCode algorithms problems, 100% coverage.
Stars: ✭ 2,810 (+700.57%)
Mutual labels:  algorithms, leetcode
Algorithms Learning
Algorithms learning note and LeetCode solution
Stars: ✭ 160 (-54.42%)
Mutual labels:  algorithms, leetcode
Leetcode
LeetCode solutions with Chinese explanation & Summary of classic algorithms.
Stars: ✭ 262 (-25.36%)
Mutual labels:  algorithms, leetcode
Leetcode
Leetcode problems & solutions
Stars: ✭ 258 (-26.5%)
Mutual labels:  algorithms, leetcode
Leetcode Algorithm
分类整理leetcode算法题解,代码语言采用c++与python实现
Stars: ✭ 184 (-47.58%)
Mutual labels:  algorithms, leetcode
Leetcode Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Stars: ✭ 22,440 (+6293.16%)
Mutual labels:  algorithms, leetcode
Leetcode Python
LeetCode solutions in Python2. LeetCode题解 in Python2。
Stars: ✭ 182 (-48.15%)
Mutual labels:  algorithms, leetcode
Leetcode Java Solutions
Solutions to LeetCode Online Judge problems in Java
Stars: ✭ 194 (-44.73%)
Mutual labels:  algorithms, leetcode
Leetcode
😏 LeetCode solutions in any programming language | 多种编程语言实现 LeetCode、《剑指 Offer(第 2 版)》、《程序员面试金典(第 6 版)》题解
Stars: ✭ 10,847 (+2990.31%)
Mutual labels:  algorithms, leetcode
Daily Algorithms
算法,每日练习
Stars: ✭ 216 (-38.46%)
Mutual labels:  algorithms, leetcode
Leetcode In Swift
My solutions to LeetCode problems written in Swift
Stars: ✭ 150 (-57.26%)
Mutual labels:  algorithms, leetcode
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-55.27%)
Mutual labels:  algorithms, leetcode
Fucking Algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Stars: ✭ 99,705 (+28305.98%)
Mutual labels:  algorithms, leetcode
Leetcode 101
LeetCode 101:和你一起你轻松刷题(C++)
Stars: ✭ 5,327 (+1417.66%)
Mutual labels:  algorithms, leetcode

LeetCode.swift

Language Progress

愚者千虑,必有一得。

As an idiot of algorithms, I make bold to resolve the problems on LeetCode, especially, in Swift. Most of the algorithms were not figured out by myself.

let 😎 = "Easy", 😐 = "Medium", 😨 = "Hard", ㊙️ = "require premium membership"

Unit tests

This is a test-driven project. You may press + u in Xcode to invoke the tests. Or just rake in CLI.

License

Copyright (C) 2018 lexrus.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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