Skip to content

Commit d7b6cf9

Browse files
committed
docs: ✏️ update README.md for leetcode 785
1 parent 02f17df commit d7b6cf9

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
@@ -91,6 +91,7 @@ Solving Leetcode problems with TypeScript.
9191
- [721. Accounts Merge `Medium`](./src/0001-1000/721/accountsMerge.ts)
9292
- [725. Split Linked List in Parts `Medium`](./src/0001-1000/725/splitListToParts.ts)
9393
- [733. Flood Fill `Easy`](./src/0001-1000/733/floodFill.ts)
94+
- [785. Is Graph Bipartite? `Medium`](./src/0001-1000/785/isBipartite.ts)
9495
- [802. Find Eventual Safe States `Medium`](./src/0001-1000/802/eventualSafeNodes.ts)
9596
- [814. Binary Tree Pruning `Medium`](./src/0001-1000/814/pruneTree.ts)
9697
- [827. Making A Large Island `Hard`](./src/0001-1000/827/largestIsland.ts)

0 commit comments

Comments
 (0)