10000 Sync problems. · lexrus/LeetCode.swift@46f1639 · GitHub
[go: up one dir, main page]

Skip to content

Commit 46f1639

Browse files
committed
Sync problems.
1 parent c418ecf commit 46f1639

File tree

8 files changed

+459
-425
lines changed

8 files changed

+459
-425
lines changed

LeetCode.xcodeproj/project.pbxproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
D783CC9B1B2AC9160087FFC1 /* 226.swift in Sources */ = {isa = PBXBuildFile; fileRef = D783CC9A1B2AC9160087FFC1 /* 226.swift */; };
1515
D7AB14CB1B99C85200DEDE9D /* 58.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7AB14CA1B99C85200DEDE9D /* 58.swift */; settings = {ASSET_TAGS = (); }; };
1616
D7DE016B1AF9F13600BB2AA0 /* 100.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7DE016A1AF9F13600BB2AA0 /* 100.swift */; };
17-
D7FB8E161AF89A2700286272 /* 37.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E151AF89A2700286272 /* 37.swift */; };
17+
D7FB8E161AF89A2700286272 /* 38.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E151AF89A2700286272 /* 38.swift */; };
1818
D7FB8E181AF89A3200286272 /* 28.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E171AF89A3200286272 /* 28.swift */; };
1919
D7FB8E1A1AF89A6500286272 /* 14.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E191AF89A6500286272 /* 14.swift */; };
2020
D7FB8E1C1AF89A7300286272 /* 9.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E1B1AF89A7200286272 /* 9.swift */; };
@@ -31,10 +31,10 @@
3131
D7FB8E321AF89B1800286272 /* 1.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E311AF89B1800286272 /* 1.swift */; };
3232
D7FB8E561AF89CD900286272 /* ListNode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E551AF89CD900286272 /* ListNode.swift */; };
3333
D7FB8E581AF89D0900286272 /* String+LeetCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E571AF89D0900286272 /* String+LeetCode.swift */; };
34-
D7FB8E5C1AF8A6FE00286272 /* 64.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E5B1AF8A6FE00286272 /* 64.swift */; };
34+
D7FB8E5C1AF8A6FE00286272 /* 21.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E5B1AF8A6FE00286272 /* 21.swift */; };
3535
D7FB8E601AF8AF2400286272 /* Character+LeetCode.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E5F1AF8AF2400286272 /* Character+LeetCode.swift */; };
36-
D7FB8E621AF8B33600286272 /* 66.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E611AF8B33600286272 /* 66.swift */; };
37-
D7FB8E661AF9B09100286272 /* 67.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E651AF9B09100286272 /* 67.swift */; };
36+
D7FB8E621AF8B33600286272 /* 65.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E611AF8B33600286272 /* 65.swift */; };
37+
D7FB8E661AF9B09100286272 /* 66.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E651AF9B09100286272 /* 66.swift */; };
3838
D7FB8E6A1AF9B9D400286272 /* 82.swift in Sources */ = {isa = PBXBuildFile; fileRef = D7FB8E691AF9B9D400286272 /* 82.swift */; };
3939
/* End PBXBuildFile section */
4040

