Top-Interview-Questions--Leetcode icon indicating copy to clipboard operation
Top-Interview-Questions--Leetcode copied to clipboard

Added Solution for Spiral Matrix in Python

Open hardik-kapadia opened this issue 3 years ago • 4 comments

Question: https://leetcode.com/explore/interview/card/top-interview-questions-hard/116/array-and-strings/828/

hardik-kapadia avatar Oct 19 '21 14:10 hardik-kapadia

@thecoderenroute Please follow naming conventions.

KhushbooGoel01 avatar Oct 23 '21 21:10 KhushbooGoel01

Can you please elaborate?

hardik-kapadia avatar Oct 27 '21 16:10 hardik-kapadia

@thecoderenroute use correct naming conventions.

KhushbooGoel01 avatar Oct 30 '21 18:10 KhushbooGoel01

Can you please point out a few examples where I've not followed it? Files names, variables, methods, etc?

Python follows snake case naming convention which I've followed everywhere except the method names provided in the leetcode boilerplate code.

hardik-kapadia avatar Oct 30 '21 18:10 hardik-kapadia