0
点赞
收藏
分享

微信扫一扫

【leetcode_easy_sort】1030. Matrix Cells in Distance Order

guanguans 2022-07-12 阅读 77
编程语言

problem

​​1030. Matrix Cells in Distance Order​​

solution#1: 排序;

code

 

solution#2:

code

 

参考

1. ​​leetcode_easy_sort_1030. Matrix Cells in Distance Order​​;

2. ​​sort​​;

举报

相关推荐

0 条评论