|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
| 10 | + 1F21EEE72F54613100E0274E /* MakeArithmeticProgression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F21EEE62F54612300E0274E /* MakeArithmeticProgression.swift */; }; |
10 | 11 | 1F7037522F3E5618002CFFE1 /* Algorithms in Frameworks */ = {isa = PBXBuildFile; productRef = 1F7037512F3E5618002CFFE1 /* Algorithms */; }; |
11 | 12 | 1F7037552F3E5642002CFFE1 /* BasicContainers in Frameworks */ = {isa = PBXBuildFile; productRef = 1F7037542F3E5642002CFFE1 /* BasicContainers */; }; |
12 | 13 | 1F7037572F3E5642002CFFE1 /* BitCollections in Frameworks */ = {isa = PBXBuildFile; productRef = 1F7037562F3E5642002CFFE1 /* BitCollections */; }; |
|
332 | 333 | /* End PBXCopyFilesBuildPhase section */ |
333 | 334 |
|
334 | 335 | /* Begin PBXFileReference section */ |
| 336 | + 1F21EEE62F54612300E0274E /* MakeArithmeticProgression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MakeArithmeticProgression.swift; sourceTree = "<group>"; }; |
335 | 337 | 1F85E42D2F500D060097933E /* RecursiveBubbleSort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecursiveBubbleSort.swift; sourceTree = "<group>"; }; |
336 | 338 | 1F85E4302F500D210097933E /* RecusriveInsertionSort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecusriveInsertionSort.swift; sourceTree = "<group>"; }; |
337 | 339 | 1F85E4352F5062420097933E /* SortedRotated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SortedRotated.swift; sourceTree = "<group>"; }; |
|
598 | 600 | /* End PBXFrameworksBuildPhase section */ |
599 | 601 |
|
600 | 602 | /* Begin PBXGroup section */ |
| 603 | + 1F21EEE52F54611E00E0274E /* Can Make Arithmetic Progression */ = { |
| 604 | + isa = PBXGroup; |
| 605 | + children = ( |
| 606 | + 1F21EEE62F54612300E0274E /* MakeArithmeticProgression.swift */, |
| 607 | + ); |
| 608 | + path = "Can Make Arithmetic Progression"; |
| 609 | + sourceTree = "<group>"; |
| 610 | + }; |
601 | 611 | 1F85E42C2F500D010097933E /* Recursive Bubble Sort */ = { |
602 | 612 | isa = PBXGroup; |
603 | 613 | children = ( |
|
1350 | 1360 | 6A88CEEA26C3132700A3746B /* Merge Intervals */, |
1351 | 1361 | 6A88CEE626C056BD00A3746B /* 3 Sum Closest */, |
1352 | 1362 | 1F85E42F2F500D1D0097933E /* Recursive Insertion Sort */, |
| 1363 | + 1F21EEE52F54611E00E0274E /* Can Make Arithmetic Progression */, |
1353 | 1364 | ); |
1354 | 1365 | path = LeetCode; |
1355 | 1366 | sourceTree = "<group>"; |
|
2993 | 3004 | 6A651A4C2907866D000731BB /* FirstUniqueCharacter.swift in Sources */, |
2994 | 3005 | 6AF5788626A2E67F007B37CA /* TwoNumberSum.swift in Sources */, |
2995 | 3006 | 6AF5790926A6E0FC007B37CA /* BinarySearchTrees.swift in Sources */, |
| 3007 | + 1F21EEE72F54613100E0274E /* MakeArithmeticProgression.swift in Sources */, |
2996 | 3008 | 6AF578BC26A34C97007B37CA /* RemoveDuplicatesFromLinkedList.swift in Sources */, |
2997 | 3009 | 6AF5795A26AC287A007B37CA /* ThreeNumberSort.swift in Sources */, |
2998 | 3010 | 6A502306285C8C4600688107 /* ReconstructBST.swift in Sources */, |
|
0 commit comments