File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
![ Language] ( https://img.shields.io/badge/language-Python%20%2F%20Modern%20C++-orange.svg )   ;
4
4
[ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.md )   ;
5
5
![ Update] ( https://img.shields.io/badge/update-weekly-green.svg )   ;
6
- ![ Progress] ( https://img.shields.io/badge/progress-1970 %20%2F%201970 -ff69b4.svg )   ;
6
+ ![ Progress] ( https://img.shields.io/badge/progress-1971 %20%2F%201971 -ff69b4.svg )   ;
7
7
![ Travis] ( https://travis-ci.com/kamyu104/LeetCode-Solutions.svg?branch=master )   ;
8
8
![ Visitors] ( https://visitor-badge.laobi.icu/badge?page_id=kamyu104.leetcode.solutions )
9
9
1957
1957
1820 | [ Maximum Number of Accepted Invitations] ( https://leetcode.com/problems/maximum-number-of-accepted-invitations/ ) | [ C++] ( ./C++/maximum-number-of-accepted-invitations.cpp ) [ Python] ( ./Python/maximum-number-of-accepted-invitations.py ) | _ O(m * n * sqrt(m + n))_ | _ O(m + n)_ | Medium | 🔒 | ` Hopcroft-Karp Bipartite Matching ` , ` Hungarian Bipartite Matching ` |
1958
1958
1879 | [ Minimum XOR Sum of Two Arrays] ( https://leetcode.com/problems/minimum-xor-sum-of-two-arrays/ ) | [ C++] ( ./C++/minimum-xor-sum-of-two-arrays.cpp ) [ Python] ( ./Python/minimum-xor-sum-of-two-arrays.py ) | _ O(n^3)_ | _ O(n^2)_ | Hard | | DP, ` Hungarian Weighted Bipartite Matching ` |
1959
1959
1947 | [ Maximum Compatibility Score Sum] ( https://leetcode.com/problems/maximum-compatibility-score-sum/ ) | [ C++] ( ./C++/maximum-compatibility-score-sum.cpp ) [ Python] ( ./Python/maximum-compatibility-score-sum.py ) | _ O(m^2 * (n + m))_ | _ O(m^2)_ | Medium | variant of [ Minimum XOR Sum of Two Arrays] ( https://leetcode.com/problems/minimum-xor-sum-of-two-arrays/ ) | DP, ` Hungarian Weighted Bipartite Matching ` |
1960
+ 1971 | [ Find if Path Exists in Graph] ( https://leetcode.com/problems/find-if-path-exists-in-graph/ ) | [ C++] ( ./C++/find-if-path-exists-in-graph.cpp ) [ Python] ( ./Python/find-if-path-exists-in-graph.py ) | _ O(\| V\| + \| E\| )_ | _ O(\| V\| + \| E\| )_ | Easy || BFS, Bi-BFS|
1960
1961
1961
1962
<br />
1962
1963
<div align =" right " >
You can’t perform that action at this time.
0 commit comments