Skip to content

Commit 881643a

Browse files
authored
Day 27 Problem
1 parent be7e4ee commit 881643a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ Solutions of the problems that I solved in LeetCode during [May LeetCoding Chall
3030
| 24 | [Construct Binary Search Tree from Preorder Traversal](https://leetcode.com/problems/construct-binary-search-tree-from-preorder-traversal/)| BST | Medium |
3131
| 25 | [Uncrossed Lines](https://leetcode.com/problems/uncrossed-lines/)| DP | Medium |
3232
| 26 | [Contiguous Array](https://leetcode.com/problems/contiguous-array/)| Hash Map | Medium |
33+
| 27 | [Possible Bipartition](https://leetcode.com/problems/possible-bipartition/)| Graph | Medium |

0 commit comments

Comments
 (0)