All Projects → crimx → Leetcope

crimx / Leetcope

Leetcode solutions in JavaScript. Most of them are within the top 90% of JavaScript runtime distribution.

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Leetcope

Data Structure
基于java语言的数据结构及算法实现,LeetCode算法示例
Stars: ✭ 348 (+427.27%)
Mutual labels:  leetcode-solutions
Leetcode
🎓Leetcode solutions in Python 📚
Stars: ✭ 655 (+892.42%)
Mutual labels:  leetcode-solutions
Algorithm study
algorithms and data structures for coding contest (designed for 'copy & paste')
Stars: ✭ 33 (-50%)
Mutual labels:  leetcode-solutions
Daily Deeplearning
🔥机器学习/深度学习/Python/算法面试/自然语言处理教程/剑指offer/machine learning/deeplearning/Python/Algorithm interview/NLP Tutorial
Stars: ✭ 381 (+477.27%)
Mutual labels:  leetcode-solutions
Leetcode
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
Stars: ✭ 5,619 (+8413.64%)
Mutual labels:  leetcode-solutions
Shortest Leetcode Python Solutions
Leet Code 刷题笔记 - - 不求最快最省,但求最短最优雅,Shorter is better here.
Stars: ✭ 735 (+1013.64%)
Mutual labels:  leetcode-solutions
Leetcode
LeetCode Top 100 Liked Questions | Top Interview Questions | LeetCode 用户最喜欢的100题 | 面试最容易被问到的题
Stars: ✭ 312 (+372.73%)
Mutual labels:  leetcode-solutions
Leetcode
👏🏻 leetcode solutions for Humans™
Stars: ✭ 1,129 (+1610.61%)
Mutual labels:  leetcode-solutions
Leetcode
LeetCode刷题记录与面试整理
Stars: ✭ 6,469 (+9701.52%)
Mutual labels:  leetcode-solutions
Clearest Leetcode Cpp Solutions
Clearest LeetCode C++ Solutions. 本项目追求思路清晰,代码简洁。This project is intended to clarify the general problem solving ideas
Stars: ✭ 33 (-50%)
Mutual labels:  leetcode-solutions
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+583.33%)
Mutual labels:  leetcode-solutions
Leetcode
✨✌️✨leetcode刷题 内附leetcode solution代码自动下载生成器(Leetcode solution auto generator)
Stars: ✭ 504 (+663.64%)
Mutual labels:  leetcode-solutions
Leetcode
(229 / 280) [中文|English] Solutions and notes of LEETCODE using C++/Java/Python/Sql/Shell Script.
Stars: ✭ 747 (+1031.82%)
Mutual labels:  leetcode-solutions
Awesome Leetcode
💅 A collection of awesome leetcode solutions
Stars: ✭ 377 (+471.21%)
Mutual labels:  leetcode-solutions
Onlinejudge Solutions
Collection of solutions to online judge problems
Stars: ✭ 45 (-31.82%)
Mutual labels:  leetcode-solutions
Leetcode Rust
my leetcode solutions in rust
Stars: ✭ 345 (+422.73%)
Mutual labels:  leetcode-solutions
Hello Algorithm
🌍 针对小白的算法训练 | 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 | 附:1、千本开源电子书 2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)
Stars: ✭ 29,372 (+44403.03%)
Mutual labels:  leetcode-solutions
Blog
📚 专注Web与算法
Stars: ✭ 1,140 (+1627.27%)
Mutual labels:  leetcode-solutions
Awesome Java Leetcode
👑 LeetCode of algorithms with java solution(updating).
Stars: ✭ 8,297 (+12471.21%)
Mutual labels:  leetcode-solutions
Leetcode
LiCode
Stars: ✭ 29 (-56.06%)
Mutual labels:  leetcode-solutions

Leetcope Build Status

Leetcode solutions in JavaScript. Most of them are within the top 90% of JavaScript runtime distribution (2018).

Templates are generated via Leetmark.

Creative Commons License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.


Difficulty
Easy
Medium
Hard

Related Topics
Array
Backtracking
Binary Search
Bit Manipulation
Breadth-first Search
Depth-first Search
Divide and Conquer
Dynamic Programming
Graph
Greedy
Hash Table
Heap
Linked List
Math
Sort
Stack
String
Tree
Two Pointers
Union Find

