Strongly Connected Component Problems
Master strongly connected component problems with AI-powered solutions. Get instant coding assistance during your technical interviews for all 3 problems in this category.
Total Problems: 3
Hard: 3
Showing 3 of 3 problems
Problems
Scroll within this area to browse all problems
#
Title
Difficulty
Strongly Connected Component LeetCode Problems List
- 1613. Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree - Hard - Strongly Connected ComponentGiven a weighted undirected connected graph with n vertices numbered from 0 to n - 1, and an array edges where edges[i] = [ai, bi, weighti] represents... Topics: Union Find, Graph, Sorting, Minimum Spanning Tree, Strongly Connected Component
- 1691. Minimum Number of Days to Disconnect Island - Hard - Strongly Connected ComponentYou are given an m x n binary grid grid where 1 represents land and 0 represents water. An island is a maximal 4-directionally (horizontal or vertical... Topics: Array, Depth-First Search, Breadth-First Search, Matrix, Strongly Connected Component
- 3079. Minimum Edge Weight Equilibrium Queries in a Tree - Hard - Strongly Connected ComponentThere is an undirected tree with n nodes labeled from 0 to n - 1. You are given the integer n and a 2D integer array edges of length n - 1, where edge... Topics: Array, Tree, Graph, Strongly Connected Component
Related LeetCode Topics
- Array LeetCode Problems
- Backtracking LeetCode Problems
- Biconnected Component LeetCode Problems
- Binary Indexed Tree LeetCode Problems
- Binary Search LeetCode Problems
- Binary Search Tree LeetCode Problems
- Binary Tree LeetCode Problems
- Bit Manipulation LeetCode Problems
- Bitmask LeetCode Problems
- Brainteaser LeetCode Problems
- Breadth-First Search LeetCode Problems
- Bucket Sort LeetCode Problems
- Combinatorics LeetCode Problems
- Concurrency LeetCode Problems
- Counting LeetCode Problems
- Counting Sort LeetCode Problems
- Data Stream LeetCode Problems
- Database LeetCode Problems
- Depth-First Search LeetCode Problems
- Design LeetCode Problems