matrix/path_sum library

Functions

hasPathSum<T extends num>(List<List<T>> matrix, T target) bool
➕ Path Sum in Matrix (DFS, Generic)