Skip to content

Commit 4364632

Browse files
modified: graphs/check_bipartite_graph_all.py
deleted: graphs/check_bipatrite.py
1 parent f15f400 commit 4364632

File tree

2 files changed

+1
-93
lines changed

2 files changed

+1
-93
lines changed

Diff for: graphs/check_bipartite_graph_all.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from queue import Queue
22
from collections import defaultdict
33

4+
45
def check_bipartite(graph: dict[int, list[int]])->bool:
56
"""
67
Check graph bipartite using BFS.

Diff for: graphs/check_bipatrite.py

-93
This file was deleted.

0 commit comments

Comments
 (0)