Skip to content

⛳️LeetCode by java : data structure and algorithm

License

Notifications You must be signed in to change notification settings

marketxing1/LeetCode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

LeetCode Algorithm

LeetCode solutions in Java.

Please feel free to fork and star to support this repo, thank you!

Links

QA List

# Title Tag
2 Add Two Numbers Linked List, Math
3 Longest Substring Without Repeating Characters Hash Table, Two Pointers, String
4 Median of Two Sorted Arrays Array, Binary Search, Divide and Conquer
5 Longest Palindromic Substring String
6 ZigZag Conversion String
7 Reverse Integer Math
8 String to Integer (atoi) Math, String
9 Palindrome Number Math
10 Regular Expression Matching String, Dynamic Programming, Backtracking
11 Container With Most Water Array, Two Pointers
12 Integer to Roman Math, String
13 Roman to Integer Math, String
14 Longest Common Prefix String
15 3Sum Array, Two Pointers
16 3Sum Closest Array, Two Pointers
17 Letter Combinations of a Phone Number String, Backtracking
18 4Sum Array, Hash Table, Two Pointers
19 Remove Nth Node From End of List Array
20 Valid Parentheses Array
21 Merge Two Sorted Lists LinedList
22 Generate Parentheses Recursion

About

⛳️LeetCode by java : data structure and algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%