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

graphs/check_bipartite_graph_all.py

Lines changed: 1 addition & 0 deletions
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.

graphs/check_bipatrite.py

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)