π Description
A bipartite graph is a type of graph where the set of vertices can be divided into two disjoint sets and such that:
April 11, 2025About 3 min
A bipartite graph is a type of graph where the set of vertices can be divided into two disjoint sets U and V such that:
2025-03-22
Problem | Type(s) | Data Structure / Algo | π₯ Key Insight / Mark |
---|---|---|---|
E | Bipartite graph | BFS | βπ₯π οΈ |
F | Palindrome | Manacher's Algorithm | βπ₯π οΈ |
G | Graph/Bipartite Graph | Simulation | π |