@@ -48,7 +48,7 @@
4848
D7DE016A1AF9F13600BB2AA0 /* 100.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 100.swift; sourceTree = "<group>"; };
4949
D7FB8E091AF899FE00286272 /* LeetCodeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = LeetCodeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
5050
D7FB8E0C1AF899FE00286272 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
51-
D7FB8E151AF89A2700286272 /* 37.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 37.swift; sourceTree = "<group>"; };
51+
D7FB8E151AF89A2700286272 /* 38.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 38.swift; sourceTree = "<group>"; };
5252
D7FB8E171AF89A3200286272 /* 28.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 28.swift; sourceTree = "<group>"; };
5353
D7FB8E191AF89A6500286272 /* 14.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 14.swift; sourceTree = "<group>"; };
5454
D7FB8E1B1AF89A7200286272 /* 9.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 9.swift; sourceTree = "<group>"; };
@@ -65,10 +65,10 @@
6565
D7FB8E311AF89B1800286272 /* 1.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 1.swift; sourceTree = "<group>"; };
6666
D7FB8E551AF89CD900286272 /* ListNode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListNode.swift; sourceTree = "<group>"; };
6767
D7FB8E571AF89D0900286272 /* String+LeetCode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+LeetCode.swift"; sourceTree = "<group>"; };
68-
D7FB8E5B1AF8A6FE00286272 /* 64.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 64.swift; sourceTree = "<group>"; };
68+
D7FB8E5B1AF8A6FE00286272 /* 21.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 21.swift; sourceTree = "<group>"; };
6969
D7FB8E5F1AF8AF2400286272 /* Character+LeetCode.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Character+LeetCode.swift"; sourceTree = "<group>"; };
70-
D7FB8E611AF8B33600286272 /* 66.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 66.swift; sourceTree = "<group>"; };
71-
D7FB8E651AF9B09100286272 /* 67.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 67.swift; sourceTree = "<group>"; };
70+
D7FB8E611AF8B33600286272 /* 65.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 65.swift; sourceTree = "<group>"; };
71+
D7FB8E651AF9B09100286272 /* 66.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 66.swift; sourceTree = "<group>"; };
7272
D7FB8E691AF9B9D400286272 /* 82.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = 82.swift; sourceTree = "<group>"; };
7373
/* End PBXFileReference section */
7474

@@ -113,14 +113,14 @@
113113
D7FB8E191AF89A6500286272 /* 14.swift */,
114114
D7FB8E2B1AF89AF400286272 /* 19.swift */,
115115
D7FB8E291AF89AE500286272 /* 20.swift */,
116+
D7FB8E5B1AF8A6FE00286272 /* 21.swift */,
116117
D7FB8E251AF89ACD00286272 /* 26.swift */,
117118
D7FB8E231AF89AAF00286272 /* 27.swift */,
118119
D7FB8E171AF89A3200286272 /* 28.swift */,
119-
D7FB8E151AF89A2700286272 /* 37.swift */,
120+
D7FB8E151AF89A2700286272 /* 38.swift */,
120121
D7AB14CA1B99C85200DEDE9D /* 58.swift */,
121-
D7FB8E5B1AF8A6FE00286272 /* 64.swift */,
122-
D7FB8E611AF8B33600286272 /* 66.swift */,
123-
D7FB8E651AF9B09100286272 /* 67.swift */,
122+
D7FB8E611AF8B33600286272 /* 65.swift */,
123+
D7FB8E651AF9B09100286272 /* 66.swift */,
124124
D7FB8E691AF9B9D400286272 /* 82.swift */,
125125
D7FB8E211AF89AA200286272 /* 88.swift */,
126126
D7DE016A1AF9F13600BB2AA0 /* 100.swift */,
@@ -225,12 +225,12 @@
225225
D7803DC21B95F1FE000C9270 /* 104.swift in Sources */,
226226
D783CC9B1B2AC9160087FFC1 /* 226.swift in Sources */,
227227
D7FB8E2C1AF89AF400286272 /* 19.swift in Sources */,
228-
D7FB8E5C1AF8A6FE00286272 /* 64.swift in Sources */,
228+
D7FB8E5C1AF8A6FE00286272 /* 21.swift in Sources */,
229229
D7FB8E201AF89A9700286272 /* 13.swift in Sources */,
230-
D7FB8E661AF9B09100286272 /* 67.swift in Sources */,
230+
D7FB8E661AF9B09100286272 /* 66.swift in Sources */,
231231
D7AB14CB1B99C85200DEDE9D /* 58.swift in Sources */,
232-
D7FB8E161AF89A2700286272 /* 37.swift in Sources */,
233-
D7FB8E621AF8B33600286272 /* 66.swift in Sources */,
232+
D7FB8E161AF89A2700286272 /* 38.swift in Sources */,
233+
D7FB8E621AF8B33600286272 /* 65.swift in Sources */,
234234
D7FB8E181AF89A3200286272 /* 28.swift in Sources */,
235235
D71CE8411B031E9A00D8A35F /* 165.swift in Sources */,
236236
D7FB8E2E1AF89B0400286272 /* 6.swift in Sources */,

0 commit comments

Comments
 (0)
0