2 コミット ef399c1cca ... e55b493165

作者 SHA1 メッセージ 日付
  yan chuanli e55b493165 add filed 1 年間 前
  yan chuanli b39357cd30 add filed 1 年間 前
3 ファイル変更2 行追加2 行削除
  1. 1 1
      .idea/leetcode.iml
  2. 1 1
      .idea/misc.xml
  3. 0 0
      spiral_matrix_II.py

+ 1 - 1
.idea/leetcode.iml

@@ -2,7 +2,7 @@
 <module type="PYTHON_MODULE" version="4">
   <component name="NewModuleRootManager">
     <content url="file://$MODULE_DIR$" />
-    <orderEntry type="inheritedJdk" />
+    <orderEntry type="jdk" jdkName="Python 3.8 (py38) (3)" jdkType="Python SDK" />
     <orderEntry type="sourceFolder" forTests="false" />
   </component>
 </module>

+ 1 - 1
.idea/misc.xml

@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9" project-jdk-type="Python SDK" />
+  <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8 (py38) (3)" project-jdk-type="Python SDK" />
 </project>

+ 0 - 0
generat_matrix.py → spiral_matrix_II.py