Skip to content

Commit b127da4

Browse files
committed
Update README for problem 763
1 parent 0e340e3 commit b127da4

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
@@ -131,6 +131,7 @@ LeetCode solutions in Python
131131
| 704 | Binary Search | [Solution](problems/binary_search/binary_search.py) | Easy | Binary Search |
132132
| 739 | Daily Temperatures | [Solution](problems/stack/daily_temperatures.py) | Medium | Stack, Monotonic Stack |
133133
| 746 | Min Cost Climbing Stairs | [Solution](problems/dynamic_programming/min_cost_climbing_stairs.py) | Easy | Dynamic Programming |
134+
| 763 | Partition Labels | [Solution](problems/greedy/partition_labels.py) | Medium | Greedy |
134135
| 846 | Hand Of Straights | [Solution](problems/greedy/hand_of_straights.py) | Medium | Greedy, Heap |
135136
| 853 | Car Fleet | [Solution](problems/stack/car_fleet.py) | Medium | Stack, Monotonic Stack |
136137
| 875 | Koko Eating Bananas | [Solution](problems/binary_search/koko_eating_bananas.py) | Medium | Binary Search |

0 commit comments

Comments
 (0)