Une Matrice est essentiellement un tableau de nombres organisé en lignes et en colonnes. Chaque nombre dans la matrice est appelé un élément. Les matrices sont largement utilisées en mathématiques, en informatique et dans d'autres domaines pour représenter et manipuler des données, notamment pour résoudre des systèmes d'équations, effectuer des transformations géométriques et gérer des données dans des programmes informatiques.
Label | Tags | Date |
---|---|---|
463. Island Perimeter | Array , Depth-First Search , Breadth-First Search , Matrix |
27-04-2024 |
1351. Count Negative Numbers in a Sorted Matrix | Array , Binary Search , Matrix |
09-03-2024 |
3127. Make a Square with the Same Color | Array , Matrix , Enumeration |
27-03-2024 |
3142. Check if Grid Satisfies Conditions | Array , Matrix |
11-05-2024 |
Label | Tags | Date |
---|---|---|
36. Valid Sudoku | Array , Hash Table , Matrix |
25-03-2024 |
54. Spiral Matrix | Array , Matrix , Simulation |
09-08-2024 |
59. Spiral Matrix II | Array , Matrix , Simulation |
09-08-2024 |
79. Word Search | Array , String , Backtracking , Matrix |
03-04-2024 |
200. Number of Islands | Array , Depth-First Search , Breadth-First Search , Union Find , Matrix |
19-04-2024 |
289. Game of Life | Array , Matrix , Simulation |
06-03-2024 |
542. 01 Matrix | Array , Dynamic Programming , Breadth-First Search , Matrix |
27-04-2024 |
885. Spiral Matrix III | Array , Matrix , Simulation |
09-08-2024 |
934. Shortest Bridge | Array , Depth-First Search , Breadth-First Search , Matrix |
29-03-2024 |
2326. Spiral Matrix IV | Array , Matrix , Simulation , Linked List |
09-08-2024 |
2812. Find the Safest Path in a Grid | Array , Binary Search , Breadth-First Search , Union Find , Matrix |
15-05-2024 |
Label | Tags | Date |
---|