All Projects → aylei → Leetcode Rust

aylei / Leetcode Rust

Licence: apache-2.0
my leetcode solutions in rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Leetcode Rust

LeetCode-Py
⛽️「算法通关手册」,超详细的「算法与数据结构」基础讲解教程,「LeetCode」650+ 道题目 Python 版的详细解析。通过「算法理论学习」和「编程实战练习」相结合的方式,从零基础到彻底掌握算法知识。
Stars: ✭ 881 (+155.36%)
Mutual labels:  leetcode, data-structures, leetcode-solutions
Algorithms
✨ a bunch of algorithms in a bunch of languages ✨
Stars: ✭ 55 (-84.06%)
Mutual labels:  leetcode, leetcode-solutions, dynamic-programming
D.s.a Leet
References and summary for leetcode high-frequency algorithm problems
Stars: ✭ 155 (-55.07%)
Mutual labels:  data-structures, leetcode, leetcode-solutions
Java-Questions-and-Solutions
This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
Stars: ✭ 34 (-90.14%)
Mutual labels:  data-structures, leetcode-solutions, dynamic-programming
Leetcode Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Stars: ✭ 22,440 (+6404.35%)
Mutual labels:  dynamic-programming, leetcode, leetcode-solutions
Leetcode In Swift
My solutions to LeetCode problems written in Swift
Stars: ✭ 150 (-56.52%)
Mutual labels:  data-structures, leetcode, leetcode-solutions
Leetcodesolutions
Theoretical solutions for LeetCode problems.
Stars: ✭ 205 (-40.58%)
Mutual labels:  data-structures, leetcode, leetcode-solutions
Algorithms and data structures
180+ Algorithm & Data Structure Problems using C++
Stars: ✭ 4,667 (+1252.75%)
Mutual labels:  data-structures, leetcode, leetcode-solutions
InterviewPrep
A repository containing link of good interview questions
Stars: ✭ 54 (-84.35%)
Mutual labels:  leetcode, leetcode-solutions, dynamic-programming
Fucking Algorithm
刷算法全靠套路,认准 labuladong 就够了!English version supported! Crack LeetCode, not only how, but also why.
Stars: ✭ 99,705 (+28800%)
Mutual labels:  data-structures, dynamic-programming, leetcode
Datastructures Algorithms
The best library for implementation of all Data Structures and Algorithms - Trees + Graph Algorithms too!
Stars: ✭ 2,105 (+510.14%)
Mutual labels:  data-structures, leetcode, leetcode-solutions
solution-leedcode-codechef-codeforces-gfg-interviewbits-hackerEarth-HackerRank
This repo contain the solution of leetcode problem and divide into category like dynamic programming, linkedlist,recursion, graph and some other section
Stars: ✭ 18 (-94.78%)
Mutual labels:  leetcode, leetcode-solutions, dynamic-programming
Leetcode
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
Stars: ✭ 45,650 (+13131.88%)
Mutual labels:  data-structures, leetcode, leetcode-solutions
Data-Structures-and-Algorithm-C-
Hi folks🖐🏻 , I'm maintaining this repository, feel free to open a pull request and contribute! :)
Stars: ✭ 39 (-88.7%)
Mutual labels:  leetcode, data-structures, leetcode-solutions
Leetcode
Provide all my solutions and explanations in Chinese for all the Leetcode coding problems.
Stars: ✭ 5,619 (+1528.7%)
Mutual labels:  data-structures, leetcode, leetcode-solutions
Algorithms Leetcode Javascript
Algorithms resolution in Javascript. Leetcode - Geeksforgeeks - Careercup
Stars: ✭ 157 (-54.49%)
Mutual labels:  data-structures, leetcode, leetcode-solutions
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+30.72%)
Mutual labels:  dynamic-programming, leetcode, leetcode-solutions
Hello Algorithm
🌍 针对小白的算法训练 | 包括四部分:①.算法基础 ②.力扣图解 ③.大厂面经 ④.CS_汇总 | 附:1、千本开源电子书 2、百张技术思维导图(项目花了上百小时,希望可以点 star 支持,🌹感谢~)
Stars: ✭ 29,372 (+8413.62%)
Mutual labels:  dynamic-programming, leetcode, leetcode-solutions
Leetcode
Solutions to LeetCode problems; updated daily. Subscribe to my YouTube channel for more.
Stars: ✭ 3,090 (+795.65%)
Mutual labels:  data-structures, leetcode, leetcode-solutions
Algorithm-Patterns
面试常用算法框架分类总结,带你逐类击破 LeetCode 题目,培养算法思维,一通百通。Summary of Algorithm Patterns in coding interview. Cracking LeetCode and build up your algorithm thinking.
Stars: ✭ 24 (-93.04%)
Mutual labels:  leetcode, leetcode-solutions, dynamic-programming

My Leetcode Solution in Rust

Run cargo run {id} to initialize the template submission file of "question #id".

Run cargo test test_{id} to test the solution for "question #id".

对于大部分难度为 Hard 的问题, 会有中文的思路注释

Working in progress, to do:

  • [ ] auto generation of solution list (when 100 problems solved)

Usage

  • Remove all the solution .rs
  • Clean lib.rs file
  • Start your leetcode journey in rust by typing cargo run {question_id}
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].