forked from CyC2018/CS-Notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkspace.xml
More file actions
136 lines (136 loc) · 8.77 KB
/
Copy pathworkspace.xml
File metadata and controls
136 lines (136 loc) · 8.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="BranchesTreeState">
<expand>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
</path>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
</path>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="REMOTE_ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="GROUP_NODE:origin" type="e8cecc67:BranchNodeDescriptor" />
</path>
</expand>
<select />
</component>
<component name="ChangeListManager">
<list default="true" id="dff3ab0e-4b01-4e93-a273-ae928235702e" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 二分查找.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 01 - 算法思想 - 04 - 二分查找.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 位运算.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 02 - 数据结构 - 08 - 位运算.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 分治.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 01 - 算法思想 - 05 - 分治.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 动态规划.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 01 - 算法思想 - 07 - 动态规划.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 双指针.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 01 - 算法思想 - 01 - 双指针.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 哈希表.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 02 - 数据结构 - 04 - 哈希表.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 图.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 02 - 数据结构 - 07 - 图.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 字符串.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 02 - 数据结构 - 05 - 字符串.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 排序.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 01 - 算法思想 - 02 - 排序.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 搜索.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 01 - 算法思想 - 06 - 搜索.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 数学.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 01 - 算法思想 - 08 - 数学.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 数组与矩阵.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 02 - 数据结构 - 06 - 数组与矩阵.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 栈和队列.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 02 - 数据结构 - 03 - 栈和队列.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 树.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 02 - 数据结构 - 02 - 树.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 目录.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 00 - content.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 贪心思想.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 01 - 算法思想 - 03 - 贪心思想.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解 - 链表.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 02 - 数据结构 - 01 - 链表.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/notes/leetcode/Leetcode 题解.md" beforeDir="false" afterPath="$PROJECT_DIR$/notes/leetcode/Leetcode 00 - all.md" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="CodeStyleSettingsInfer">
<option name="done" value="true" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="MavenImportPreferences">
<option name="generalSettings">
<MavenGeneralSettings>
<option name="localRepository" value="D:\apache-maven-3.6.3-bin\mvn-repo" />
<option name="mavenHome" value="$PROJECT_DIR$/../../apache-maven-3.6.3-bin/apache-maven-3.6.3" />
<option name="userSettingsFile" value="D:\apache-maven-3.6.3-bin\apache-maven-3.6.3\conf\settings.xml" />
</MavenGeneralSettings>
</option>
</component>
<component name="ProjectCodeStyleSettingsMigration">
<option name="version" value="1" />
</component>
<component name="ProjectId" id="2G7YTKzYsh2dD3GprdzZGzYjppJ" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="aspect.path.notification.shown" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="nodejs_interpreter_path" value="$PROJECT_DIR$/../../NodeJs/node" />
<property name="nodejs_package_manager_path" value="npm" />
<property name="settings.editor.selected.configurable" value="MavenSettings" />
</component>
<component name="RecentsManager">
<key name="MoveFile.RECENT_KEYS">
<recent name="D:\study\Java_Notes\notes\net" />
<recent name="D:\study\Java_Notes\notes\OS" />
<recent name="D:\study\Java_Notes\notes\designmode" />
<recent name="D:\study\Java_Notes\notes\leetcode" />
<recent name="D:\study\Java_Notes\notes\algorithm" />
</key>
</component>
<component name="SshConsoleOptionsProvider">
<option name="myEncoding" value="UTF-8" />
<option name="myConnectionType" value="NONE" />
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="dff3ab0e-4b01-4e93-a273-ae928235702e" name="Default Changelist" comment="" />
<created>1665741095791</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1665741095791</updated>
<workItem from="1665741097079" duration="951000" />
<workItem from="1665969075144" duration="16273000" />
<workItem from="1666143200122" duration="674000" />
<workItem from="1666144060361" duration="10838000" />
<workItem from="1666230410809" duration="2610000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="2" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
<option name="oldMeFiltersMigrated" value="true" />
</component>
<component name="WindowStateProjectService">
<state x="92" y="92" width="1736" height="856" key="DiffContextDialog" timestamp="1665742049318">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="92" y="92" width="1736" height="856" key="DiffContextDialog/0.0.1920.1040@0.0.1920.1040" timestamp="1665742049318" />
<state x="623" y="225" width="672" height="678" key="search.everywhere.popup" timestamp="1666159609136">
<screen x="0" y="0" width="1920" height="1040" />
</state>
<state x="623" y="225" width="672" height="678" key="search.everywhere.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1666159609136" />
</component>
</project>