Repository for my rust language practice code.
Solutions for LeetCode
problems using Rust
language.
Solutions for normal problems.
- #2 Add Two Numbers
- #3 Length of Longest Substring
- #4 Find Median Sorted Arrays
- #5 Longset Palindrome
- #6 Zipzag Conversion
- #7 Reverse Integer
- #8 String to Integer (atoi)
- #10 Regular Expression Matching
- #11 Container With Most Water
- #12 Integer to Roman
- #15 3Sum
- #16 3Sum Closest
- #17 Letter Combinations of a Phone Number
- #18 4Sum
- #19 Remove Nth Node From End of List
- #24 Swap Nodes in Pairs
- #30 Substring with Concatenation of All Words
- #31 Next Permutation
- #32 Longest Valid Parentheses
- #33 Search in Rotated Sorted Array
- #34 Find First and Last Position of Element in Sorted Array
- #35 Valid Sudoku
- #37 Sudoku Solver
- #41 First Missing Positive
- #42 Trapping Rain Water
- #43 Multiply Strings
- #44 Wildcard Matching
- #46 Permulations
- #47 Permutations II
- #48 Rotate Image
- #49 Group Anagrams
- #50 Pow(x, n)
- #51 N-Queens
- #52 N-Queens II
- #53 Maximum Subarray
- #54 Spiral Matrix
- #55 Jump Game
- #56 Merge Intervals
- #57 Insert Interval
- #59 Spiral Matrix II
- #60 Permutation Sequence
- #61 Rotate List
- #62 Unique Paths
- #63 Unique Paths II
- #64 Minimum Path Sum
- #65 Valid Number
- #68 Text Justification
- #71 Simplify Path
- #72 Edit Distance
- #75 Sort Colors
- #76 Minimum Window Substring
- #77 Combinations
- #78 Subsets
- #79 Word Search
- #80 Remove Duplicates from Sorted Array II
- #81 Search in Rotated Sorted Array II
- #82 Remove Duplicates from Sorted List II
- #84 Largest Rectangle in Histogram
- #85 Maximal Rectangle
- #87 Scramble String
- #86 Partition List
- #89 Gray Code
- #92 Reverse Linked List II
- #97 Interleaving String
- #407 Trapping Rain Water II
- #445 Add Two Numbers II
- #454 4Sum II
- #543 Diameter of Binary Tree
- #844 Backspace String Compare
Some problems can only be found in "30 Day Leetcoding Challenge". (Questions are missing from "problems" page, there are no standard question IDs for these problems.)