|
182 | 182 | 0922310F22FAFEEE00F0F5AF /* merge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = merge.h; sourceTree = "<group>"; };
|
183 | 183 | 0924B8E622F9D8A400435980 /* twoSum.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = twoSum.h; sourceTree = "<group>"; };
|
184 | 184 | 0924B8E922F9E06000435980 /* removeDuplicates.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = removeDuplicates.h; sourceTree = "<group>"; };
|
| 185 | + 09255F962360A57300B38E3D /* getMaxRectSize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = getMaxRectSize.h; sourceTree = "<group>"; }; |
185 | 186 | 0925CDE722F67BB100DB3191 /* Permutation.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Permutation.h; sourceTree = "<group>"; };
|
186 | 187 | 0929C38122FE7804006905B4 /* deleteDuplicates.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = deleteDuplicates.h; sourceTree = "<group>"; };
|
187 | 188 | 0929C38422FE8DFE006905B4 /* getIntersectionNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = getIntersectionNode.h; sourceTree = "<group>"; };
|
188 | 189 | 092A72A02358BA02005B0DC2 /* hanoiProblem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = hanoiProblem.h; sourceTree = "<group>"; };
|
| 190 | + 092D77CF2371BF4C00CF2069 /* isPalindrome2.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = isPalindrome2.h; sourceTree = "<group>"; }; |
| 191 | + 09377EDC236A583C00222B54 /* ReverseLL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReverseLL.h; sourceTree = "<group>"; }; |
| 192 | + 09377EDF236A60E800222B54 /* ReversePartLL.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ReversePartLL.h; sourceTree = "<group>"; }; |
| 193 | + 093841F823673DDE00322A8B /* removeMidNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = removeMidNode.h; sourceTree = "<group>"; }; |
189 | 194 | 093D6BFB22FBA0D000771DEC /* pascals_triangle.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pascals_triangle.h; sourceTree = "<group>"; };
|
190 | 195 | 093D6BFE22FBA5D200771DEC /* pascals_triangle_ii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pascals_triangle_ii.h; sourceTree = "<group>"; };
|
191 | 196 | 093D6C0122FC704700771DEC /* best_time_to_buy_and_sell_stock.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = best_time_to_buy_and_sell_stock.h; sourceTree = "<group>"; };
|
|
219 | 224 | 0947D1AE232AA674001DABA0 /* permutationsii.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = permutationsii.h; sourceTree = "<group>"; };
|
220 | 225 | 094E2633233AF18200C08071 /* word_search.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = word_search.h; sourceTree = "<group>"; };
|
221 | 226 | 094E2636233BC31600C08071 /* gray_code.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = gray_code.h; sourceTree = "<group>"; };
|
| 227 | + 0953CF0D2365DE7500F5B471 /* printCommonPart.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = printCommonPart.h; sourceTree = "<group>"; }; |
| 228 | + 0953CF102365E29A00F5B471 /* removeLastKthNode.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = removeLastKthNode.h; sourceTree = "<group>"; }; |
222 | 229 | 095A524923364FC800D29259 /* permutation_sequence.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = permutation_sequence.h; sourceTree = "<group>"; };
|
223 | 230 | 095A524C23371ADA00D29259 /* combinations.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = combinations.h; sourceTree = "<group>"; };
|
224 | 231 | 095A524F2339193400D29259 /* subsets.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = subsets.h; sourceTree = "<group>"; };
|
| 232 | + 095E32C223706CCA00331B4A /* josephusKill.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = josephusKill.h; sourceTree = "<group>"; }; |
225 | 233 | 095F60122322B3390072CF0C /* searchInRotatedSortedArrayII.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = searchInRotatedSortedArrayII.h; sourceTree = "<group>"; };
|
226 | 234 | 0965B3CB23045219009A153E /* lengthOfLastWord.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = lengthOfLastWord.h; sourceTree = "<group>"; };
|
227 | 235 | 0965B3CE23045B1C009A153E /* addBinary.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = addBinary.h; sourceTree = "<group>"; };
|
|
666 | 674 | path = "coding-interviews";
|
667 | 675 | sourceTree = "<group>";
|
668 | 676 | };
|
| 677 | + 0953CF0C2365DDEF00F5B471 /* itinterviews */ = { |
| 678 | + isa = PBXGroup; |
| 679 | + children = ( |
| 680 | + 0953CF0D2365DE7500F5B471 /* printCommonPart.h */, |
| 681 | + 0953CF102365E29A00F5B471 /* removeLastKthNode.h */, |
| 682 | + 093841F823673DDE00322A8B /* removeMidNode.h */, |
| 683 | + 09377EDC236A583C00222B54 /* ReverseLL.h */, |
| 684 | + 09377EDF236A60E800222B54 /* ReversePartLL.h */, |
| 685 | + 095E32C223706CCA00331B4A /* josephusKill.h */, |
| 686 | + 092D77CF2371BF4C00CF2069 /* isPalindrome2.h */, |
| 687 | + ); |
| 688 | + path = itinterviews; |
| 689 | + sourceTree = "<group>"; |
| 690 | + }; |
669 | 691 | 0965B3D12304665C009A153E /* easy */ = {
|
670 | 692 | isa = PBXGroup;
|
671 | 693 | children = (
|
|
841 | 863 | 09F082AF235768BD000F84C0 /* sortStackByStack.h */,
|
842 | 864 | 092A72A02358BA02005B0DC2 /* hanoiProblem.h */,
|
843 | 865 | 09EF0F4C235F43A4008E90DC /* getMaxWindow.h */,
|
| 866 | + 09255F962360A57300B38E3D /* getMaxRectSize.h */, |
844 | 867 | );
|
845 | 868 | path = itinterviews;
|
846 | 869 | sourceTree = "<group>";
|
|
1063 | 1086 | 3A717D9D22DEC1A7002DA2C2 /* linkedList */ = {
|
1064 | 1087 | isa = PBXGroup;
|
1065 | 1088 | children = (
|
| 1089 | + 0953CF0C2365DDEF00F5B471 /* itinterviews */, |
1066 | 1090 | 3A091A6422F3DDD800EFA79C /* coding-interviews */,
|
1067 | 1091 | 3A717DA622DEF32A002DA2C2 /* leetcode */,
|
1068 | 1092 | 3A717D9E22DEC1A7002DA2C2 /* main.cpp */,
|
|
0 commit comments