Skip to content

Commit 4863147

Browse files
committed
docs: ✏️ update README.md for leetcode 721
1 parent 4c74687 commit 4863147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Solving Leetcode problems with TypeScript.
8888
- [701. Insert into a Binary Search Tree `Medium`](./src/0001-1000/701/insertIntoBST.ts)
8989
- [707. Design Linked List `Medium`](./src/0001-1000/707/MyLinkedList.ts)
9090
- [713. Subarray Product Less Than K `Medium`](./src/0001-1000/713/numSubarrayProductLessThanK.ts)
91+
- [721. Accounts Merge `Medium`](./src/0001-1000/721/accountsMerge.ts)
9192
- [725. Split Linked List in Parts `Medium`](./src/0001-1000/725/splitListToParts.ts)
9293
- [733. Flood Fill `Easy`](./src/0001-1000/733/floodFill.ts)
9394
- [802. Find Eventual Safe States `Medium`](./src/0001-1000/802/eventualSafeNodes.ts)

0 commit comments

Comments
 (0)