- Notifications
You must be signed in to change notification settings - Fork20
Here are leetcode-lintcode problem solutions. Here is a repo for you can play it and share your solution. Hope you enjoy it and contribute it.
License
NotificationsYou must be signed in to change notification settings
henrytien/leetcode-lintcode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Here are leetcode-lintcode problem solutions. Here is a repo for you can play it and share your solution. Hope you enjoy it and contribute it.
Look here is a ladder for you. You can play it inleetcode.
Please read and follow the steps inCONTRIBUTING.md.
# Title |
---|
139. Word Break |
140. Word Break II |
329. Longest Increasing Path in a Matrix |
241. Different Ways to Add Parentheses |
1611. Minimum One Bit Operations to M |
Time Complexity | Algorithms |
---|---|
O(log(n)) | Binary Search |
O(sqrt n) | Prime Factorization |
O(n) | High Frequency |
O(nlog(n) | Sorting |
O(n^2) | Matrix, Enumeration, Dynamic Programming |
O(n^3) | Matrix, Enumeration, Dynamic Programming |
O(2^n) | Combination |
O(n!) | Permutation |
Please seeLICENSE.
About
Here are leetcode-lintcode problem solutions. Here is a repo for you can play it and share your solution. Hope you enjoy it and contribute it.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.