|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 1F21EEE72F54613100E0274E /* MakeArithmeticProgression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F21EEE62F54612300E0274E /* MakeArithmeticProgression.swift */; }; |
| 11 | + 1F21EEEB2F56CA9700E0274E /* ReversePairs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F21EEEA2F56CA9300E0274E /* ReversePairs.swift */; }; |
11 | 12 | 1F7037522F3E5618002CFFE1 /* Algorithms in Frameworks */ = {isa = PBXBuildFile; productRef = 1F7037512F3E5618002CFFE1 /* Algorithms */; }; |
12 | 13 | 1F7037552F3E5642002CFFE1 /* BasicContainers in Frameworks */ = {isa = PBXBuildFile; productRef = 1F7037542F3E5642002CFFE1 /* BasicContainers */; }; |
13 | 14 | 1F7037572F3E5642002CFFE1 /* BitCollections in Frameworks */ = {isa = PBXBuildFile; productRef = 1F7037562F3E5642002CFFE1 /* BitCollections */; }; |
|
334 | 335 |
|
335 | 336 | /* Begin PBXFileReference section */ |
336 | 337 | 1F21EEE62F54612300E0274E /* MakeArithmeticProgression.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MakeArithmeticProgression.swift; sourceTree = "<group>"; }; |
| 338 | + 1F21EEEA2F56CA9300E0274E /* ReversePairs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReversePairs.swift; sourceTree = "<group>"; }; |
337 | 339 | 1F85E42D2F500D060097933E /* RecursiveBubbleSort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecursiveBubbleSort.swift; sourceTree = "<group>"; }; |
338 | 340 | 1F85E4302F500D210097933E /* RecusriveInsertionSort.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecusriveInsertionSort.swift; sourceTree = "<group>"; }; |
339 | 341 | 1F85E4352F5062420097933E /* SortedRotated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SortedRotated.swift; sourceTree = "<group>"; }; |
|
608 | 610 | path = "Can Make Arithmetic Progression"; |
609 | 611 | sourceTree = "<group>"; |
610 | 612 | }; |
| 613 | + 1F21EEE82F56CA7100E0274E /* Reverse Pairs */ = { |
| 614 | + isa = PBXGroup; |
| 615 | + children = ( |
| 616 | + 1F21EEEA2F56CA9300E0274E /* ReversePairs.swift */, |
| 617 | + ); |
| 618 | + path = "Reverse Pairs"; |
| 619 | + sourceTree = "<group>"; |
| 620 | + }; |
| 621 | + 1F21EEE92F56CA8D00E0274E /* Next Permutation */ = { |
| 622 | + isa = PBXGroup; |
| 623 | + children = ( |
| 624 | + ); |
| 625 | + path = "Next Permutation"; |
| 626 | + sourceTree = "<group>"; |
| 627 | + }; |
611 | 628 | 1F85E42C2F500D010097933E /* Recursive Bubble Sort */ = { |
612 | 629 | isa = PBXGroup; |
613 | 630 | children = ( |
|
1361 | 1378 | 6A88CEE626C056BD00A3746B /* 3 Sum Closest */, |
1362 | 1379 | 1F85E42F2F500D1D0097933E /* Recursive Insertion Sort */, |
1363 | 1380 | 1F21EEE52F54611E00E0274E /* Can Make Arithmetic Progression */, |
| 1381 | + 1F21EEE82F56CA7100E0274E /* Reverse Pairs */, |
| 1382 | + 1F21EEE92F56CA8D00E0274E /* Next Permutation */, |
1364 | 1383 | ); |
1365 | 1384 | path = LeetCode; |
1366 | 1385 | sourceTree = "<group>"; |
|
2936 | 2955 | 6A91246127064A8900D50C17 /* MaxAreaOfIsland.swift in Sources */, |
2937 | 2956 | 6A319EC02908764100801A8A /* SymmetricTree_recursive.swift in Sources */, |
2938 | 2957 | 6A651A25290705FB000731BB /* ValidParantheses.swift in Sources */, |
| 2958 | + 1F21EEEB2F56CA9700E0274E /* ReversePairs.swift in Sources */, |
2939 | 2959 | 6AF5789226A2E6F6007B37CA /* NonConstructibleChange.swift in Sources */, |
2940 | 2960 | 6A651A46290785A2000731BB /* ValidSuduku.swift in Sources */, |
2941 | 2961 | 6A88CEE826C056C900A3746B /* ThreeSumClosest.swift in Sources */, |
|
0 commit comments