Pinned Loading
-
gitrekt-msa-discussions
gitrekt-msa-discussions PublicDiscussions service of Quora clone project for the "Architecture of Massively Scalable Apps" course
Java
-
codeologists
codeologists PublicForked from SEGUC17/codeologists
Web platform for booking football courts online
JavaScript
-
train-scheduling-prolog
train-scheduling-prolog PublicForked from aabdelzaher/train-scheduling-prolog
Trains scheduling application using Constraint Programming
TypeScript
-
CompetitiveProgramming
CompetitiveProgramming PublicSolutions for some competitive programming problems using Java and C++
Java
-
-
LeetCode-59-Spial-Matrix-II.md
LeetCode-59-Spial-Matrix-II.md 1# LeetCode 59. Spiral Matrix II
2## Intuition
3We will build the matrix cell by cell in the same spiral order from cell 1 to cell n<sup>2</sup>.
4We will start by adding the 1 to its cell in the matrix ( the cell [0,0] ) and simulate the spiral order step by step, at each step we add the next number to the current cell.
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.