Similar Questions
1-bit and 2-bit Characters
3Sum
3Sum Closest
3Sum Smaller
4Sum
4Sum II
Add Binary
Add Bold Tag in String
Add Strings
Add Two Numbers
Add Two Numbers II
Average of Levels in Binary Tree
Balanced Binary Tree
Best Time to Buy and Sell Stock
Best Time to Buy and Sell Stock II
Best Time to Buy and Sell Stock III
Best Time to Buy and Sell Stock IV
Best Time to Buy and Sell Stock with Cooldown
Best Time to Buy and Sell Stock with Transaction Fee
Binary Search Tree Iterator
Binary Tree Inorder Traversal
Binary Tree Level Order Traversal
Binary Tree Level Order Traversal II
Binary Tree Longest Consecutive Sequence
Binary Tree Maximum Path Sum
Binary Tree Paths
Binary Tree Postorder Traversal
Binary Tree Preorder Traversal
Binary Tree Right Side View
Binary Tree Vertical Order Traversal
Binary Tree Zigzag Level Order Traversal
Binary Watch
Cherry Pickup
Closest Binary Search Tree Value II
Combination Sum
Combination Sum II
Combination Sum III
Combination Sum IV
Combinations
Construct Binary Tree from Inorder and Postorder Traversal
Construct Binary Tree from Preorder and Inorder Traversal
Container With Most Water
Convert Binary Search Tree to Sorted Doubly Linked List
Convert Sorted Array to Binary Search Tree
Convert Sorted List to Binary Search Tree
Copy List with Random Pointer
Couples Holding Hands
Decode Ways II
Degree of an Array
Delete Operation for Two Strings
Different Ways to Add Parentheses
Dungeon Game
Employee Free Time
Encode and Decode Strings
Factor Combinations
Find All Numbers Disappeared in an Array
Find Minimum in Rotated Sorted Array
Find Mode in Binary Search Tree
Find the Duplicate Number
First Bad Version
Flatten a Multilevel Doubly Linked List
Game of Life
Generalized Abbreviation
Generate Parentheses
Group Shifted Strings
IP to CIDR
Inorder Successor in BST
Insert Interval
Integer to English Words
Integer to Roman
Jump Game
Jump Game II
Kth Smallest Element in a BST
Largest Rectangle in Histogram
Letter Case Permutation
Letter Combinations of a Phone Number
Longest Palindromic Subsequence
Longest Substring with At Most Two Distinct Characters
Longest Univalue Path
Longest Valid Parentheses
Maximal Rectangle
Maximal Square
Maximum Depth of Binary Tree
Maximum Depth of N-ary Tree
Maximum Product Subarray
Maximum Subarray
Maximum Sum of 3 Non-Overlapping Subarrays
Meeting Rooms
Meeting Rooms II
Merge Intervals
Merge Sorted Array
Merge Two Sorted Lists
Merge k Sorted Lists
Min Cost Climbing Stairs
Minimum ASCII Delete Sum for Two Strings
Minimum Depth of Binary Tree
Minimum Distance Between BST Nodes
Minimum Genetic Mutation
Minimum Path Sum
Minimum Size Subarray Sum
Minimum Window Subsequence
Minimum Window Substring
Missing Number
Move Zeroes
Multiply Strings
N-Queens
N-Queens II
N-ary Tree Level Order Traversal
Next Permutation
Number of Islands
One Edit Distance
Palindrome Linked List
Palindrome Pairs
Palindrome Partitioning
Palindrome Partitioning II
Palindrome Permutation
Palindrome Permutation II
Palindromic Substrings
Partition Labels
Pascal's Triangle
Pascal's Triangle II
Path Sum
Path Sum II
Path Sum III
Path Sum IV
Permutation Sequence
Permutation in String
Permutations
Permutations II
Plus One
Plus One Linked List
Populating Next Right Pointers in Each Node
Populating Next Right Pointers in Each Node II
Pour Water
Pow(x, n)
Product of Array Except Self
Range Module
Regular Expression Matching
Remove Duplicates from Sorted Array
Remove Duplicates from Sorted Array II
Remove Duplicates from Sorted List
Remove Duplicates from Sorted List II
Remove Element
Remove Invalid Parentheses
Remove Linked List Elements
Repeated Substring Pattern
Reverse Integer
Reverse Linked List
Reverse Nodes in k-Group
Roman to Integer
Rotate Array
Search a 2D Matrix II
Search in Rotated Sorted Array
Search in Rotated Sorted Array II
Shortest Palindrome
Shortest Word Distance II
Sliding Window Maximum
Smallest Range
Sort List
Spiral Matrix
Spiral Matrix II
Split Linked List in Parts
Sqrt(x)
String Compression
String to Integer (atoi)
Subarray Sum Equals K
Subsets
Subsets II
Substring with Concatenation of All Words
Sudoku Solver
Sum Root to Leaf Numbers
Sum of Two Integers
Super Pow
Swap Nodes in Pairs
Teemo Attacking
Trapping Rain Water
Trapping Rain Water II
Two Sum
Two Sum II - Input array is sorted
Two Sum III - Data structure design
Two Sum IV - Input is a BST
Ugly Number II
Unique Binary Search Trees
Unique Binary Search Trees II
Unique Paths
Unique Paths II
Valid Anagram
Valid Number
Valid Palindrome II
Valid Parentheses
Valid Perfect Square
Valid Sudoku
Validate Binary Search Tree
Walls and Gates
Wiggle Sort
Wiggle Sort II
Wildcard Matching
Word Ladder
Word Ladder II
Word Search II

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