All Projects → crossoverJie → Leetcode

crossoverJie / Leetcode

Licence: mit
🕵️‍♂️ leetcode practice

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Leetcode

Leetcode.swift
Once upon a time there was a noob of algorithms, and he knew a little about Swift.
Stars: ✭ 351 (+575%)
Mutual labels:  algorithms, leetcode
Algorithmic Pseudocode
This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
Stars: ✭ 519 (+898.08%)
Mutual labels:  algorithms, leetcode
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+767.31%)
Mutual labels:  algorithms, leetcode
Leetcode 101
LeetCode 101:和你一起你轻松刷题(C++)
Stars: ✭ 5,327 (+10144.23%)
Mutual labels:  algorithms, leetcode
Leetcode Downloader
Download your accepted LeetCode submissions
Stars: ✭ 25 (-51.92%)
Mutual labels:  algorithms, leetcode
Leetcode Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Stars: ✭ 22,440 (+43053.85%)
Mutual labels:  algorithms, leetcode
Algorithms And Data Structures In Java
Algorithms and Data Structures in Java
Stars: ✭ 498 (+857.69%)
Mutual labels:  algorithms, leetcode
Fucking Algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Stars: ✭ 99,705 (+191640.38%)
Mutual labels:  algorithms, leetcode
Play With Algorithm Interview
Codes of my MOOC Course <Play with Algorithm Interviews>. Updated contents and practices are also included. 我在慕课网上的课程《玩儿转算法面试》示例代码。课程的更多更新内容及辅助练习也将逐步添加进这个代码仓。
Stars: ✭ 915 (+1659.62%)
Mutual labels:  algorithms, leetcode
Ios tips
iOS的一些示例,持续更新中:1、AVFoundation 高仿微信相机拍摄和编辑 2、AVFoundation 人脸检测、实时滤镜、音视频编解码、GPUImage框架的使用等音视频相关内容 3、OpenGLES 4、LeetCode算法练习 5、iOS Crash防护和APM监控 6、WKWebView相关的内容 等........
Stars: ✭ 896 (+1623.08%)
Mutual labels:  algorithms, leetcode
Leetcode
Leetcode solutions
Stars: ✭ 2,894 (+5465.38%)
Mutual labels:  algorithms, leetcode
Algorithms And Oj
Some OJs' answers writren by Python/JS/C++/Java
Stars: ✭ 47 (-9.62%)
Mutual labels:  algorithms, leetcode
Leetcode
LeetCode solutions with Chinese explanation & Summary of classic algorithms.
Stars: ✭ 262 (+403.85%)
Mutual labels:  algorithms, leetcode
Awesome Golang Algorithm
📝 LeetCode of algorithms with golang solution(updating).
Stars: ✭ 3,217 (+6086.54%)
Mutual labels:  algorithms, leetcode
Leetcode
Leetcode problems & solutions
Stars: ✭ 258 (+396.15%)
Mutual labels:  algorithms, leetcode
Fuck Coding Interviews
How on earth can I ever think of a solution like that in an interview?!
Stars: ✭ 464 (+792.31%)
Mutual labels:  algorithms, leetcode
Leetcode In Go
Go Solution for LeetCode algorithms problems, 100% coverage.
Stars: ✭ 2,810 (+5303.85%)
Mutual labels:  algorithms, leetcode
Interviews
Everything you need to know to get the job.
Stars: ✭ 54,875 (+105428.85%)
Mutual labels:  algorithms, leetcode
Hello Algorithm
🌍 针对小白的算法训练 | 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 | 附:1、千本开源电子书 2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)
Stars: ✭ 29,372 (+56384.62%)
Mutual labels:  algorithms, leetcode
Algorithms
Here is the my solutions for problems in {leetcode, hackerrank, geeksforgeeks}
Stars: ✭ 36 (-30.77%)
Mutual labels:  algorithms, leetcode

LeetCode

Build Status codecov Coverage Status

众所周知 LeetCode 是一个刷算法题的网站,参加 ACM 或者是大厂面试都有重要作用。

如今不管是 ACM 和大厂面试都与我无缘,但数据结构与算法却是任何一门编程语言都需要核心掌握的,当开发年限越来越长其中的重要性也会越来越大(现在我就深有感触)。

所以以下内容我是空余时间的题解,有着详细的注释。

刷题的顺序由易到难,有任何疑问欢迎提出,共勉!

Easy

NO Title Solution
1 Two Sum TwoSum.java
7 Reverse Integer ReverseInteger
9 Palindrome Number PalindromeNumber
20 Valid Parentheses ValidParentheses
21 Merge Two Sorted Lists MergeTwoSortedLists
22 Remove Duplicates from Sorted Array RemoveDuplicatesSortedArray
35 Search Insert Position SearchInsertPosition
83 Remove Duplicates from Sorted List RemoveDuplicatesFromSortedList

Medium

NO Title Solution
19 Remove Nth Node From End of List RemoveNthNodeFromEndOfList.java
151 Reverse Words in a String ReverseWordsInAString.java
347 Top K Frequent Elements TopKFrequentElements.java
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].