├── .swift-format ├── 0001-0500 ├── 0001. Two Sum.swift ├── 0002. Add Two Numbers.swift ├── 0003. Longest Substring Without Repeating Characters.swift ├── 0004. Median of Two Sorted Arrays.swift ├── 0005. Longest Palindromic Substring.swift ├── 0006. ZigZag Conversion.swift ├── 0007. Reverse Integer.swift ├── 0008. String to Integer (atoi).swift ├── 0009. Palindrome Number.swift ├── 0010. Regular Expression Matching.swift ├── 0011. Container With Most Water.swift ├── 0012. Integer to Roman.swift ├── 0013. Roman to Integer.swift ├── 0014. Longest Common Prefix.swift ├── 0015. 3Sum.swift ├── 0016. 3Sum Closest.swift ├── 0017. Letter Combinations of a Phone Number.swift ├── 0018. 4Sum.swift ├── 0019. Remove Nth Node From End of List.swift ├── 0020. Valid Parentheses.swift ├── 0021. Merge Two Sorted Lists.swift ├── 0022. Generate Parentheses.swift ├── 0023. Merge k Sorted Lists.swift ├── 0024. Swap Nodes in Pairs.swift ├── 0025. Reverse Nodes in k-Group.swift ├── 0026. Remove Duplicates from Sorted Array.swift ├── 0027. Remove Element.swift ├── 0028. Implement strStr().swift ├── 0029. Divide Two Integers.swift ├── 0030. Substring with Concatenation of All Words.swift ├── 0031. Next Permutation.swift ├── 0032. Longest Valid Parentheses.swift ├── 0033. Search in Rotated Sorted Array.swift ├── 0034. Find First and Last Position of Element in Sorted Array.swift ├── 0035. Search Insert Position.swift ├── 0036. Valid Sudoku.swift ├── 0037. Sudoku Solver.swift ├── 0038. Count and Say.swift ├── 0039. Combination Sum.swift ├── 0040. Combination Sum II.swift ├── 0041. First Missing Positive.swift ├── 0042. Trapping Rain Water.swift ├── 0043. Multiply Strings.swift ├── 0044. Wildcard Matching.swift ├── 0045. Jump Game II.swift ├── 0046. Permutations.swift ├── 0047. Permutations II.swift ├── 0048. Rotate Image.swift ├── 0049. Group Anagrams.swift ├── 0050. Pow(x, n).swift ├── 0051. N-Queens.swift ├── 0052. N-Queens II.swift ├── 0053. Maximum Subarray.swift ├── 0054. Spiral Matrix.swift ├── 0055. Jump Game.swift ├── 0056. Merge Intervals.swift ├── 0057. Insert Interval.swift ├── 0058. Length of Last Word.swift ├── 0059. Spiral Matrix II.swift ├── 0060. Permutation Sequence.swift ├── 0061. Rotate List.swift ├── 0062. Unique Paths.swift ├── 0063. Unique Paths II.swift ├── 0064. Minimum Path Sum.swift ├── 0065. Valid Number.swift ├── 0066. Plus One.swift ├── 0067. Add Binary.swift ├── 0068. Text Justification.swift ├── 0069. Sqrt(x).swift ├── 0070. Climbing Stairs.swift ├── 0071. Simplify Path.swift ├── 0072. Edit Distance.swift ├── 0073. Set Matrix Zeroes.swift ├── 0074. Search a 2D Matrix.swift ├── 0075. Sort Colors.swift ├── 0076. Minimum Window Substring.swift ├── 0077. Combinations.swift ├── 0078. Subsets.swift ├── 0079. Word Search.swift ├── 0080. Remove Duplicates from Sorted Array II.swift ├── 0081. Search in Rotated Sorted Array II.swift ├── 0082. Remove Duplicates from Sorted List II.swift ├── 0083. Remove Duplicates from Sorted List.swift ├── 0084. Largest Rectangle in Histogram.swift ├── 0085. Maximal Rectangle.swift ├── 0086. Partition List.swift ├── 0087. Scramble String.swift ├── 0088. Merge Sorted Array.swift ├── 0089. Gray Code.swift ├── 0090. Subsets II.swift ├── 0091. Decode Ways.swift ├── 0092. Reverse Linked List II.swift ├── 0093. Restore IP Addresses.swift ├── 0094. Binary Tree Inorder Traversal.swift ├── 0095. Unique Binary Search Trees II.swift ├── 0096. Unique Binary Search Trees.swift ├── 0097. Interleaving String.swift ├── 0098. Validate Binary Search Tree.swift ├── 0099. Recover Binary Search Tree.swift ├── 0100. Same Tree.swift ├── 0101. Symmetric Tree.swift ├── 0102. Binary Tree Level Order Traversal.swift ├── 0103. Binary Tree Zigzag Level Order Traversal.swift ├── 0104. Maximum Depth of Binary Tree.swift ├── 0105. Construct Binary Tree from Preorder and Inorder Traversal.swift ├── 0106. Construct Binary Tree from Inorder and Postorder Traversal.swift ├── 0107. Binary Tree Level Order Traversal II.swift ├── 0108. Convert Sorted Array to Binary Search Tree.swift ├── 0109. Convert Sorted List to Binary Search Tree.swift ├── 0110. Balanced Binary Tree.swift ├── 0111. Minimum Depth of Binary Tree.swift ├── 0112. Path Sum.swift ├── 0113. Path Sum II.swift ├── 0114. Flatten Binary Tree to Linked List.swift ├── 0115. Distinct Subsequences.swift ├── 0116. Populating Next Right Pointers in Each Node.swift ├── 0117. Populating Next Right Pointers in Each Node II.swift ├── 0118. Pascal's Triangle.swift ├── 0119. Pascal's Triangle II.swift ├── 0120. Triangle.swift ├── 0121. Best Time to Buy and Sell Stock.swift ├── 0122. Best Time to Buy and Sell Stock II.swift ├── 0123. Best Time to Buy and Sell Stock III.swift ├── 0124. Binary Tree Maximum Path Sum.swift ├── 0125. Valid Palindrome.swift ├── 0126. Word Ladder II.swift ├── 0127. Word Ladder.swift ├── 0128. Longest Consecutive Sequence.swift ├── 0129. Sum Root to Leaf Numbers.swift ├── 0130. Surrounded Regions.swift ├── 0131. Palindrome Partitioning.swift ├── 0132. Palindrome Partitioning II.swift ├── 0133. Clone Graph.swift ├── 0134. Gas Station.swift ├── 0135. Candy.swift ├── 0136. Single Number.swift ├── 0137. Single Number II.swift ├── 0138. Copy List with Random Pointer.swift ├── 0139. Word Break.swift ├── 0140. Word Break II.swift ├── 0141. Linked List Cycle.swift ├── 0142. Linked List Cycle II.swift ├── 0143. Reorder List.swift ├── 0144. Binary Tree Preorder Traversal.swift ├── 0145. Binary Tree Postorder Traversal.swift ├── 0146. LRU Cache.swift ├── 0147. Insertion Sort List.swift ├── 0148. Sort List.swift ├── 0149. Max Points on a Line.swift ├── 0150. Evaluate Reverse Polish Notation.swift ├── 0151. Reverse Words in a String.swift ├── 0152. Maximum Product Subarray.swift ├── 0153. Find Minimum in Rotated Sorted Array.swift ├── 0154. Find Minimum in Rotated Sorted Array II.swift ├── 0155. Min Stack.swift ├── 0160. Intersection of Two Linked Lists.swift ├── 0162. Find Peak Element.swift ├── 0164. Maximum Gap.swift ├── 0165. Compare Version Numbers.swift ├── 0166. Fraction to Recurring Decimal.swift ├── 0167. Two Sum II - Input array is sorted.swift ├── 0168. Excel Sheet Column Title.swift ├── 0169. Majority Element.swift ├── 0171. Excel Sheet Column Number.swift ├── 0172. Factorial Trailing Zeroes.swift ├── 0173. Binary Search Tree Iterator.swift ├── 0174. Dungeon Game.swift ├── 0175. Combine Two Tables.sql ├── 0176. Second Highest Salary.sql ├── 0177. Nth Highest Salary.sql ├── 0178. Rank Scores.sql ├── 0179. Largest Number.swift ├── 0180. Consecutive Numbers.sql ├── 0181. Employees Earning More Than Their Managers.sql ├── 0182. Duplicate Emails.sql ├── 0183. Customers Who Never Order.sql ├── 0184. Department Highest Salary.sql ├── 0185. Department Top Three Salaries.sql ├── 0187. Repeated DNA Sequences.swift ├── 0188. Best Time to Buy and Sell Stock IV.swift ├── 0189. Rotate Array.swift ├── 0190. Reverse Bits.swift ├── 0191. Number of 1 Bits.swift ├── 0192. Word Frequency.sh ├── 0193. Valid Phone Numbers.sh ├── 0194. Transpose File.sh ├── 0195. Tenth Line.sh ├── 0196. Delete Duplicate Emails.sql ├── 0197. Rising Temperature.sql ├── 0198. House Robber.swift ├── 0199. Binary Tree Right Side View.swift ├── 0200. Number of Islands.swift ├── 0201. Bitwise AND of Numbers Range.swift ├── 0202. Happy Number.swift ├── 0203. Remove Linked List Elements.swift ├── 0204. Count Primes.swift ├── 0205. Isomorphic Strings.swift ├── 0206. Reverse Linked List.swift ├── 0207. Course Schedule.swift ├── 0208. Implement Trie (Prefix Tree).swift ├── 0209. Minimum Size Subarray Sum.swift ├── 0210. Course Schedule II.swift ├── 0211. Design Add and Search Words Data Structure.swift ├── 0212. Word Search II.swift ├── 0213. House Robber II.swift ├── 0214. Shortest Palindrome.swift ├── 0215. Kth Largest Element in an Array.swift ├── 0216. Combination Sum III.swift ├── 0217. Contains Duplicate.swift ├── 0218. The Skyline Problem.swift ├── 0219. Contains Duplicate II.swift ├── 0220. Contains Duplicate III.swift ├── 0221. Maximal Square.swift ├── 0222. Count Complete Tree Nodes.swift ├── 0223. Rectangle Area.swift ├── 0224. Basic Calculator.swift ├── 0225. Implement Stack using Queues.swift ├── 0226. Invert Binary Tree.swift ├── 0227. Basic Calculator II.swift ├── 0228. Summary Ranges.swift ├── 0229. Majority Element II.swift ├── 0230. Kth Smallest Element in a BST.swift ├── 0231. Power of Two.swift ├── 0232. Implement Queue using Stacks.swift ├── 0233. Number of Digit One.swift ├── 0234. Palindrome Linked List.swift ├── 0235. Lowest Common Ancestor of a Binary Search Tree.swift ├── 0236. Lowest Common Ancestor of a Binary Tree.swift ├── 0237. Delete Node in a Linked List.swift ├── 0238. Product of Array Except Self.swift ├── 0239. Sliding Window Maximum.swift ├── 0240. Search a 2D Matrix II.swift ├── 0241. Different Ways to Add Parentheses.swift ├── 0242. Valid Anagram.swift ├── 0257. Binary Tree Paths.swift ├── 0258. Add Digits.swift ├── 0260. Single Number III.swift ├── 0262. Trips and Users.sql ├── 0263. Ugly Number.swift ├── 0264. Ugly Number II.swift ├── 0268. Missing Number.swift ├── 0273. Integer to English Words.swift ├── 0274. H-Index.swift ├── 0275. H-Index II.swift ├── 0278. First Bad Version.swift ├── 0279. Perfect Squares.swift ├── 0282. Expression Add Operators.swift ├── 0283. Move Zeroes.swift ├── 0284. Peeking Iterator.swift ├── 0287. Find the Duplicate Number.swift ├── 0289. Game of Life.swift ├── 0290. Word Pattern.swift ├── 0292. Nim Game.swift ├── 0295. Find Median from Data Stream.swift ├── 0297. Serialize and Deserialize Binary Tree.swift ├── 0299. Bulls and Cows.swift ├── 0300. Longest Increasing Subsequence.swift ├── 0301. Remove Invalid Parentheses.swift ├── 0303. Range Sum Query - Immutable.swift ├── 0304. Range Sum Query 2D - Immutable.swift ├── 0306. Additive Number.swift ├── 0307. Range Sum Query - Mutable.swift ├── 0309. Best Time to Buy and Sell Stock with Cooldown.swift ├── 0310. Minimum Height Trees.swift ├── 0312. Burst Balloons.swift ├── 0313. Super Ugly Number.swift ├── 0315. Count of Smaller Numbers After Self.swift ├── 0318. Maximum Product of Word Lengths.swift ├── 0319. Bulb Switcher.swift ├── 0321. Create Maximum Number.swift ├── 0322. Coin Change.swift ├── 0324. Wiggle Sort II.swift ├── 0326. Power of Three.swift ├── 0327. Count of Range Sum.swift ├── 0328. Odd Even Linked List.swift ├── 0329. Longest Increasing Path in a Matrix.swift ├── 0330. Patching Array.swift ├── 0331. Verify Preorder Serialization of a Binary Tree.swift ├── 0332. Reconstruct Itinerary.swift ├── 0334. Increasing Triplet Subsequence.swift ├── 0335. Self Crossing.swift ├── 0336. Palindrome Pairs.swift ├── 0337. House Robber III.swift ├── 0338. Counting Bits.swift ├── 0341. Flatten Nested List Iterator.swift ├── 0342. Power of Four.swift ├── 0343. Integer Break.swift ├── 0344. Reverse String.swift ├── 0345. Reverse Vowels of a String.swift ├── 0347. Top K Frequent Elements.swift ├── 0349. Intersection of Two Arrays.swift ├── 0350. Intersection of Two Arrays II.swift ├── 0352. Data Stream as Disjoint Intervals.swift ├── 0354. Russian Doll Envelopes.swift ├── 0355. Design Twitter.swift ├── 0357. Count Numbers with Unique Digits.swift ├── 0363. Max Sum of Rectangle No Larger Than K.swift ├── 0365. Water and Jug Problem.swift ├── 0367. Valid Perfect Square.swift ├── 0368. Largest Divisible Subset.swift ├── 0371. Sum of Two Integers.swift ├── 0372. Super Pow.swift ├── 0373. Find K Pairs with Smallest Sums.swift ├── 0374. Guess Number Higher or Lower.swift ├── 0375. Guess Number Higher or Lower II.swift ├── 0376. Wiggle Subsequence.swift ├── 0377. Combination Sum IV.swift ├── 0378. Kth Smallest Element in a Sorted Matrix.swift ├── 0380. Insert Delete GetRandom O(1).swift ├── 0381. Insert Delete GetRandom O(1) - Duplicates allowed.swift ├── 0382. Linked List Random Node.swift ├── 0383. Ransom Note.swift ├── 0384. Shuffle an Array.swift ├── 0385. Mini Parser.swift ├── 0386. Lexicographical Numbers.swift ├── 0387. First Unique Character in a String.swift ├── 0388. Longest Absolute File Path.swift ├── 0389. Find the Difference.swift ├── 0390. Elimination Game.swift ├── 0391. Perfect Rectangle.swift ├── 0392. Is Subsequence.swift ├── 0393. UTF-8 Validation.swift ├── 0394. Decode String.swift ├── 0395. Longest Substring with At Least K Repeating Characters.swift ├── 0396. Rotate Function.swift ├── 0397. Integer Replacement.swift ├── 0399. Evaluate Division.swift ├── 0400. Nth Digit.swift ├── 0401. Binary Watch.swift ├── 0402. Remove K Digits.swift ├── 0403. Frog Jump.swift ├── 0404. Sum of Left Leaves.swift ├── 0405. Convert a Number to Hexadecimal.swift ├── 0406. Queue Reconstruction by Height.swift ├── 0407. Trapping Rain Water II.swift ├── 0409. Longest Palindrome.swift ├── 0410. Split Array Largest Sum.swift ├── 0412. Fizz Buzz.swift ├── 0413. Arithmetic Slices.swift ├── 0414. Third Maximum Number.swift ├── 0415. Add Strings.swift ├── 0416. Partition Equal Subset Sum.swift ├── 0417. Pacific Atlantic Water Flow.swift ├── 0419. Battleships in a Board.swift ├── 0420. Strong Password Checker.swift ├── 0421. Maximum XOR of Two Numbers in an Array.swift ├── 0423. Reconstruct Original Digits from English.swift ├── 0424. Longest Repeating Character Replacement.swift ├── 0427. Construct Quad Tree.swift ├── 0429. N-ary Tree Level Order Traversal.swift ├── 0430. Flatten a Multilevel Doubly Linked List.swift ├── 0432. All Oone Data Structure.swift ├── 0433. Minimum Genetic Mutation.swift ├── 0434. Number of Segments in a String.swift ├── 0435. Non-overlapping Intervals.swift ├── 0436. Find Right Interval.swift ├── 0437. Path Sum III.swift ├── 0438. Find All Anagrams in a String.swift ├── 0440. K-th Smallest in Lexicographical Order.swift ├── 0441. Arranging Coins.swift ├── 0442. Find All Duplicates in an Array.swift ├── 0445. Add Two Numbers II.swift ├── 0446. Arithmetic Slices II - Subsequence.swift ├── 0447. Number of Boomerangs.swift ├── 0448. Find All Numbers Disappeared in an Array.swift ├── 0449. Serialize and Deserialize BST.swift ├── 0450. Delete Node in a BST.swift ├── 0451. Sort Characters By Frequency.swift ├── 0452. Minimum Number of Arrows to Burst Balloons.swift ├── 0453. Minimum Moves to Equal Array Elements.swift ├── 0454. 4Sum II.swift ├── 0455. Assign Cookies.swift ├── 0456. 132 Pattern.swift ├── 0457. Circular Array Loop.swift ├── 0458. Poor Pigs.swift ├── 0459. Repeated Substring Pattern.swift ├── 0460. LFU Cache.swift ├── 0461. Hamming Distance.swift ├── 0462. Minimum Moves to Equal Array Elements II.swift ├── 0463. Island Perimeter.swift ├── 0464. Can I Win.swift ├── 0466. Count The Repetitions.swift ├── 0467. Unique Substrings in Wraparound String.swift ├── 0468. Validate IP Address.swift ├── 0470. Implement Rand10() Using Rand7().swift ├── 0472. Concatenated Words.swift ├── 0473. Matchsticks to Square.swift ├── 0474. Ones and Zeroes.swift ├── 0475. Heaters.swift ├── 0476. Number Complement.swift ├── 0477. Total Hamming Distance.swift ├── 0478. Generate Random Point in a Circle.swift ├── 0479. Largest Palindrome Product.swift ├── 0480. Sliding Window Median.swift ├── 0481. Magical String.swift ├── 0482. License Key Formatting.swift ├── 0483. Smallest Good Base.swift ├── 0485. Max Consecutive Ones.swift ├── 0486. Predict the Winner.swift ├── 0491. Increasing Subsequences.swift ├── 0492. Construct the Rectangle.swift ├── 0493. Reverse Pairs.swift ├── 0494. Target Sum.swift ├── 0495. Teemo Attacking.swift ├── 0496. Next Greater Element I.swift ├── 0497. Random Point in Non-overlapping Rectangles.swift ├── 0498. Diagonal Traverse.swift └── 0500. Keyboard Row.swift ├── 0501-1000 ├── 0501. Find Mode in Binary Search Tree.swift ├── 0503. Next Greater Element II.swift ├── 0504. Base 7.swift ├── 0506. Relative Ranks.swift ├── 0507. Perfect Number.swift ├── 0508. Most Frequent Subtree Sum.swift ├── 0509. Fibonacci Number.swift ├── 0513. Find Bottom Left Tree Value.swift ├── 0514. Freedom Trail.swift ├── 0515. Find Largest Value in Each Tree Row.swift ├── 0516. Longest Palindromic Subsequence.swift ├── 0517. Super Washing Machines.swift ├── 0518. Coin Change 2.swift ├── 0520. Detect Capital.swift ├── 0521. Longest Uncommon Subsequence I.swift ├── 0522. Longest Uncommon Subsequence II.swift ├── 0523. Continuous Subarray Sum.swift ├── 0524. Longest Word in Dictionary through Deleting.swift ├── 0525. Contiguous Array.swift ├── 0526. Beautiful Arrangement.swift ├── 0528. Random Pick with Weight.swift ├── 0529. Minesweeper.swift ├── 0530. Minimum Absolute Difference in BST.swift ├── 0532. K-diff Pairs in an Array.swift ├── 0535. Encode and Decode TinyURL.swift ├── 0537. Complex Number Multiplication.swift ├── 0538. Convert BST to Greater Tree.swift ├── 0539. Minimum Time Difference.swift ├── 0540. Single Element in a Sorted Array.swift ├── 0541. Reverse String II.swift ├── 0542. 01 Matrix.swift ├── 0543. Diameter of Binary Tree.swift ├── 0546. Remove Boxes.swift ├── 0547. Number of Provinces.swift ├── 0550. Game Play Analysis IV.sql ├── 0551. Student Attendance Record I.swift ├── 0552. Student Attendance Record II.swift ├── 0553. Optimal Division.swift ├── 0554. Brick Wall.swift ├── 0556. Next Greater Element III.swift ├── 0557. Reverse Words in a String III.swift ├── 0559. Maximum Depth of N-ary Tree.swift ├── 0560. Subarray Sum Equals K.swift ├── 0561. Array Partition I.swift ├── 0563. Binary Tree Tilt.swift ├── 0564. Find the Closest Palindrome.swift ├── 0565. Array Nesting.swift ├── 0566. Reshape the Matrix.swift ├── 0567. Permutation in String.swift ├── 0570. Managers with at Least 5 Direct Reports.sql ├── 0572. Subtree of Another Tree.swift ├── 0575. Distribute Candies.swift ├── 0576. Out of Boundary Paths.swift ├── 0577. Employee Bonus.sql ├── 0581. Shortest Unsorted Continuous Subarray.swift ├── 0583. Delete Operation for Two Strings.swift ├── 0585. Investments in 2016.sql ├── 0589. N-ary Tree Preorder Traversal.swift ├── 0590. N-ary Tree Postorder Traversal.swift ├── 0592. Fraction Addition and Subtraction.swift ├── 0593. Valid Square.swift ├── 0594. Longest Harmonious Subsequence.swift ├── 0595. Big Countries.sql ├── 0596. Classes More Than 5 Students.sql ├── 0598. Range Addition II.swift ├── 0599. Minimum Index Sum of Two Lists.swift ├── 0600. Non-negative Integers without Consecutive Ones.swift ├── 0601. Human Traffic of Stadium.sql ├── 0602. Friend Requests II Who Has the Most Friends.sql ├── 0605. Can Place Flowers.swift ├── 0606. Construct String from Binary Tree.swift ├── 0609. Find Duplicate File in System.swift ├── 0610. Triangle Judgement.sql ├── 0611. Valid Triangle Number.swift ├── 0617. Merge Two Binary Trees.swift ├── 0619. Biggest Single Number.sql ├── 0620. Not Boring Movies.sql ├── 0621. Task Scheduler.swift ├── 0622. Design Circular Queue.swift ├── 0623. Add One Row to Tree.swift ├── 0626. Exchange Seats.sql ├── 0627. Swap Salary.sql ├── 0628. Maximum Product of Three Numbers.swift ├── 0629. K Inverse Pairs Array.swift ├── 0630. Course Schedule III.swift ├── 0632. Smallest Range Covering Elements from K Lists.swift ├── 0633. Sum of Square Numbers.swift ├── 0636. Exclusive Time of Functions.swift ├── 0637. Average of Levels in Binary Tree.swift ├── 0638. Shopping Offers.swift ├── 0639. Decode Ways II.swift ├── 0640. Solve the Equation.swift ├── 0641. Design Circular Deque.swift ├── 0643. Maximum Average Subarray I.swift ├── 0645. Set Mismatch.swift ├── 0646. Maximum Length of Pair Chain.swift ├── 0647. Palindromic Substrings.swift ├── 0648. Replace Words.swift ├── 0649. Dota2 Senate.swift ├── 0650. 2 Keys Keyboard.swift ├── 0652. Find Duplicate Subtrees.swift ├── 0653. Two Sum IV - Input is a BST.swift ├── 0654. Maximum Binary Tree.swift ├── 0655. Print Binary Tree.swift ├── 0657. Robot Return to Origin.swift ├── 0658. Find K Closest Elements.swift ├── 0659. Split Array into Consecutive Subsequences.swift ├── 0661. Image Smoother.swift ├── 0662. Maximum Width of Binary Tree.swift ├── 0664. Strange Printer.swift ├── 0665. Non-decreasing Array.swift ├── 0667. Beautiful Arrangement II.swift ├── 0668. Kth Smallest Number in Multiplication Table.swift ├── 0669. Trim a Binary Search Tree.swift ├── 0670. Maximum Swap.swift ├── 0671. Second Minimum Node In a Binary Tree.swift ├── 0672. Bulb Switcher II.swift ├── 0673. Number of Longest Increasing Subsequence.swift ├── 0674. Longest Continuous Increasing Subsequence.swift ├── 0676. Implement Magic Dictionary.swift ├── 0677. Map Sum Pairs.swift ├── 0678. Valid Parenthesis String.swift ├── 0679. 24 Game.swift ├── 0680. Valid Palindrome II.swift ├── 0682. Baseball Game.swift ├── 0684. Redundant Connection.swift ├── 0685. Redundant Connection II.swift ├── 0686. Repeated String Match.swift ├── 0687. Longest Univalue Path.swift ├── 0688. Knight Probability in Chessboard.swift ├── 0689. Maximum Sum of 3 Non-Overlapping Subarrays.swift ├── 0690. Employee Importance.swift ├── 0691. Stickers to Spell Word.swift ├── 0692. Top K Frequent Words.swift ├── 0693. Binary Number with Alternating Bits.swift ├── 0695. Max Area of Island.swift ├── 0696. Count Binary Substrings.swift ├── 0697. Degree of an Array.swift ├── 0698. Partition to K Equal Sum Subsets.swift ├── 0699. Falling Squares.swift ├── 0700. Search in a Binary Search Tree.swift ├── 0701. Insert into a Binary Search Tree.swift ├── 0703. Kth Largest Element in a Stream.swift ├── 0704. Binary Search.swift ├── 0705. Design HashSet.swift ├── 0706. Design HashMap.swift ├── 0707. Design Linked List.swift ├── 0709. To Lower Case.swift ├── 0710. Random Pick with Blacklist.swift ├── 0712. Minimum ASCII Delete Sum for Two Strings.swift ├── 0713. Subarray Product Less Than K.swift ├── 0714. Best Time to Buy and Sell Stock with Transaction Fee.swift ├── 0715. Range Module.swift ├── 0717. 1-bit and 2-bit Characters.swift ├── 0718. Maximum Length of Repeated Subarray.swift ├── 0719. Find K-th Smallest Pair Distance.swift ├── 0720. Longest Word in Dictionary.swift ├── 0721. Accounts Merge.swift ├── 0722. Remove Comments.swift ├── 0724. Find Pivot Index.swift ├── 0725. Split Linked List in Parts.swift ├── 0726. Number of Atoms.swift ├── 0728. Self Dividing Numbers.swift ├── 0729. My Calendar I.swift ├── 0730. Count Different Palindromic Subsequences.swift ├── 0731. My Calendar II.swift ├── 0733. Flood Fill.swift ├── 0735. Asteroid Collision.swift ├── 0738. Monotone Increasing Digits.swift ├── 0739. Daily Temperatures.swift ├── 0740. Delete and Earn.swift ├── 0741. Cherry Pickup.swift ├── 0743. Network Delay Time.swift ├── 0744. Find Smallest Letter Greater Than Target.swift ├── 0745. Prefix and Suffix Search.swift ├── 0746. Min Cost Climbing Stairs.swift ├── 0747. Largest Number At Least Twice of Others.swift ├── 0748. Shortest Completing Word.swift ├── 0749. Contain Virus.swift ├── 0752. Open the Lock.swift ├── 0753. Cracking the Safe.swift ├── 0754. Reach a Number.swift ├── 0756. Pyramid Transition Matrix.swift ├── 0762. Prime Number of Set Bits in Binary Representation.swift ├── 0763. Partition Labels.swift ├── 0764. Largest Plus Sign.swift ├── 0765. Couples Holding Hands.swift ├── 0766. Toeplitz Matrix.swift ├── 0767. Reorganize String.swift ├── 0768. Max Chunks To Make Sorted II.swift ├── 0769. Max Chunks To Make Sorted.swift ├── 0771. Jewels and Stones.swift ├── 0773. Sliding Puzzle.swift ├── 0777. Swap Adjacent in LR String.swift ├── 0778. Swim in Rising Water.swift ├── 0779. K-th Symbol in Grammar.swift ├── 0780. Reaching Points.swift ├── 0781. Rabbits in Forest.swift ├── 0783. Minimum Distance Between BST Nodes.swift ├── 0784. Letter Case Permutation.swift ├── 0785. Is Graph Bipartite.swift ├── 0786. K-th Smallest Prime Fraction.swift ├── 0787. Cheapest Flights Within K Stops.swift ├── 0788. Rotated Digits.swift ├── 0789. Escape The Ghosts.swift ├── 0790. Domino and Tromino Tiling.swift ├── 0791. Custom Sort String.swift ├── 0792. Number of Matching Subsequences.swift ├── 0793. Preimage Size of Factorial Zeroes Function.swift ├── 0794. Valid Tic-Tac-Toe State.swift ├── 0795. Number of Subarrays with Bounded Maximum.swift ├── 0796. Rotate String.swift ├── 0797. All Paths From Source to Target.swift ├── 0799. Champagne Tower.swift ├── 0801. Minimum Swaps To Make Sequences Increasing.swift ├── 0802. Find Eventual Safe States.swift ├── 0803. Bricks Falling When Hit.swift ├── 0804. Unique Morse Code Words.swift ├── 0805. Split Array With Same Average.swift ├── 0806. Number of Lines To Write String.swift ├── 0807. Max Increase to Keep City Skyline.swift ├── 0808. Soup Servings.swift ├── 0809. Expressive Words.swift ├── 0810. Chalkboard XOR Game.swift ├── 0811. Subdomain Visit Count.swift ├── 0812. Largest Triangle Area.swift ├── 0813. Largest Sum of Averages.swift ├── 0814. Binary Tree Pruning.swift ├── 0815. Bus Routes.swift ├── 0816. Ambiguous Coordinates.swift ├── 0817. Linked List Componentsa.swift ├── 0818. Race Car.swift ├── 0819. Most Common Word.swift ├── 0820. Short Encoding of Words.swift ├── 0821. Shortest Distance to a Character.swift ├── 0822. Card Flipping Game.swift ├── 0823. Binary Trees With Factors.swift ├── 0824. Goat Latin.swift ├── 0825. Friends Of Appropriate Ages.swift ├── 0826. Most Profit Assigning Work.swift ├── 0827. Making A Large Island.swift ├── 0828. Count Unique Characters of All Substrings of a Given String.swift ├── 0829. Consecutive Numbers Sum.swift ├── 0830. Positions of Large Groups.swift ├── 0831. Masking Personal Information.swift ├── 0832. Flipping an Image.swift ├── 0833. Find And Replace in String.swift ├── 0834. Sum of Distances in Tree.swift ├── 0835. Image Overlap.swift ├── 0836. Rectangle Overlap.swift ├── 0837. New 21 Game.swift ├── 0838. Push Dominoes.swift ├── 0839. Similar String Groups.swift ├── 0840. Magic Squares In Grid.swift ├── 0841. Keys and Rooms.swift ├── 0842. Split Array into Fibonacci Sequence.swift ├── 0843. Guess the Word.swift ├── 0844. Backspace String Compare.swift ├── 0845. Longest Mountain in Array.swift ├── 0846. Hand of Straights.swift ├── 0847. Shortest Path Visiting All Nodes.swift ├── 0848. Shifting Letters.swift ├── 0849. Maximize Distance to Closest Person.swift ├── 0850. Rectangle Area II.swift ├── 0851. Loud and Rich.swift ├── 0852. Peak Index in a Mountain Array.swift ├── 0853. Car Fleet.swift ├── 0854. K-Similar Strings.swift ├── 0856. Score of Parentheses.swift ├── 0857. Minimum Cost to Hire K Workers.swift ├── 0858. Mirror Reflection.swift ├── 0859. Buddy Strings.swift ├── 0860. Lemonade Change.swift ├── 0861. Score After Flipping Matrix.swift ├── 0862. Shortest Subarray with Sum at Least K.swift ├── 0863. All Nodes Distance K in Binary Tree.swift ├── 0864. Shortest Path to Get All Keys.swift ├── 0865. Smallest Subtree with all the Deepest Nodes.swift ├── 0866. Prime Palindrome.swift ├── 0867. Transpose Matrix.swift ├── 0868. Binary Gap.swift ├── 0869. Reordered Power of 2.swift ├── 0870. Advantage Shuffle.swift ├── 0871. Minimum Number of Refueling Stops.swift ├── 0872. Leaf-Similar Trees.swift ├── 0873. Length of Longest Fibonacci Subsequence.swift ├── 0874. Walking Robot Simulation.swift ├── 0875. Koko Eating Bananas.swift ├── 0876. Middle of the Linked List.swift ├── 0877. Stone Game.swift ├── 0878. Nth Magical Number.swift ├── 0879. Profitable Schemes.swift ├── 0880. Decoded String at Index.swift ├── 0881. Boats to Save People.swift ├── 0883. Projection Area of 3D Shapes.swift ├── 0884. Uncommon Words from Two Sentences.swift ├── 0885. Spiral Matrix III.swift ├── 0886. Possible Bipartition.swift ├── 0887. Super Egg Drop.swift ├── 0888. Fair Candy Swap.swift ├── 0889. Construct Binary Tree from Preorder and Postorder Traversal.swift ├── 0890. Find and Replace Pattern.swift ├── 0891. Sum of Subsequence Widths.swift ├── 0892. Surface Area of 3D Shapes.swift ├── 0893. Groups of Special-Equivalent Strings.swift ├── 0894. All Possible Full Binary Trees.swift ├── 0895. Maximum Frequency Stack.swift ├── 0896. Monotonic Array.swift ├── 0897. Increasing Order Search Tree.swift ├── 0898. Bitwise ORs of Subarrays.swift ├── 0899. Orderly Queue.swift ├── 0900. RLE Iterator.swift ├── 0901. Online Stock Span.swift ├── 0902. Numbers At Most N Given Digit Set.swift ├── 0903. Valid Permutations for DI Sequence.swift ├── 0904. Fruit Into Baskets.swift ├── 0905. Sort Array By Parity.swift ├── 0906. Super Palindromes.swift ├── 0907. Sum of Subarray Minimums.swift ├── 0908. Smallest Range I.swift ├── 0909. Snakes and Ladders.swift ├── 0910. Smallest Range II.swift ├── 0911. Online Election.swift ├── 0912. Sort an Array.swift ├── 0913. Cat and Mouse.swift ├── 0914. X of a Kind in a Deck of Cards.swift ├── 0915. Partition Array into Disjoint Intervals.swift ├── 0916. Word Subsets.swift ├── 0917. Reverse Only Letters.swift ├── 0918. Maximum Sum Circular Subarray.swift ├── 0919. Complete Binary Tree Inserter.swift ├── 0920. Number of Music Playlists.swift ├── 0921. Minimum Add to Make Parentheses Valid.swift ├── 0922. Sort Array By Parity II.swift ├── 0923. 3Sum With Multiplicity.swift ├── 0924. Minimize Malware Spread.swift ├── 0925. Long Pressed Name.swift ├── 0926. Flip String to Monotone Increasing.swift ├── 0928. Minimize Malware Spread II.swift ├── 0929. Unique Email Addresses.swift ├── 0930. Binary Subarrays With Sum.swift ├── 0931. Minimum Falling Path Sum.swift ├── 0932. Beautiful Array.swift ├── 0933. Number of Recent Calls.swift ├── 0934. Shortest Bridge.swift ├── 0935. Knight Dialer.swift ├── 0936. Stamping The Sequence.swift ├── 0937. Reorder Data in Log Files.swift ├── 0938. Range Sum of BST.swift ├── 0939. Minimum Area Rectangle.swift ├── 0940. Distinct Subsequences II.swift ├── 0941. Valid Mountain Array.swift ├── 0942. DI String Match.swift ├── 0943. Find the Shortest Superstring.swift ├── 0944. Delete Columns to Make Sorted.swift ├── 0945. Minimum Increment to Make Array Unique.swift ├── 0946. Validate Stack Sequences.swift ├── 0947. Most Stones Removed with Same Row or Column.swift ├── 0948. Bag of Tokens.swift ├── 0949. Largest Time for Given Digits.swift ├── 0950. Reveal Cards In Increasing Order.swift ├── 0951. Flip Equivalent Binary Trees.swift ├── 0952. Largest Component Size by Common Factor.swift ├── 0953. Verifying an Alien Dictionary.swift ├── 0955. Delete Columns to Make Sorted II.swift ├── 0956. Tallest Billboard.swift ├── 0957. Prison Cells After N Days.swift ├── 0958. Check Completeness of a Binary Tree.swift ├── 0959. Regions Cut By Slashes.swift ├── 0960. Delete Columns to Make Sorted III.swift ├── 0961. N-Repeated Element in Size 2N Array.swift ├── 0962. Maximum Width Ramp.swift ├── 0963. Minimum Area Rectangle II.swift ├── 0964. Least Operators to Express Number.swift ├── 0965. Univalued Binary Tree.swift ├── 0966. Vowel Spellchecker.swift ├── 0967. Numbers With Same Consecutive Differences.swift ├── 0968. Binary Tree Cameras.swift ├── 0969. Pancake Sorting.swift ├── 0970. Powerful Integers.swift ├── 0971. Flip Binary Tree To Match Preorder Traversal.swift ├── 0972. Equal Rational Numbers.swift ├── 0973. K Closest Points to Origin.swift ├── 0974. Subarray Sums Divisible by K.swift ├── 0976. Largest Perimeter Triangle.swift ├── 0977. Squares of a Sorted Array.swift ├── 0978. Longest Turbulent Subarray.swift ├── 0979. Distribute Coins in Binary Tree.swift ├── 0980. Unique Paths III.swift ├── 0981. Time Based Key-Value Store.swift ├── 0982. Triples with Bitwise AND Equal To Zero.swift ├── 0983. Minimum Cost For Tickets.swift ├── 0984. String Without AAA or BBB.swift ├── 0985. Sum of Even Numbers After Queries.swift ├── 0986. Interval List Intersections.swift ├── 0987. Vertical Order Traversal of a Binary Tree.swift ├── 0988. Smallest String Starting From Leaf.swift ├── 0989. Add to Array-Form of Integer.swift ├── 0990. Satisfiability of Equality Equations.swift ├── 0991. Broken Calculator.swift ├── 0992. Subarrays with K Different Integers.swift ├── 0993. Cousins in Binary Tree.swift ├── 0994. Rotting Oranges.swift ├── 0995. Minimum Number of K Consecutive Bit Flips.swift ├── 0996. Number of Squareful Arrays.swift ├── 0997. Find the Town Judge.swift ├── 0998. Maximum Binary Tree II.swift └── 0999. Available Captures for Rook.swift ├── 1001-1500 ├── 1001. Grid Illumination.swift ├── 1002. Find Common Characters.swift ├── 1003. Check If Word Is Valid After Substitutions.swift ├── 1004. Max Consecutive Ones III.swift ├── 1005. Maximize Sum Of Array After K Negations.swift ├── 1006. Clumsy Factorial.swift ├── 1007. Minimum Domino Rotations For Equal Row.swift ├── 1008. Construct Binary Search Tree from Preorder Traversal.swift ├── 1009. Complement of Base 10 Integer.swift ├── 1010. Pairs of Songs With Total Durations Divisible by 60.swift ├── 1011. Capacity To Ship Packages Within D Days.swift ├── 1012. Numbers With Repeated Digits.swift ├── 1013. Partition Array Into Three Parts With Equal Sum.swift ├── 1014. Best Sightseeing Pair.swift ├── 1015. Smallest Integer Divisible by K.swift ├── 1016. Binary String With Substrings Representing 1 To N.swift ├── 1017. Convert to Base -2.swift ├── 1018. Binary Prefix Divisible By 5.swift ├── 1019. Next Greater Node In Linked List.swift ├── 1020. Number of Enclaves.swift ├── 1021. Remove Outermost Parentheses.swift ├── 1022. Sum of Root To Leaf Binary Numbers.swift ├── 1023. Camelcase Matching.swift ├── 1024. Video Stitching.swift ├── 1025. Divisor Game.swift ├── 1026. Maximum Difference Between Node and Ancestor.swift ├── 1027. Longest Arithmetic Subsequence.swift ├── 1028. Recover a Tree From Preorder Traversal.swift ├── 1029. Two City Scheduling.swift ├── 1030. Matrix Cells in Distance Order.swift ├── 1031. Maximum Sum of Two Non-Overlapping Subarrays.swift ├── 1032. Stream of Characters.swift ├── 1033. Moving Stones Until Consecutive.swift ├── 1034. Coloring A Border.swift ├── 1035. Uncrossed Lines.swift ├── 1036. Escape a Large Maze.swift ├── 1037. Valid Boomerang.swift ├── 1038. Binary Search Tree to Greater Sum Tree.swift ├── 1039. Minimum Score Triangulation of Polygon.swift ├── 1040. Moving Stones Until Consecutive II.swift ├── 1041. Robot Bounded In Circle.swift ├── 1042. Flower Planting With No Adjacent.swift ├── 1043. Partition Array for Maximum Sum.swift ├── 1044. Longest Duplicate Substring.swift ├── 1045. Customers Who Bought All Products.sql ├── 1046. Last Stone Weight.swift ├── 1047. Remove All Adjacent Duplicates In String.swift ├── 1048. Longest String Chain.swift ├── 1049. Last Stone Weight II.swift ├── 1051. Height Checker.swift ├── 1052. Grumpy Bookstore Owner.swift ├── 1053. Previous Permutation With One Swap.swift ├── 1054. Distant Barcodes.swift ├── 1068. Product Sales Analysis I.sql ├── 1070. Product Sales Analysis III.sql ├── 1071. Greatest Common Divisor of Strings.swift ├── 1072. Flip Columns For Maximum Number of Equal Rows.swift ├── 1073. Adding Two Negabinary Numbers.swift ├── 1074. Number of Submatrices That Sum to Target.swift ├── 1075. Project Employees I.sql ├── 1078. Occurrences After Bigram.swift ├── 1079. Letter Tile Possibilities.swift ├── 1080. Insufficient Nodes in Root to Leaf Paths.swift ├── 1081. Smallest Subsequence of Distinct Characters.swift ├── 1089. Duplicate Zeros.swift ├── 1090. Largest Values From Labels.swift ├── 1091. Shortest Path in Binary Matrix.swift ├── 1093. Statistics from a Large Sample.swift ├── 1094. Car Pooling.swift ├── 1095. Find in Mountain Array.swift ├── 1096. Brace Expansion II.swift ├── 1103. Distribute Candies to People.swift ├── 1104. Path In Zigzag Labelled Binary Tree.swift ├── 1105. Filling Bookcase Shelves.swift ├── 1106. Parsing A Boolean Expression.swift ├── 1108. Defanging an IP Address.swift ├── 1109. Corporate Flight Bookings.swift ├── 1110. Delete Nodes And Return Forest.swift ├── 1111. Maximum Nesting Depth of Two Valid Parentheses Strings.swift ├── 1114. Print in Order.py ├── 1115. Print FooBar Alternately.py ├── 1116. Print Zero Even Odd.py ├── 1117. Building H2O.py ├── 1122. Relative Sort Array.swift ├── 1123. Lowest Common Ancestor of Deepest Leaves.swift ├── 1124. Longest Well-Performing Interval.swift ├── 1125. Smallest Sufficient Team.swift ├── 1128. Number of Equivalent Domino Pairs.swift ├── 1129. Shortest Path with Alternating Colors.swift ├── 1130. Minimum Cost Tree From Leaf Values.swift ├── 1131. Maximum of Absolute Value Expression.swift ├── 1137. N-th Tribonacci Number.swift ├── 1138. Alphabet Board Path.swift ├── 1139. Largest 1-Bordered Square.swift ├── 1143. Longest Common Subsequence.swift ├── 1144. Decrease Elements To Make Array Zigzag.swift ├── 1145. Binary Tree Coloring Game.swift ├── 1146. Snapshot Array.swift ├── 1147. Longest Chunked Palindrome Decomposition.swift ├── 1154. Day of the Year.swift ├── 1155. Number of Dice Rolls With Target Sum.swift ├── 1156. Swap For Longest Repeated Character Substring.swift ├── 1160. Find Words That Can Be Formed by Characters.swift ├── 1161. Maximum Level Sum of a Binary Tree.swift ├── 1162. As Far from Land as Possible.swift ├── 1163. Last Substring in Lexicographical Order.swift ├── 1164. Product Price at a Given Date.sql ├── 1169. Invalid Transactions.swift ├── 1170. Compare Strings by Frequency of the Smallest Character.swift ├── 1171. Remove Zero Sum Consecutive Nodes from Linked List.swift ├── 1174. Immediate Food Delivery II.sql ├── 1175. Prime Arrangements.swift ├── 1177. Can Make Palindrome from Substring.swift ├── 1178. Number of Valid Words for Each Puzzle.swift ├── 1179. Reformat Department Table.sql ├── 1184. Distance Between Bus Stops.swift ├── 1185. Day of the Week.swift ├── 1186. Maximum Subarray Sum with One Deletion.swift ├── 1189. Maximum Number of Balloons.swift ├── 1190. Reverse Substrings Between Each Pair of Parentheses.swift ├── 1192. Critical Connections in a Network.swift ├── 1193. Monthly Transactions I.sql ├── 1195. Fizz Buzz Multithreaded.py ├── 1200. Minimum Absolute Difference.swift ├── 1201. Ugly Number III.swift ├── 1202. Smallest String With Swaps.swift ├── 1203. Sort Items by Groups Respecting Dependencies.swift ├── 1204. Last Person to Fit in the Bus.sql ├── 1207. Unique Number of Occurrences.swift ├── 1208. Get Equal Substrings Within Budget.swift ├── 1209. Remove All Adjacent Duplicates in String II.swift ├── 1210. Minimum Moves to Reach Target with Rotations.swift ├── 1211. Queries Quality and Percentage.sql ├── 1217. Minimum Cost to Move Chips to The Same Position.swift ├── 1218. Longest Arithmetic Subsequence of Given Difference.swift ├── 1219. Path with Maximum Gold.swift ├── 1220. Count Vowels Permutation.swift ├── 1221. Split a String in Balanced Strings.swift ├── 1222. Queens That Can Attack the King.swift ├── 1223. Dice Roll Simulation.swift ├── 1226. The Dining Philosophers.py ├── 1227. Airplane Seat Assignment Probability.swift ├── 1232. Check If It Is a Straight Line.swift ├── 1233. Remove Sub-Folders from the Filesystem.swift ├── 1234. Replace the Substring for Balanced String.swift ├── 1235. Maximum Profit in Job Scheduling.swift ├── 1238. Circular Permutation in Binary Representation.swift ├── 1239. Maximum Length of a Concatenated String with Unique Characters.swift ├── 1247. Minimum Swaps to Make Strings Equal.swift ├── 1248. Count Number of Nice Subarrays.swift ├── 1249. Minimum Remove to Make Valid Parentheses.swift ├── 1250. Check If It Is a Good Array.swift ├── 1251. Average Selling Price.sql ├── 1252. Cells with Odd Values in a Matrix.swift ├── 1253. Reconstruct a 2-Row Binary Matrix.swift ├── 1254. Number of Closed Islands.swift ├── 1255. Maximum Score Words Formed by Letters.swift ├── 1260. Shift 2D Grid.swift ├── 1261. Find Elements in a Contaminated Binary Tree.swift ├── 1262. Greatest Sum Divisible by Three.swift ├── 1263. Minimum Moves to Move a Box to Their Target Location.swift ├── 1266. Minimum Time Visiting All Points.swift ├── 1267. Count Servers that Communicate.swift ├── 1268. Search Suggestions System.swift ├── 1269. Number of Ways to Stay in the Same Place After Some Steps.swift ├── 1275. Find Winner on a Tic Tac Toe Game.swift ├── 1276. Number of Burgers with No Waste of Ingredients.swift ├── 1277. Count Square Submatrices with All Ones.swift ├── 1278. Palindrome Partitioning III.swift ├── 1280. Students and Examinations.sql ├── 1281. Subtract the Product and Sum of Digits of an Integer.swift ├── 1282. Group the People Given the Group Size They Belong To.swift ├── 1283. Find the Smallest Divisor Given a Threshold.swift ├── 1284. Minimum Number of Flips to Convert Binary Matrix to Zero Matrix.swift ├── 1286. Iterator for Combination.swift ├── 1287. Element Appearing More Than 25% In Sorted Array.swift ├── 1288. Remove Covered Intervals.swift ├── 1290. Convert Binary Number in a Linked List to Integer.swift ├── 1291. Sequential Digits.swift ├── 1292. Maximum Side Length of a Square with Sum Less than or Equal to Threshold.swift ├── 1293. Shortest Path in a Grid with Obstacles Elimination.swift ├── 1295. Find Numbers with Even Number of Digits.swift ├── 1296. Divide Array in Sets of K Consecutive Numbers.swift ├── 1297. Maximum Number of Occurrences of a Substring.swift ├── 1298. Maximum Candies You Can Get from Boxes.swift ├── 1299. Replace Elements with Greatest Element on Right Side.swift ├── 1300. Sum of Mutated Array Closest to Target.swift ├── 1301. Number of Paths with Max Score.swift ├── 1302. Deepest Leaves Sum.swift ├── 1304. Find N Unique Integers Sum up to Zero.swift ├── 1305. All Elements in Two Binary Search Trees.swift ├── 1306. Jump Game III.swift ├── 1309. Decrypt String from Alphabet to Integer Mapping.swift ├── 1310. XOR Queries of a Subarray.swift ├── 1311. Get Watched Videos by Your Friends.swift ├── 1312. Minimum Insertion Steps to Make a String Palindrome.swift ├── 1313. Decompress Run-Length Encoded List.swift ├── 1314. Matrix Block Sum.swift ├── 1315. Sum of Nodes with Even-Valued Grandparent.swift ├── 1317. Convert Integer to the Sum of Two No-Zero Integers.swift ├── 1318. Minimum Flips to Make a OR b Equal to c.swift ├── 1319. Number of Operations to Make Network Connected.swift ├── 1320. Minimum Distance to Type a Word Using Two Fingers.swift ├── 1321. Restaurant Growth.sql ├── 1323. Maximum 69 Number.swift ├── 1324. Print Words Vertically.swift ├── 1325. Delete Leaves With a Given Value.swift ├── 1326. Minimum Number of Taps to Open to Water a Garden.swift ├── 1327. List the Products Ordered in a Period.sql ├── 1328. Break a Palindrome.swift ├── 1329. Sort the Matrix Diagonally.swift ├── 1330. Reverse Subarray To Maximize Array Value.swift ├── 1331. Rank Transform of an Array.swift ├── 1332. Remove Palindromic Subsequences.swift ├── 1333. Filter Restaurants by Vegan-Friendly, Price and Distance.swift ├── 1334. Find the City With the Smallest Number of Neighbors at a Threshold Distance.swift ├── 1335. Minimum Difficulty of a Job Schedule.swift ├── 1337. The K Weakest Rows in a Matrix.swift ├── 1338. Reduce Array Size to The Half.swift ├── 1340. Jump Game V.swift ├── 1341. Movie Rating.sql ├── 1342. Number of Steps to Reduce a Number to Zero.swift ├── 1343. Number of Sub-arrays of Size K and Average Greater than or Equal to Threshold.swift ├── 1344. Angle Between Hands of a Clock.swift ├── 1345. Jump Game IV.swift ├── 1346. Check If N and Its Double Exist.swift ├── 1347. Minimum Number of Steps to Make Two Strings Anagram.swift ├── 1348. Tweet Counts Per Frequency.swift ├── 1349. Maximum Students Taking Exam.swift ├── 1351. Count Negative Numbers in a Sorted Matrix.swift ├── 1352. Product of the Last K Numbers.swift ├── 1354. Construct Target Array With Multiple Sums.swift ├── 1356. Sort Integers by The Number of 1 Bits.swift ├── 1357. Apply Discount Every n Orders.swift ├── 1358. Number of Substrings Containing All Three Characters.swift ├── 1359. Count All Valid Pickup and Delivery Options.swift ├── 1360. Number of Days Between Two Dates.swift ├── 1361. Validate Binary Tree Nodes.swift ├── 1362. Closest Divisors.swift ├── 1363. Largest Multiple of Three.swift ├── 1365. How Many Numbers Are Smaller Than the Current Number.swift ├── 1366. Rank Teams by Votes.swift ├── 1367. Linked List in Binary Tree.swift ├── 1368. Minimum Cost to Make at Least One Valid Path in a Grid.swift ├── 1370. Increasing Decreasing String.swift ├── 1371. Find the Longest Substring Containing Vowels in Even Counts.swift ├── 1372. Longest ZigZag Path in a Binary Tree.swift ├── 1373. Maximum Sum BST in Binary Tree.swift ├── 1374. Generate a String With Characters That Have Odd Counts.swift ├── 1375. Bulb Switcher III.swift ├── 1376. Time Needed to Inform All Employees.swift ├── 1377. Frog Position After T Seconds.swift ├── 1378. Replace Employee ID With The Unique Identifier.sql ├── 1379. Find a Corresponding Node of a Binary Tree in a Clone of That Tree.java ├── 1380. Lucky Numbers in a Matrix.swift ├── 1381. Design a Stack With Increment Operation.swift ├── 1382. Balance a Binary Search Tree.swift ├── 1383. Maximum Performance of a Team.swift ├── 1385. Find the Distance Value Between Two Arrays.swift ├── 1386. Cinema Seat Allocation.swift ├── 1387. Sort Integers by The Power Value.swift ├── 1388. Pizza With 3n Slices.swift ├── 1389. Create Target Array in the Given Order.swift ├── 1390. Four Divisors.swift ├── 1391. Check if There is a Valid Path in a Grid.swift ├── 1392. Longest Happy Prefix.swift ├── 1394. Find Lucky Integer in an Array.swift ├── 1395. Count Number of Teams.swift ├── 1396. Design Underground System.swift ├── 1399. Count Largest Group.swift ├── 1400. Construct K Palindrome Strings.swift ├── 1402. Reducing Dishes.swift ├── 1403. Minimum Subsequence in Non-Increasing Order.swift ├── 1404. Number of Steps to Reduce a Number in Binary Representation to One.swift ├── 1405. Longest Happy String.swift ├── 1406. Stone Game III.swift ├── 1408. String Matching in an Array.swift ├── 1409. Queries on a Permutation With Key.swift ├── 1410. HTML Entity Parser.swift ├── 1411. Number of Ways to Paint N × 3 Grid.swift ├── 1413. Minimum Value to Get Positive Step by Step Sum.swift ├── 1414. Find the Minimum Number of Fibonacci Numbers Whose Sum Is K.swift ├── 1415. The k-th Lexicographical String of All Happy Strings of Length n.swift ├── 1417. Reformat The String.swift ├── 1418. Display Table of Food Orders in a Restaurant.swift ├── 1419. Minimum Number of Frogs Croaking.swift ├── 1420. Build Array Where You Can Find The Maximum Exactly K Comparisons.swift ├── 1422. Maximum Score After Splitting a String.swift ├── 1423. Maximum Points You Can Obtain from Cards.swift ├── 1424. Diagonal Traverse II.swift ├── 1425. Constrained Subsequence Sum.swift ├── 1431. Kids With the Greatest Number of Candies.swift ├── 1432. Max Difference You Can Get From Changing an Integer.swift ├── 1433. Check If a String Can Break Another String.swift ├── 1434. Number of Ways to Wear Different Hats to Each Other.swift ├── 1436. Destination City.swift ├── 1437. Check If All 1's Are at Least Length K Places Away.swift ├── 1438. Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit.swift ├── 1439. Find the Kth Smallest Sum of a Matrix With Sorted Rows.swift ├── 1441. Build an Array With Stack Operations.swift ├── 1442. Count Triplets That Can Form Two Arrays of Equal XOR.swift ├── 1443. Minimum Time to Collect All Apples in a Tree.swift ├── 1446. Consecutive Characters.swift ├── 1447. Simplified Fractions.swift ├── 1448. Count Good Nodes in Binary Tree.swift ├── 1449. Form Largest Integer With Digits That Add up to Target.swift ├── 1450. Number of Students Doing Homework at a Given Time.swift ├── 1451. Rearrange Words in a Sentence.swift ├── 1452. People Whose List of Favorite Companies Is Not a Subset of Another List.swift ├── 1453. Maximum Number of Darts Inside of a Circular Dartboard.swift ├── 1455. Check If a Word Occurs As a Prefix of Any Word in a Sentence.swift ├── 1456. Maximum Number of Vowels in a Substring of Given Length.swift ├── 1457. Pseudo-Palindromic Paths in a Binary Tree.swift ├── 1458. Max Dot Product of Two Subsequences.swift ├── 1460. Make Two Arrays Equal by Reversing Sub-arrays.swift ├── 1461. Check If a String Contains All Binary Codes of Size K.swift ├── 1462. Course Schedule IV.swift ├── 1463. Cherry Pickup II.swift ├── 1464. Maximum Product of Two Elements in an Array.swift ├── 1465. Maximum Area of a Piece of Cake After Horizontal and Vertical Cuts.swift ├── 1466. Reorder Routes to Make All Paths Lead to the City Zero.swift ├── 1470. Shuffle the Array.swift ├── 1471. The k Strongest Values in an Array.swift ├── 1472. Design Browser History.swift ├── 1473. Paint House III.swift ├── 1475. Final Prices With a Special Discount in a Shop.swift ├── 1476. Subrectangle Queries.swift ├── 1477. Find Two Non-overlapping Sub-arrays Each With Target Sum.swift ├── 1478. Allocate Mailboxes.swift ├── 1480. Running Sum of 1d Array.swift ├── 1481. Least Number of Unique Integers after K Removals.swift ├── 1482. Minimum Number of Days to Make m Bouquets.swift ├── 1483. Kth Ancestor of a Tree Node.swift ├── 1486. XOR Operation in an Array.swift ├── 1487. Making File Names Unique.swift ├── 1488. Avoid Flood in The City.swift ├── 1489. Find Critical and Pseudo-Critical Edges in Minimum Spanning Tree.swift ├── 1491. Average Salary Excluding the Minimum and Maximum Salary.swift ├── 1492. The kth Factor of n.swift ├── 1493. Longest Subarray of 1's After Deleting One Element.swift ├── 1496. Path Crossing.swift ├── 1497. Check If Array Pairs Are Divisible by k.swift ├── 1498. Number of Subsequences That Satisfy the Given Sum Condition.swift └── 1499. Max Value of Equation.swift ├── 1501-2000 ├── 1502. Can Make Arithmetic Progression From Sequence.swift ├── 1503. Last Moment Before All Ants Fall Out of a Plank.swift ├── 1504. Count Submatrices With All Ones.swift ├── 1507. Reformat Date.swift ├── 1508. Range Sum of Sorted Subarray Sums.swift ├── 1509. Minimum Difference Between Largest and Smallest Value in Three Moves.swift ├── 1510. Stone Game IV.swift ├── 1512. Number of Good Pairs.swift ├── 1513. Number of Substrings With Only 1s.swift ├── 1514. Path with Maximum Probability.swift ├── 1515. Best Position for a Service Centre.swift ├── 1517. Find Users With Valid E-Mails.sql ├── 1518. Water Bottles.swift ├── 1523. Count Odd Numbers in an Interval Range.swift ├── 1524. Number of Sub-arrays With Odd Sum.swift ├── 1525. Number of Good Ways to Split a String.swift ├── 1526. Minimum Number of Increments on Subarrays to Form a Target Array.swift ├── 1528. Shuffle String.swift ├── 1529. Bulb Switcher IV.swift ├── 1530. Number of Good Leaf Nodes Pairs.swift ├── 1531. String Compression II.swift ├── 1534. Count Good Triplets.swift ├── 1535. Find the Winner of an Array Game.swift ├── 1536. Minimum Swaps to Arrange a Binary Grid.swift ├── 1537. Get the Maximum Score.swift ├── 1539. Kth Missing Positive Number.swift ├── 1540. Can Convert String in K Moves.swift ├── 1541. Minimum Insertions to Balance a Parentheses String.swift ├── 1542. Find Longest Awesome Substring.swift ├── 1544. Make The String Great.swift ├── 1545. Find Kth Bit in Nth Binary String.swift ├── 1546. Maximum Number of Non-Overlapping Subarrays With Sum Equals Target.swift ├── 1547. Minimum Cost to Cut a Stick.swift ├── 1550. Three Consecutive Odds.swift ├── 1551. Minimum Operations to Make Array Equal.swift ├── 1552. Magnetic Force Between Two Balls.swift ├── 1553. Minimum Number of Days to Eat N Oranges.swift ├── 1556. Thousand Separator.swift ├── 1557. Minimum Number of Vertices to Reach All Nodes.swift ├── 1558. Minimum Numbers of Function Calls to Make Target Array.swift ├── 1559. Detect Cycles in 2D Grid.swift ├── 1560. Most Visited Sector in a Circular Track.swift ├── 1561. Maximum Number of Coins You Can Get.swift ├── 1562. Find Latest Group of Size M.swift ├── 1563. Stone Game V.swift ├── 1566. Detect Pattern of Length M Repeated K or More Times.swift ├── 1567. Maximum Length of Subarray With Positive Product.swift ├── 1572. Matrix Diagonal Sum.swift ├── 1573. Number of Ways to Split a String.swift ├── 1574. Shortest Subarray to be Removed to Make Array Sorted.swift ├── 1575. Count All Possible Routes.swift ├── 1576. Replace Alls to Avoid Consecutive Repeating Characters.swift ├── 1577. Number of Ways Where Square of Number Is Equal to Product of Two Numbers.swift ├── 1578. Minimum Deletion Cost to Avoid Repeating Letters.swift ├── 1579. Remove Max Number of Edges to Keep Graph Fully Traversable.swift ├── 1582. Special Positions in a Binary Matrix.swift ├── 1583. Count Unhappy Friends.swift ├── 1584. Min Cost to Connect All Points.swift ├── 1588. Sum of All Odd Length Subarrays.swift ├── 1589. Maximum Sum Obtained of Any Permutation.swift ├── 1590. Make Sum Divisible by P.swift ├── 1592. Rearrange Spaces Between Words.swift ├── 1593. Split a String Into the Max Number of Unique Substrings.swift ├── 1594. Maximum Non Negative Product in a Matrix.swift ├── 1598. Crawler Log Folder.swift ├── 1599. Maximum Profit of Operating a Centennial Wheel.swift ├── 1600. Throne Inheritance.swift ├── 1603. Design Parking System.swift ├── 1604. Alert Using Same Key-Card Three or More Times in a One Hour Period.swift ├── 1605. Find Valid Matrix Given Row and Column Sums.swift ├── 1608. Special Array With X Elements Greater Than or Equal X.swift ├── 1609. Even Odd Tree.swift ├── 1610. Maximum Number of Visible Points.swift ├── 1611. Minimum One Bit Operations to Make Integers Zero.swift ├── 1614. Maximum Nesting Depth of the Parentheses.swift ├── 1615. Maximal Network Rank.swift ├── 1616. Split Two Strings to Make Palindrome.swift ├── 1617. Count Subtrees With Max Distance Between Cities.swift ├── 1619. Mean of Array After Removing Some Elements.swift ├── 1620. Coordinate With Maximum Network Quality.swift ├── 1621. Number of Sets of K Non-Overlapping Line Segments.swift ├── 1622. Fancy Sequence.swift ├── 1624. Largest Substring Between Two Equal Characters.swift ├── 1625. Lexicographically Smallest String After Applying Operations.swift ├── 1626. Best Team With No Conflicts.swift ├── 1627. Graph Connectivity With Threshold.swift ├── 1629. Slowest Key.swift ├── 1630. Arithmetic Subarrays.swift ├── 1631. Path With Minimum Effort.swift ├── 1633. Percentage of Users Attended a Contest.sql ├── 1636. Sort Array by Increasing Frequency.swift ├── 1637. Widest Vertical Area Between Two Points Containing No Points.swift ├── 1638. Count Substrings That Differ by One Character.swift ├── 1639. Number of Ways to Form a Target String Given a Dictionary.swift ├── 1640. Check Array Formation Through Concatenation.swift ├── 1641. Count Sorted Vowel Strings.swift ├── 1642. Furthest Building You Can Reach.swift ├── 1643. Kth Smallest Instructions.swift ├── 1646. Get Maximum in Generated Array.swift ├── 1647. Minimum Deletions to Make Character Frequencies Unique.swift ├── 1648. Sell Diminishing-Valued Colored Balls.swift ├── 1649. Create Sorted Array through Instructions.swift ├── 1652. Defuse the Bomb.swift ├── 1653. Minimum Deletions to Make String Balanced.swift ├── 1654. Minimum Jumps to Reach Home.swift ├── 1656. Design an Ordered Stream.swift ├── 1657. Determine if Two Strings Are Close.swift ├── 1658. Minimum Operations to Reduce X to Zero.swift ├── 1661. Average Time of Process per Machine.sql ├── 1662. Check If Two String Arrays are Equivalent.swift ├── 1663. Smallest String With A Given Numeric Value.swift ├── 1664. Ways to Make a Fair Array.swift ├── 1665. Minimum Initial Energy to Finish Tasks.swift ├── 1668. Maximum Repeating Substring.swift ├── 1669. Merge In Between Linked Lists.swift ├── 1670. Design Front Middle Back Queue.swift ├── 1672. Richest Customer Wealth.swift ├── 1673. Find the Most Competitive Subsequence.swift ├── 1674. Minimum Moves to Make Array Complementary.swift ├── 1675. Minimize Deviation in Array.swift ├── 1678. Goal Parser Interpretation.swift ├── 1679. Max Number of K-Sum Pairs.swift ├── 1680. Concatenation of Consecutive Binary Numbers.swift ├── 1683. Invalid Tweets.sql ├── 1684. Count the Number of Consistent Strings.swift ├── 1685. Sum of Absolute Differences in a Sorted Array.swift ├── 1686. Stone Game VI.swift ├── 1687. Delivering Boxes from Storage to Ports.swift ├── 1688. Count of Matches in Tournament.swift ├── 1689. Partitioning Into Minimum Number Of Deci-Binary Numbers.swift ├── 1690. Stone Game VII.swift ├── 1691. Maximum Height by Stacking Cuboids.swift ├── 1694. Reformat Phone Number.swift ├── 1695. Maximum Erasure Value.swift ├── 1696. Jump Game VI.swift ├── 1697. Checking Existence of Edge Length Limited Paths.swift ├── 1700. Number of Students Unable to Eat Lunch.swift ├── 1701. Average Waiting Time.swift ├── 1702. Maximum Binary String After Change.swift ├── 1704. Determine if String Halves Are Alike.swift ├── 1706. Where Will the Ball Fall.swift ├── 1710. Maximum Units on a Truck.swift ├── 1711. Count Good Meals.swift ├── 1712. Ways to Split Array Into Three Subarrays.swift ├── 1716. Calculate Money in Leetcode Bank.swift ├── 1717. Maximum Score From Removing Substrings.swift ├── 1718. Construct the Lexicographically Largest Valid Sequence.swift ├── 1720. Decode XORed Array.swift ├── 1721. Swapping Nodes in a Linked List.swift ├── 1722. Minimize Hamming Distance After Swap Operations.swift ├── 1723. Find Minimum Time to Finish All Jobs.swift ├── 1725. Number Of Rectangles That Can Form The Largest Square.swift ├── 1726. Tuple with Same Product.swift ├── 1727. Largest Submatrix With Rearrangements.swift ├── 1731. The Number of Employees Which Report to Each Employee.sql ├── 1732. Find the Highest Altitude.swift ├── 1733. Minimum Number of People to Teach.swift ├── 1734. Decode XORed Permutation.swift ├── 1736. Latest Time by Replacing Hidden Digits.swift ├── 1737. Change Minimum Characters to Satisfy One of Three Conditions.swift ├── 1738. Find Kth Largest XOR Coordinate Value.swift ├── 1739. Building Boxes.swift ├── 1742. Maximum Number of Balls in a Box.swift ├── 1743. Restore the Array From Adjacent Pairs.swift ├── 1744. Can You Eat Your Favorite Candy on Your Favorite Day.swift ├── 1745. Palindrome Partitioning IV.swift ├── 1748. Sum of Unique Elements.swift ├── 1749. Maximum Absolute Sum of Any Subarray.swift ├── 1750. Minimum Length of String After Deleting Similar Ends.swift ├── 1752. Check if Array Is Sorted and Rotated.swift ├── 1753. Maximum Score From Removing Stones.swift ├── 1754. Largest Merge Of Two Strings.swift ├── 1758. Minimum Changes To Make Alternating Binary String.swift ├── 1759. Count Number of Homogenous Substrings.swift ├── 1760. Minimum Limit of Balls in a Bag.swift ├── 1761. Minimum Degree of a Connected Trio in a Graph.swift ├── 1763. Longest Nice Substring.swift ├── 1764. Form Array by Concatenating Subarrays of Another Array.swift ├── 1765. Map of Highest Peak.swift ├── 1766. Tree of Coprimes.swift ├── 1768. Merge Strings Alternately.swift ├── 1769. Minimum Number of Operations to Move All Balls to Each Box.swift ├── 1770. Maximum Score from Performing Multiplication Operations.swift ├── 1771. Maximize Palindrome Length From Subsequences.swift ├── 1773. Count Items Matching a Rule.swift ├── 1774. Closest Dessert Cost.swift ├── 1775. Equal Sum Arrays With Minimum Number of Operations.swift ├── 1779. Find Nearest Point That Has the Same X or Y Coordinate.swift ├── 1780. Check if Number is a Sum of Powers of Three.swift ├── 1781. Sum of Beauty of All Substrings.swift ├── 1784. Check if Binary String Has at Most One Segment of Ones.swift ├── 1785. Minimum Elements to Add to Form a Given Sum.swift ├── 1789. Primary Department for Each Employee.sql ├── 1790. Check if One String Swap Can Make Strings Equal.swift ├── 1791. Find Center of Star Graph.swift ├── 1796. Second Largest Digit in a String.swift ├── 1798. Maximum Number of Consecutive Values You Can Make.swift ├── 1799. Maximize Score After N Operations.swift ├── 1800. Maximum Ascending Subarray Sum.swift ├── 1801. Number of Orders in the Backlog.swift ├── 1802. Maximum Value at a Given Index in a Bounded Array.swift ├── 1805. Number of Different Integers in a String.swift ├── 1806. Minimum Number of Operations to Reinitialize a Permutation.swift ├── 1807. Evaluate the Bracket Pairs of a String.swift ├── 1808. Maximize Number of Nice Divisors.swift ├── 1812. Determine Color of a Chessboard Square.swift ├── 1813. Sentence Similarity III.swift ├── 1814. Count Nice Pairs in an Array.swift ├── 1815. Maximum Number of Groups Getting Fresh Donuts.swift ├── 1816. Truncate Sentence.swift ├── 1817. Finding the Users Active Minutes.swift ├── 1818. Minimum Absolute Sum Difference.swift ├── 1819. Number of Different Subsequences GCDs.swift ├── 1822. Sign of the Product of an Array.swift ├── 1823. Find the Winner of the Circular Game.swift ├── 1824. Minimum Sideway Jumps.swift ├── 1825. Finding MK Average.swift ├── 1827. Minimum Operations to Make the Array Increasing.swift ├── 1828. Queries on Number of Points Inside a Circle.swift ├── 1829. Maximum XOR for Each Query.swift ├── 1832. Check if the Sentence Is Pangram.swift ├── 1833. Maximum Ice Cream Bars.swift ├── 1835. Find XOR Sum of All Pairs Bitwise AND.swift ├── 1837. Sum of Digits in Base K.swift ├── 1838. Frequency of the Most Frequent Element.swift ├── 1839. Longest Substring Of All Vowels in Order.swift ├── 1840. Maximum Building Height.swift ├── 1844. Replace All Digits with Characters.swift ├── 1845. Seat Reservation Manager.swift ├── 1846. Maximum Element After Decreasing and Rearranging.swift ├── 1848. Minimum Distance to the Target Element.swift ├── 1849. Splitting a String Into Descending Consecutive Values.swift ├── 1850. Minimum Adjacent Swaps to Reach the Kth Smallest Number.swift ├── 1854. Maximum Population Year.swift ├── 1855. Maximum Distance Between a Pair of Values.swift ├── 1856. Maximum Subarray Min-Product.swift ├── 1857. Largest Color Value in a Directed Graph.swift ├── 1859. Sorting the Sentence.swift ├── 1860. Incremental Memory Leak.swift ├── 1861. Rotating the Box.swift ├── 1862. Sum of Floored Pairs.swift ├── 1863. Sum of All Subset XOR Totals.swift ├── 1864. Minimum Number of Swaps to Make the Binary String Alternating.swift ├── 1865. Finding Pairs With a Certain Sum.swift ├── 1866. Number of Ways to Rearrange Sticks With K Sticks Visible.swift ├── 1869. Longer Contiguous Segments of Ones than Zeros.swift ├── 1870. Minimum Speed to Arrive on Time.swift ├── 1871. Jump Game VII.swift ├── 1872. Stone Game VIII.swift ├── 1876. Substrings of Size Three with Distinct Characters.swift ├── 1877. Minimize Maximum Pair Sum in Array.swift ├── 1878. Get Biggest Three Rhombus Sums in a Grid.swift ├── 1879. Minimum XOR Sum of Two Arrays.swift ├── 1880. Check if Word Equals Summation of Two Words.swift ├── 1881. Maximum Value after Insertion.swift ├── 1883. Minimum Skips to Arrive at Meeting On Time.swift ├── 1884. Egg Drop With 2 Eggs and N Floors.swift ├── 1886. Determine Whether Matrix Can Be Obtained By Rotation.swift ├── 1887. Reduction Operations to Make the Array Elements Equal.swift ├── 1888. Minimum Number of Flips to Make the Binary String Alternating.swift ├── 1889. Minimum Space Wasted From Packaging.swift ├── 1893. Check if All the Integers in a Range Are Covered.swift ├── 1894. Find the Student that Will Replace the Chalk.swift ├── 1895. Largest Magic Square.swift ├── 1896. Minimum Cost to Change the Final Value of Expression.swift ├── 1897. Redistribute Characters to Make All Strings Equal.swift ├── 1898. Maximum Number of Removable Characters.swift ├── 1899. Merge Triplets to Form Target Triplet.swift ├── 1901. Find a Peak Element II.swift ├── 1903. Largest Odd Number in String.swift ├── 1904. The Number of Full Rounds You Have Played.swift ├── 1905. Count Sub Islands.swift ├── 1906. Minimum Absolute Difference Queries.swift ├── 1907. Count Salary Categories.sql ├── 1909. Remove One Element to Make the Array Strictly Increasing.swift ├── 1910. Remove All Occurrences of a Substring.swift ├── 1911. Maximum Alternating Subsequence Sum.swift ├── 1913. Maximum Product Difference Between Two Pairs.swift ├── 1914. Cyclically Rotating a Grid.swift ├── 1915. Number of Wonderful Substrings.swift ├── 1916. Count Ways to Build Rooms in an Ant Colony.swift ├── 1920. Build Array from Permutation.swift ├── 1921. Eliminate Maximum Number of Monsters.swift ├── 1922. Count Good Numbers.swift ├── 1923. Longest Common Subpath.swift ├── 1925. Count Square Sum Triples.swift ├── 1926. Nearest Exit from Entrance in Maze.swift ├── 1927. Sum Game.swift ├── 1928. Minimum Cost to Reach Destination in Time.swift ├── 1929. Concatenation of Array.swift ├── 1930. Unique Length-3 Palindromic Subsequences.swift ├── 1931. Painting a Grid With Three Different Colors.swift ├── 1932. Merge BSTs to Create Single BST.swift ├── 1934. Confirmation Rate.sql ├── 1935. Maximum Number of Words You Can Type.swift ├── 1936. Add Minimum Number of Rungs.swift ├── 1937. Maximum Number of Points with Cost.swift ├── 1941. Check if All Characters Have Equal Number of Occurrences.swift ├── 1942. The Number of the Smallest Unoccupied Chair.swift ├── 1943. Describe the Painting.swift ├── 1944. Number of Visible People in a Queue.swift ├── 1945. Sum of Digits of String After Convert.swift ├── 1946. Largest Number After Mutating Substring.swift ├── 1947. Maximum Compatibility Score Sum.swift ├── 1948. Delete Duplicate Folders in System.swift ├── 1952. Three Divisors.swift ├── 1953. Maximum Number of Weeks for Which You Can Work.swift ├── 1954. Minimum Garden Perimeter to Collect Enough Apples.swift ├── 1955. Count Number of Special Subsequences.swift ├── 1961. Check If String Is a Prefix of Array.swift ├── 1963. Minimum Number of Swaps to Make the String Balanced.swift ├── 1964. Find the Longest Valid Obstacle Course at Each Position.swift ├── 1970. Last Day Where You Can Still Cross.swift └── 1978. Employees Whose Manager Left the Company.sql ├── 2001-2500 ├── 2239. Find Closest Number to Zero.swift ├── 2240. Number of Ways to Buy Pens and Pencils.swift ├── 2241. Design an ATM Machine.swift ├── 2242. Maximum Score of a Node Sequence.swift ├── 2356. Number of Unique Subjects Taught by Each Teacher.sql ├── 2392. Build a Matrix With Conditions.swift ├── 2412. Minimum Money Required Before Transactions.swift ├── 2413. Smallest Even Multiple.swift ├── 2471. Minimum Number of Operations to Sort a Binary Tree by Level.swift ├── 2484. Count Palindromic Subsequences.swift ├── 2496. Maximum Value of a String in an Array.swift ├── 2497. Maximum Star Sum of a Graph.swift ├── 2498. Frog Jump II.swift └── 2499. Minimum Total Cost to Make Arrays Unequal.swift ├── 2501-3000 ├── 2508. Add Edges to Make Degrees of All Nodes Even.swift ├── 2512. Reward Top K Students.swift ├── 2513. Minimize the Maximum of Two Arrays.swift ├── 2514. Count Anagrams.swift ├── 2516. Take K of Each Character From Left and Right.swift ├── 2517. Maximum Tastiness of Candy Basket.swift ├── 2518. Number of Great Partitions.swift ├── 2521. Distinct Prime Factors of Product of Array.swift ├── 2522. Partition String Into Substrings With Values at Most K.swift ├── 2523. Closest Prime Numbers in Range.swift ├── 2525. Categorize Box According to Criteria.swift ├── 2526. Find Consecutive Integers from a Data Stream.swift ├── 2527. Find Xor-Beauty of Array.swift ├── 2528. Maximize the Minimum Powered City.swift ├── 2529. Maximum Count of Positive Integer and Negative Integer.swift ├── 2530. Maximal Score After Applying K Operations.swift ├── 2531. Make Number of Distinct Characters Equal.swift ├── 2532. Time to Cross a Bridge.swift ├── 2535. Difference Between Element Sum and Digit Sum of an Array.swift ├── 2536. Increment Submatrices by One.swift ├── 2537. Count the Number of Good Subarrays.swift ├── 2538. Difference Between Maximum and Minimum Price Sum.swift ├── 2540. Minimum Common Value.swift ├── 2541. Minimum Operations to Make Array Equal II.swift ├── 2542. Maximum Subsequence Score.swift ├── 2543. Check if Point Is Reachable.swift ├── 2544. Alternating Digit Sum.swift ├── 2545. Sort the Students by Their Kth Score.swift ├── 2546. Apply Bitwise Operations to Make Strings Equal.swift ├── 2547. Minimum Cost to Split an Array.swift ├── 2549. Count Distinct Numbers on Board.swift ├── 2550. Count Collisions of Monkeys on a Polygon.swift ├── 2551. Put Marbles in Bags.swift ├── 2552. Count Increasing Quadruplets.swift ├── 2553. Separate the Digits in an Array.swift ├── 2554. Maximum Number of Integers to Choose From a Range I.swift ├── 2555. Maximize Win From Two Segments.swift ├── 2556. Disconnect Path in a Binary Matrix by at Most One Flip.swift ├── 2558. Take Gifts From the Richest Pile.swift ├── 2559. Count Vowel Strings in Ranges.swift ├── 2560. House Robber IV.swift ├── 2561. Rearranging Fruits.swift ├── 2562. Find the Array Concatenation Value.swift ├── 2563. Count the Number of Fair Pairs.swift ├── 2565. Subsequence With the Minimum Score.swift ├── 2566. Maximum Difference by Remapping a Digit.swift ├── 2567. Minimum Score by Changing Two Elements.swift ├── 2568. Minimum Impossible OR.swift ├── 2570. Merge Two 2D Arrays by Summing Values.swift ├── 2571. Minimum Operations to Reduce an Integer to 0.swift ├── 2572. Count the Number of Square-Free Subsets.swift ├── 2573. Find the String with LCP.swift ├── 2574. Left and Right Sum Differences.swift ├── 2577. Minimum Time to Visit a Cell In a Grid.swift ├── 2581. Count Number of Possible Root Nodes.swift ├── 2582. Pass the Pillow.swift ├── 2584. Split the Array to Make Coprime Products.swift ├── 2585. Number of Ways to Earn Points.swift ├── 2586. Count the Number of Vowel Strings in Range.swift ├── 2589. Minimum Time to Complete All Tasks.swift ├── 2595. Number of Even and Odd Bits.swift ├── 2600. K Items With the Maximum Sum.swift ├── 2601. Prime Subtraction Operation.swift ├── 2602. Minimum Operations to Make All Array Elements Equal.swift ├── 2603. Collect Coins in a Tree.swift ├── 2605. Form Smallest Number From Two Digit Arrays.swift ├── 2606. Find the Substring With Maximum Cost.swift ├── 2607. Make K-Subarray Sums Equal.swift ├── 2608. Shortest Cycle in a Graph.swift ├── 2610. Convert an Array Into a 2D Array With Conditions.swift ├── 2611. Mice and Cheese.swift ├── 2612. Minimum Reverse Operations.swift ├── 2615. Sum of Distances.swift ├── 2616. Minimize the Maximum Difference of Pairs.swift ├── 2618. Check if Object Instance of Class.ts ├── 2619. Array Prototype Last.ts ├── 2620. Counter.ts ├── 2621. Sleep.ts ├── 2622. Cache With Time Limit.ts ├── 2623. Memoize.ts ├── 2625. Flatten Deeply Nested Array.ts ├── 2627. Debounce.ts ├── 2628. JSON Deep Equal.ts ├── 2629. Function Composition.ts ├── 2631. Group By.ts ├── 2632. Curry.ts ├── 2633. Convert Object to JSON String.ts ├── 2634. Filter Elements from Array.ts ├── 2635. Apply Transform Over Each Element in Array.ts ├── 2640. Find the Score of All Prefixes of an Array.swift ├── 2642. Design Graph With Shortest Path Calculator.swift ├── 2645. Minimum Additions to Make Valid String.swift ├── 2646. Minimize the Total Price of the Trips.swift ├── 2653. Sliding Subarray Beauty.swift ├── 2654. Minimum Number of Operations to Make All Array Elements Equal to 1.swift ├── 2657. Find the Prefix Common Array of Two Arrays.swift ├── 2658. Maximum Number of Fish in a Grid.swift ├── 2659. Make Array Empty.swift ├── 2661. First Completely Painted Row or Column.swift ├── 2662. Minimum Cost of a Path With Special Roads.swift ├── 2663. Lexicographically Smallest Beautiful String.swift ├── 2671. Frequency Tracker.swift ├── 2672. Number of Adjacent Elements With the Same Color.swift ├── 2673. Make Costs of Paths Equal in a Binary Tree.swift ├── 2679. Sum in a Matrix.swift ├── 2680. Maximum OR.swift ├── 2681. Power of Heroes.swift ├── 2683. Neighboring Bitwise XOR.swift ├── 2684. Maximum Number of Moves in a Grid.swift ├── 2685. Count the Number of Complete Components.swift ├── 2706. Buy Two Chocolates.swift ├── 2707. Extra Characters in a String.swift ├── 2708. Maximum Strength of a Group.swift ├── 2709. Greatest Common Divisor Traversal.swift ├── 2711. Difference of Number of Distinct Values on Diagonals.swift ├── 2712. Minimum Cost to Make All Characters Equal.swift ├── 2713. Maximum Strictly Increasing Cells in a Matrix.swift ├── 2716. Minimize String Length.swift ├── 2717. Semi-Ordered Permutation.swift ├── 2718. Sum of Matrix After Queries.swift ├── 2719. Count of Integers.swift ├── 2729. Check if The Number is Fascinating.swift ├── 2730. Find the Longest Semi-Repetitive Substring.swift ├── 2731. Movement of Robots.swift ├── 2732. Find a Good Subset of the Matrix.swift ├── 2733. Neither Minimum nor Maximum.swift ├── 2734. Lexicographically Smallest String After Substring Operation.swift ├── 2735. Collecting Chocolates.swift ├── 2736. Maximum Sum Queries.swift ├── 2739. Total Distance Traveled.swift ├── 2740. Find the Value of the Partition.swift ├── 2741. Special Permutations.swift ├── 2742. Painting the Walls.swift ├── 2745. Construct the Longest New String.swift ├── 2746. Decremental String Concatenation.swift ├── 2747. Count Zero Request Servers.swift ├── 2749. Minimum Operations to Make the Integer Zero.swift ├── 2750. Ways to Split Array Into Good Subarrays.swift ├── 2751. Robot Collisions.swift ├── 2760. Longest Even Odd Subarray With Threshold.swift ├── 2761. Prime Pairs With Target Sum.swift ├── 2762. Continuous Subarrays.swift ├── 2763. Sum of Imbalance Numbers of All Subarrays.swift ├── 2765. Longest Alternating Subarray.swift ├── 2766. Relocate Marbles.swift ├── 2767. Partition String Into Minimum Beautiful Substrings.swift ├── 2768. Number of Black Blocks.swift ├── 2769. Find the Maximum Achievable Number.swift ├── 2770. Maximum Number of Jumps to Reach the Last Index.swift ├── 2771. Longest Non-decreasing Subarray From Two Arrays.swift ├── 2772. Apply Operations to Make All Array Elements Equal to Zero.swift ├── 2778. Sum of Squares of Special Elements.swift ├── 2779. Maximum Beauty of an Array After Applying Operation.swift ├── 2780. Minimum Index of a Valid Split.swift ├── 2781. Length of the Longest Valid Substring.swift ├── 2784. Check if Array is Good.swift ├── 2785. Sort Vowels in a String.swift ├── 2786. Visit Array Positions to Maximize Score.swift ├── 2787. Ways to Express an Integer as Sum of Powers.swift ├── 2788. Split Strings by Separator.swift ├── 2789. Largest Element in an Array after Merge Operations.swift ├── 2790. Maximum Number of Groups With Increasing Length.swift ├── 2791. Count Paths That Can Form a Palindrome in a Tree.swift ├── 2798. Number of Employees Who Met the Target.swift ├── 2799. Count Complete Subarrays in an Array.swift ├── 2800. Shortest String That Contains Three Strings.swift ├── 2801. Count Stepping Numbers in Range.swift ├── 2806. Account Balance After Rounded Purchase.swift ├── 2807. Insert Greatest Common Divisors in Linked List.swift ├── 2808. Minimum Seconds to Equalize a Circular Array.swift ├── 2809. Minimum Time to Make Array Sum At Most x.swift ├── 2810. Faulty Keyboard.swift ├── 2811. Check if it is Possible to Split Array.swift ├── 2812. Find the Safest Path in a Grid.swift ├── 2813. Maximum Elegance of a K-Length Subsequence.swift ├── 2815. Max Pair Sum in an Array.swift ├── 2816. Double a Number Represented as a Linked List.swift ├── 2818. Apply Operations to Maximize Score.swift ├── 2824. Count Pairs Whose Sum is Less than Target.swift ├── 2825. Make String a Subsequence Using Cyclic Increments.swift ├── 2826. Sorting Three Groups.swift ├── 2827. Number of Beautiful Integers in the Range.swift ├── 2828. Check if a String Is an Acronym of Words.swift ├── 2829. Determine the Minimum Sum of a k-avoiding Array.swift ├── 2830. Maximize the Profit as the Salesman.swift ├── 2831. Find the Longest Equal Subarray.swift ├── 2833. Furthest Point From Origin.swift ├── 2835. Minimum Operations to Form Subsequence With Target Sum.swift ├── 2836. Maximize Value of Function in a Ball Passing Game.swift ├── 2839. Check if Strings Can be Made Equal With Operations I.swift ├── 2840. Check if Strings Can be Made Equal With Operations II.swift ├── 2841. Maximum Sum of Almost Unique Subarray.swift ├── 2842. Count K-Subsequences of a String With Maximum Beauty.swift ├── 2843. Count Symmetric Integers.swift ├── 2844. Minimum Operations to Make a Special Number.swift ├── 2845. Count of Interesting Subarrays.swift ├── 2846. Minimum Edge Weight Equilibrium Queries in a Tree.swift ├── 2848. Points That Intersect With Cars.swift ├── 2849. Determine if a Cell Is Reachable at a Given Time.swift ├── 2850. Minimum Moves to Spread Stones Over Grid.swift ├── 2855. Minimum Right Shifts to Sort the Array.swift ├── 2856. Minimum Array Length After Pair Removals.swift ├── 2857. Count Pairs of Points With Distance k.swift ├── 2858. Minimum Edge Reversals So Every Node Is Reachable.swift ├── 2859. Sum of Values at Indices With K Set Bits.swift ├── 2860. Happy Students.swift ├── 2861. Maximum Number of Alloys.swift ├── 2862. Maximum Element-Sum of a Complete Subset of Indices.swift ├── 2864. Maximum Odd Binary Number.swift ├── 2865. Beautiful Towers I.swift ├── 2866. Beautiful Towers II.swift ├── 2867. Count Valid Paths in a Tree.swift ├── 2869. Minimum Operations to Collect Elements.swift ├── 2870. Minimum Number of Operations to Make Array Empty.swift ├── 2871. Split Array Into Maximum Number of Subarrays.swift ├── 2872. Maximum Number of K-Divisible Components.swift ├── 2873. Maximum Value of an Ordered Triplet I.swift ├── 2874. Maximum Value of an Ordered Triplet II.swift ├── 2875. Minimum Size Subarray in Infinite Array.swift ├── 2876. Count Visited Nodes in a Directed Graph.swift ├── 2894. Divisible and Non-divisible Sums Difference.swift ├── 2895. Minimum Processing Time.swift ├── 2896. Apply Operations to Make Two Strings Equal.swift ├── 2897. Apply Operations on Array to Maximize Sum of Squares.swift ├── 2899. Last Visited Integers.swift ├── 2900. Longest Unequal Adjacent Groups Subsequence I.swift ├── 2901. Longest Unequal Adjacent Groups Subsequence II.swift ├── 2902. Count of Sub-Multisets With Bounded Sum.swift ├── 2903. Find Indices With Index and Value Difference I.swift ├── 2904. Shortest and Lexicographically Smallest Beautiful String.swift ├── 2905. Find Indices With Index and Value Difference II.swift ├── 2906. Construct Product Matrix.swift ├── 2908. Minimum Sum of Mountain Triplets I.swift ├── 2909. Minimum Sum of Mountain Triplets II.swift ├── 2910. Minimum Number of Groups to Create a Valid Assignment.swift ├── 2913. Subarrays Distinct Element Sum of Squares I.swift ├── 2914. Minimum Number of Changes to Make Binary String Beautiful.swift ├── 2915. Length of the Longest Subsequence That Sums to Target.swift ├── 2916. Subarrays Distinct Element Sum of Squares II.swift ├── 2917. Find the K-or of an Array.swift ├── 2918. Minimum Equal Sum of Two Arrays After Replacing Zeros.swift ├── 2919. Minimum Increment Operations to Make Array Beautiful.swift ├── 2920. Maximum Points After Collecting Coins From All Nodes.swift ├── 2923. Find Champion I.swift ├── 2924. Find Champion II.swift ├── 2925. Maximum Score After Applying Operations on a Tree.swift ├── 2926. Maximum Balanced Subsequence Sum.swift ├── 2928. Distribute Candies Among Children I.swift ├── 2929. Distribute Candies Among Children II.swift ├── 2930. Number of Strings Which Can Be Rearranged to Contain Substring.swift ├── 2931. Maximum Spending After Buying Items.swift ├── 2932. Maximum Strong Pair XOR I.swift ├── 2933. High-Access Employees.swift ├── 2934. Minimum Operations to Maximize Last Elements in Arrays.swift ├── 2935. Maximum Strong Pair XOR II.swift ├── 2937. Make Three Strings Equal.swift ├── 2938. Separate Black and White Balls.swift ├── 2939. Maximum Xor Product.swift ├── 2940. Find Building Where Alice and Bob Can Meet.swift ├── 2942. Find Words Containing Character.swift ├── 2943. Maximize Area of Square Hole in Grid.swift ├── 2944. Minimum Number of Coins for Fruits.swift ├── 2945. Find Maximum Non-decreasing Array Length.swift ├── 2946. Matrix Similarity After Cyclic Shifts.swift ├── 2947. Count Beautiful Substrings I.swift ├── 2948. Make Lexicographically Smallest Array by Swapping Elements.swift ├── 2949. Count Beautiful Substrings II.swift ├── 2951. Find the Peaks.swift ├── 2952. Minimum Number of Coins to be Added.swift ├── 2954. Count the Number of Infection Sequences.swift ├── 2956. Find Common Elements Between Two Arrays.swift ├── 2957. Remove Adjacent Almost-Equal Characters.swift ├── 2958. Length of Longest Subarray With at Most K Frequency.swift ├── 2959. Number of Possible Sets of Closing Branches.swift ├── 2960. Count Tested Devices After Test Operations.swift ├── 2961. Double Modular Exponentiation.swift ├── 2962. Count Subarrays Where Max Element Appears at Least K Times.swift ├── 2963. Count the Number of Good Partitions.swift ├── 2965. Find Missing and Repeated Values.swift ├── 2966. Divide Array Into Arrays With Max Difference.swift ├── 2967. Minimum Cost to Make Array Equalindromic.swift ├── 2968. Apply Operations to Maximize Frequency Score.swift ├── 2970. Count the Number of Incremovable Subarrays I.swift ├── 2971. Find Polygon With the Largest Perimeter.swift ├── 2972. Count the Number of Incremovable Subarrays II.swift ├── 2973. Find Number of Coins to Place in Tree Nodes.swift ├── 2974. Minimum Number Game.swift ├── 2975. Maximum Square Area by Removing Fences From a Field.swift ├── 2976. Minimum Cost to Convert String I.swift ├── 2980. Check if Bitwise OR Has Trailing Zeros.swift ├── 2981. Find Longest Special Substring That Occurs Thrice I.swift ├── 2982. Find Longest Special Substring That Occurs Thrice II.swift └── 2996. Smallest Missing Integer Greater Than Sequential Prefix Sum.swift ├── LICENSE └── README.md /.swift-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/.swift-format -------------------------------------------------------------------------------- /0001-0500/0001. Two Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0001. Two Sum.swift -------------------------------------------------------------------------------- /0001-0500/0002. Add Two Numbers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0002. Add Two Numbers.swift -------------------------------------------------------------------------------- /0001-0500/0006. ZigZag Conversion.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0006. ZigZag Conversion.swift -------------------------------------------------------------------------------- /0001-0500/0007. Reverse Integer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0007. Reverse Integer.swift -------------------------------------------------------------------------------- /0001-0500/0008. String to Integer (atoi).swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0008. String to Integer (atoi).swift -------------------------------------------------------------------------------- /0001-0500/0009. Palindrome Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0009. Palindrome Number.swift -------------------------------------------------------------------------------- /0001-0500/0011. Container With Most Water.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0011. Container With Most Water.swift -------------------------------------------------------------------------------- /0001-0500/0012. Integer to Roman.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0012. Integer to Roman.swift -------------------------------------------------------------------------------- /0001-0500/0013. Roman to Integer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0013. Roman to Integer.swift -------------------------------------------------------------------------------- /0001-0500/0014. Longest Common Prefix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0014. Longest Common Prefix.swift -------------------------------------------------------------------------------- /0001-0500/0015. 3Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0015. 3Sum.swift -------------------------------------------------------------------------------- /0001-0500/0016. 3Sum Closest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0016. 3Sum Closest.swift -------------------------------------------------------------------------------- /0001-0500/0018. 4Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0018. 4Sum.swift -------------------------------------------------------------------------------- /0001-0500/0020. Valid Parentheses.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0020. Valid Parentheses.swift -------------------------------------------------------------------------------- /0001-0500/0021. Merge Two Sorted Lists.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0021. Merge Two Sorted Lists.swift -------------------------------------------------------------------------------- /0001-0500/0022. Generate Parentheses.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0022. Generate Parentheses.swift -------------------------------------------------------------------------------- /0001-0500/0023. Merge k Sorted Lists.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0023. Merge k Sorted Lists.swift -------------------------------------------------------------------------------- /0001-0500/0024. Swap Nodes in Pairs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0024. Swap Nodes in Pairs.swift -------------------------------------------------------------------------------- /0001-0500/0025. Reverse Nodes in k-Group.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0025. Reverse Nodes in k-Group.swift -------------------------------------------------------------------------------- /0001-0500/0027. Remove Element.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0027. Remove Element.swift -------------------------------------------------------------------------------- /0001-0500/0028. Implement strStr().swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0028. Implement strStr().swift -------------------------------------------------------------------------------- /0001-0500/0029. Divide Two Integers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0029. Divide Two Integers.swift -------------------------------------------------------------------------------- /0001-0500/0031. Next Permutation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0031. Next Permutation.swift -------------------------------------------------------------------------------- /0001-0500/0032. Longest Valid Parentheses.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0032. Longest Valid Parentheses.swift -------------------------------------------------------------------------------- /0001-0500/0035. Search Insert Position.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0035. Search Insert Position.swift -------------------------------------------------------------------------------- /0001-0500/0036. Valid Sudoku.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0036. Valid Sudoku.swift -------------------------------------------------------------------------------- /0001-0500/0037. Sudoku Solver.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0037. Sudoku Solver.swift -------------------------------------------------------------------------------- /0001-0500/0038. Count and Say.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0038. Count and Say.swift -------------------------------------------------------------------------------- /0001-0500/0039. Combination Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0039. Combination Sum.swift -------------------------------------------------------------------------------- /0001-0500/0040. Combination Sum II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0040. Combination Sum II.swift -------------------------------------------------------------------------------- /0001-0500/0041. First Missing Positive.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0041. First Missing Positive.swift -------------------------------------------------------------------------------- /0001-0500/0042. Trapping Rain Water.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0042. Trapping Rain Water.swift -------------------------------------------------------------------------------- /0001-0500/0043. Multiply Strings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0043. Multiply Strings.swift -------------------------------------------------------------------------------- /0001-0500/0044. Wildcard Matching.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0044. Wildcard Matching.swift -------------------------------------------------------------------------------- /0001-0500/0045. Jump Game II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0045. Jump Game II.swift -------------------------------------------------------------------------------- /0001-0500/0046. Permutations.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0046. Permutations.swift -------------------------------------------------------------------------------- /0001-0500/0047. Permutations II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0047. Permutations II.swift -------------------------------------------------------------------------------- /0001-0500/0048. Rotate Image.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0048. Rotate Image.swift -------------------------------------------------------------------------------- /0001-0500/0049. Group Anagrams.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0049. Group Anagrams.swift -------------------------------------------------------------------------------- /0001-0500/0050. Pow(x, n).swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0050. Pow(x, n).swift -------------------------------------------------------------------------------- /0001-0500/0051. N-Queens.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0051. N-Queens.swift -------------------------------------------------------------------------------- /0001-0500/0052. N-Queens II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0052. N-Queens II.swift -------------------------------------------------------------------------------- /0001-0500/0053. Maximum Subarray.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0053. Maximum Subarray.swift -------------------------------------------------------------------------------- /0001-0500/0054. Spiral Matrix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0054. Spiral Matrix.swift -------------------------------------------------------------------------------- /0001-0500/0055. Jump Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0055. Jump Game.swift -------------------------------------------------------------------------------- /0001-0500/0056. Merge Intervals.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0056. Merge Intervals.swift -------------------------------------------------------------------------------- /0001-0500/0057. Insert Interval.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0057. Insert Interval.swift -------------------------------------------------------------------------------- /0001-0500/0058. Length of Last Word.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0058. Length of Last Word.swift -------------------------------------------------------------------------------- /0001-0500/0059. Spiral Matrix II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0059. Spiral Matrix II.swift -------------------------------------------------------------------------------- /0001-0500/0060. Permutation Sequence.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0060. Permutation Sequence.swift -------------------------------------------------------------------------------- /0001-0500/0061. Rotate List.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0061. Rotate List.swift -------------------------------------------------------------------------------- /0001-0500/0062. Unique Paths.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0062. Unique Paths.swift -------------------------------------------------------------------------------- /0001-0500/0063. Unique Paths II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0063. Unique Paths II.swift -------------------------------------------------------------------------------- /0001-0500/0064. Minimum Path Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0064. Minimum Path Sum.swift -------------------------------------------------------------------------------- /0001-0500/0065. Valid Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0065. Valid Number.swift -------------------------------------------------------------------------------- /0001-0500/0066. Plus One.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0066. Plus One.swift -------------------------------------------------------------------------------- /0001-0500/0067. Add Binary.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0067. Add Binary.swift -------------------------------------------------------------------------------- /0001-0500/0068. Text Justification.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0068. Text Justification.swift -------------------------------------------------------------------------------- /0001-0500/0069. Sqrt(x).swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0069. Sqrt(x).swift -------------------------------------------------------------------------------- /0001-0500/0070. Climbing Stairs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0070. Climbing Stairs.swift -------------------------------------------------------------------------------- /0001-0500/0071. Simplify Path.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0071. Simplify Path.swift -------------------------------------------------------------------------------- /0001-0500/0072. Edit Distance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0072. Edit Distance.swift -------------------------------------------------------------------------------- /0001-0500/0073. Set Matrix Zeroes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0073. Set Matrix Zeroes.swift -------------------------------------------------------------------------------- /0001-0500/0074. Search a 2D Matrix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0074. Search a 2D Matrix.swift -------------------------------------------------------------------------------- /0001-0500/0075. Sort Colors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0075. Sort Colors.swift -------------------------------------------------------------------------------- /0001-0500/0076. Minimum Window Substring.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0076. Minimum Window Substring.swift -------------------------------------------------------------------------------- /0001-0500/0077. Combinations.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0077. Combinations.swift -------------------------------------------------------------------------------- /0001-0500/0078. Subsets.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0078. Subsets.swift -------------------------------------------------------------------------------- /0001-0500/0079. Word Search.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0079. Word Search.swift -------------------------------------------------------------------------------- /0001-0500/0085. Maximal Rectangle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0085. Maximal Rectangle.swift -------------------------------------------------------------------------------- /0001-0500/0086. Partition List.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0086. Partition List.swift -------------------------------------------------------------------------------- /0001-0500/0087. Scramble String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0087. Scramble String.swift -------------------------------------------------------------------------------- /0001-0500/0088. Merge Sorted Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0088. Merge Sorted Array.swift -------------------------------------------------------------------------------- /0001-0500/0089. Gray Code.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0089. Gray Code.swift -------------------------------------------------------------------------------- /0001-0500/0090. Subsets II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0090. Subsets II.swift -------------------------------------------------------------------------------- /0001-0500/0091. Decode Ways.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0091. Decode Ways.swift -------------------------------------------------------------------------------- /0001-0500/0092. Reverse Linked List II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0092. Reverse Linked List II.swift -------------------------------------------------------------------------------- /0001-0500/0093. Restore IP Addresses.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0093. Restore IP Addresses.swift -------------------------------------------------------------------------------- /0001-0500/0097. Interleaving String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0097. Interleaving String.swift -------------------------------------------------------------------------------- /0001-0500/0100. Same Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0100. Same Tree.swift -------------------------------------------------------------------------------- /0001-0500/0101. Symmetric Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0101. Symmetric Tree.swift -------------------------------------------------------------------------------- /0001-0500/0110. Balanced Binary Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0110. Balanced Binary Tree.swift -------------------------------------------------------------------------------- /0001-0500/0112. Path Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0112. Path Sum.swift -------------------------------------------------------------------------------- /0001-0500/0113. Path Sum II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0113. Path Sum II.swift -------------------------------------------------------------------------------- /0001-0500/0115. Distinct Subsequences.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0115. Distinct Subsequences.swift -------------------------------------------------------------------------------- /0001-0500/0118. Pascal's Triangle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0118. Pascal's Triangle.swift -------------------------------------------------------------------------------- /0001-0500/0119. Pascal's Triangle II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0119. Pascal's Triangle II.swift -------------------------------------------------------------------------------- /0001-0500/0120. Triangle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0120. Triangle.swift -------------------------------------------------------------------------------- /0001-0500/0125. Valid Palindrome.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0125. Valid Palindrome.swift -------------------------------------------------------------------------------- /0001-0500/0126. Word Ladder II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0126. Word Ladder II.swift -------------------------------------------------------------------------------- /0001-0500/0127. Word Ladder.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0127. Word Ladder.swift -------------------------------------------------------------------------------- /0001-0500/0129. Sum Root to Leaf Numbers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0129. Sum Root to Leaf Numbers.swift -------------------------------------------------------------------------------- /0001-0500/0130. Surrounded Regions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0130. Surrounded Regions.swift -------------------------------------------------------------------------------- /0001-0500/0131. Palindrome Partitioning.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0131. Palindrome Partitioning.swift -------------------------------------------------------------------------------- /0001-0500/0133. Clone Graph.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0133. Clone Graph.swift -------------------------------------------------------------------------------- /0001-0500/0134. Gas Station.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0134. Gas Station.swift -------------------------------------------------------------------------------- /0001-0500/0135. Candy.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0135. Candy.swift -------------------------------------------------------------------------------- /0001-0500/0136. Single Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0136. Single Number.swift -------------------------------------------------------------------------------- /0001-0500/0137. Single Number II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0137. Single Number II.swift -------------------------------------------------------------------------------- /0001-0500/0139. Word Break.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0139. Word Break.swift -------------------------------------------------------------------------------- /0001-0500/0140. Word Break II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0140. Word Break II.swift -------------------------------------------------------------------------------- /0001-0500/0141. Linked List Cycle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0141. Linked List Cycle.swift -------------------------------------------------------------------------------- /0001-0500/0142. Linked List Cycle II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0142. Linked List Cycle II.swift -------------------------------------------------------------------------------- /0001-0500/0143. Reorder List.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0143. Reorder List.swift -------------------------------------------------------------------------------- /0001-0500/0146. LRU Cache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0146. LRU Cache.swift -------------------------------------------------------------------------------- /0001-0500/0147. Insertion Sort List.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0147. Insertion Sort List.swift -------------------------------------------------------------------------------- /0001-0500/0148. Sort List.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0148. Sort List.swift -------------------------------------------------------------------------------- /0001-0500/0149. Max Points on a Line.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0149. Max Points on a Line.swift -------------------------------------------------------------------------------- /0001-0500/0151. Reverse Words in a String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0151. Reverse Words in a String.swift -------------------------------------------------------------------------------- /0001-0500/0152. Maximum Product Subarray.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0152. Maximum Product Subarray.swift -------------------------------------------------------------------------------- /0001-0500/0155. Min Stack.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0155. Min Stack.swift -------------------------------------------------------------------------------- /0001-0500/0162. Find Peak Element.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0162. Find Peak Element.swift -------------------------------------------------------------------------------- /0001-0500/0164. Maximum Gap.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0164. Maximum Gap.swift -------------------------------------------------------------------------------- /0001-0500/0165. Compare Version Numbers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0165. Compare Version Numbers.swift -------------------------------------------------------------------------------- /0001-0500/0168. Excel Sheet Column Title.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0168. Excel Sheet Column Title.swift -------------------------------------------------------------------------------- /0001-0500/0169. Majority Element.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0169. Majority Element.swift -------------------------------------------------------------------------------- /0001-0500/0171. Excel Sheet Column Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0171. Excel Sheet Column Number.swift -------------------------------------------------------------------------------- /0001-0500/0172. Factorial Trailing Zeroes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0172. Factorial Trailing Zeroes.swift -------------------------------------------------------------------------------- /0001-0500/0174. Dungeon Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0174. Dungeon Game.swift -------------------------------------------------------------------------------- /0001-0500/0175. Combine Two Tables.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0175. Combine Two Tables.sql -------------------------------------------------------------------------------- /0001-0500/0176. Second Highest Salary.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0176. Second Highest Salary.sql -------------------------------------------------------------------------------- /0001-0500/0177. Nth Highest Salary.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0177. Nth Highest Salary.sql -------------------------------------------------------------------------------- /0001-0500/0178. Rank Scores.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0178. Rank Scores.sql -------------------------------------------------------------------------------- /0001-0500/0179. Largest Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0179. Largest Number.swift -------------------------------------------------------------------------------- /0001-0500/0180. Consecutive Numbers.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0180. Consecutive Numbers.sql -------------------------------------------------------------------------------- /0001-0500/0182. Duplicate Emails.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0182. Duplicate Emails.sql -------------------------------------------------------------------------------- /0001-0500/0183. Customers Who Never Order.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0183. Customers Who Never Order.sql -------------------------------------------------------------------------------- /0001-0500/0184. Department Highest Salary.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0184. Department Highest Salary.sql -------------------------------------------------------------------------------- /0001-0500/0187. Repeated DNA Sequences.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0187. Repeated DNA Sequences.swift -------------------------------------------------------------------------------- /0001-0500/0189. Rotate Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0189. Rotate Array.swift -------------------------------------------------------------------------------- /0001-0500/0190. Reverse Bits.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0190. Reverse Bits.swift -------------------------------------------------------------------------------- /0001-0500/0191. Number of 1 Bits.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0191. Number of 1 Bits.swift -------------------------------------------------------------------------------- /0001-0500/0192. Word Frequency.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0192. Word Frequency.sh -------------------------------------------------------------------------------- /0001-0500/0193. Valid Phone Numbers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0193. Valid Phone Numbers.sh -------------------------------------------------------------------------------- /0001-0500/0194. Transpose File.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0194. Transpose File.sh -------------------------------------------------------------------------------- /0001-0500/0195. Tenth Line.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0195. Tenth Line.sh -------------------------------------------------------------------------------- /0001-0500/0196. Delete Duplicate Emails.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0196. Delete Duplicate Emails.sql -------------------------------------------------------------------------------- /0001-0500/0197. Rising Temperature.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0197. Rising Temperature.sql -------------------------------------------------------------------------------- /0001-0500/0198. House Robber.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0198. House Robber.swift -------------------------------------------------------------------------------- /0001-0500/0200. Number of Islands.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0200. Number of Islands.swift -------------------------------------------------------------------------------- /0001-0500/0202. Happy Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0202. Happy Number.swift -------------------------------------------------------------------------------- /0001-0500/0204. Count Primes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0204. Count Primes.swift -------------------------------------------------------------------------------- /0001-0500/0205. Isomorphic Strings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0205. Isomorphic Strings.swift -------------------------------------------------------------------------------- /0001-0500/0206. Reverse Linked List.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0206. Reverse Linked List.swift -------------------------------------------------------------------------------- /0001-0500/0207. Course Schedule.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0207. Course Schedule.swift -------------------------------------------------------------------------------- /0001-0500/0209. Minimum Size Subarray Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0209. Minimum Size Subarray Sum.swift -------------------------------------------------------------------------------- /0001-0500/0210. Course Schedule II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0210. Course Schedule II.swift -------------------------------------------------------------------------------- /0001-0500/0212. Word Search II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0212. Word Search II.swift -------------------------------------------------------------------------------- /0001-0500/0213. House Robber II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0213. House Robber II.swift -------------------------------------------------------------------------------- /0001-0500/0214. Shortest Palindrome.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0214. Shortest Palindrome.swift -------------------------------------------------------------------------------- /0001-0500/0216. Combination Sum III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0216. Combination Sum III.swift -------------------------------------------------------------------------------- /0001-0500/0217. Contains Duplicate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0217. Contains Duplicate.swift -------------------------------------------------------------------------------- /0001-0500/0218. The Skyline Problem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0218. The Skyline Problem.swift -------------------------------------------------------------------------------- /0001-0500/0219. Contains Duplicate II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0219. Contains Duplicate II.swift -------------------------------------------------------------------------------- /0001-0500/0220. Contains Duplicate III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0220. Contains Duplicate III.swift -------------------------------------------------------------------------------- /0001-0500/0221. Maximal Square.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0221. Maximal Square.swift -------------------------------------------------------------------------------- /0001-0500/0222. Count Complete Tree Nodes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0222. Count Complete Tree Nodes.swift -------------------------------------------------------------------------------- /0001-0500/0223. Rectangle Area.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0223. Rectangle Area.swift -------------------------------------------------------------------------------- /0001-0500/0224. Basic Calculator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0224. Basic Calculator.swift -------------------------------------------------------------------------------- /0001-0500/0226. Invert Binary Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0226. Invert Binary Tree.swift -------------------------------------------------------------------------------- /0001-0500/0227. Basic Calculator II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0227. Basic Calculator II.swift -------------------------------------------------------------------------------- /0001-0500/0228. Summary Ranges.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0228. Summary Ranges.swift -------------------------------------------------------------------------------- /0001-0500/0229. Majority Element II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0229. Majority Element II.swift -------------------------------------------------------------------------------- /0001-0500/0231. Power of Two.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0231. Power of Two.swift -------------------------------------------------------------------------------- /0001-0500/0233. Number of Digit One.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0233. Number of Digit One.swift -------------------------------------------------------------------------------- /0001-0500/0234. Palindrome Linked List.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0234. Palindrome Linked List.swift -------------------------------------------------------------------------------- /0001-0500/0239. Sliding Window Maximum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0239. Sliding Window Maximum.swift -------------------------------------------------------------------------------- /0001-0500/0240. Search a 2D Matrix II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0240. Search a 2D Matrix II.swift -------------------------------------------------------------------------------- /0001-0500/0242. Valid Anagram.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0242. Valid Anagram.swift -------------------------------------------------------------------------------- /0001-0500/0257. Binary Tree Paths.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0257. Binary Tree Paths.swift -------------------------------------------------------------------------------- /0001-0500/0258. Add Digits.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0258. Add Digits.swift -------------------------------------------------------------------------------- /0001-0500/0260. Single Number III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0260. Single Number III.swift -------------------------------------------------------------------------------- /0001-0500/0262. Trips and Users.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0262. Trips and Users.sql -------------------------------------------------------------------------------- /0001-0500/0263. Ugly Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0263. Ugly Number.swift -------------------------------------------------------------------------------- /0001-0500/0264. Ugly Number II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0264. Ugly Number II.swift -------------------------------------------------------------------------------- /0001-0500/0268. Missing Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0268. Missing Number.swift -------------------------------------------------------------------------------- /0001-0500/0273. Integer to English Words.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0273. Integer to English Words.swift -------------------------------------------------------------------------------- /0001-0500/0274. H-Index.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0274. H-Index.swift -------------------------------------------------------------------------------- /0001-0500/0275. H-Index II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0275. H-Index II.swift -------------------------------------------------------------------------------- /0001-0500/0278. First Bad Version.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0278. First Bad Version.swift -------------------------------------------------------------------------------- /0001-0500/0279. Perfect Squares.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0279. Perfect Squares.swift -------------------------------------------------------------------------------- /0001-0500/0282. Expression Add Operators.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0282. Expression Add Operators.swift -------------------------------------------------------------------------------- /0001-0500/0283. Move Zeroes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0283. Move Zeroes.swift -------------------------------------------------------------------------------- /0001-0500/0284. Peeking Iterator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0284. Peeking Iterator.swift -------------------------------------------------------------------------------- /0001-0500/0287. Find the Duplicate Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0287. Find the Duplicate Number.swift -------------------------------------------------------------------------------- /0001-0500/0289. Game of Life.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0289. Game of Life.swift -------------------------------------------------------------------------------- /0001-0500/0290. Word Pattern.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0290. Word Pattern.swift -------------------------------------------------------------------------------- /0001-0500/0292. Nim Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0292. Nim Game.swift -------------------------------------------------------------------------------- /0001-0500/0299. Bulls and Cows.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0299. Bulls and Cows.swift -------------------------------------------------------------------------------- /0001-0500/0306. Additive Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0306. Additive Number.swift -------------------------------------------------------------------------------- /0001-0500/0307. Range Sum Query - Mutable.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0307. Range Sum Query - Mutable.swift -------------------------------------------------------------------------------- /0001-0500/0310. Minimum Height Trees.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0310. Minimum Height Trees.swift -------------------------------------------------------------------------------- /0001-0500/0312. Burst Balloons.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0312. Burst Balloons.swift -------------------------------------------------------------------------------- /0001-0500/0313. Super Ugly Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0313. Super Ugly Number.swift -------------------------------------------------------------------------------- /0001-0500/0319. Bulb Switcher.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0319. Bulb Switcher.swift -------------------------------------------------------------------------------- /0001-0500/0321. Create Maximum Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0321. Create Maximum Number.swift -------------------------------------------------------------------------------- /0001-0500/0322. Coin Change.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0322. Coin Change.swift -------------------------------------------------------------------------------- /0001-0500/0324. Wiggle Sort II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0324. Wiggle Sort II.swift -------------------------------------------------------------------------------- /0001-0500/0326. Power of Three.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0326. Power of Three.swift -------------------------------------------------------------------------------- /0001-0500/0327. Count of Range Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0327. Count of Range Sum.swift -------------------------------------------------------------------------------- /0001-0500/0328. Odd Even Linked List.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0328. Odd Even Linked List.swift -------------------------------------------------------------------------------- /0001-0500/0330. Patching Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0330. Patching Array.swift -------------------------------------------------------------------------------- /0001-0500/0332. Reconstruct Itinerary.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0332. Reconstruct Itinerary.swift -------------------------------------------------------------------------------- /0001-0500/0335. Self Crossing.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0335. Self Crossing.swift -------------------------------------------------------------------------------- /0001-0500/0336. Palindrome Pairs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0336. Palindrome Pairs.swift -------------------------------------------------------------------------------- /0001-0500/0337. House Robber III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0337. House Robber III.swift -------------------------------------------------------------------------------- /0001-0500/0338. Counting Bits.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0338. Counting Bits.swift -------------------------------------------------------------------------------- /0001-0500/0342. Power of Four.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0342. Power of Four.swift -------------------------------------------------------------------------------- /0001-0500/0343. Integer Break.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0343. Integer Break.swift -------------------------------------------------------------------------------- /0001-0500/0344. Reverse String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0344. Reverse String.swift -------------------------------------------------------------------------------- /0001-0500/0347. Top K Frequent Elements.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0347. Top K Frequent Elements.swift -------------------------------------------------------------------------------- /0001-0500/0354. Russian Doll Envelopes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0354. Russian Doll Envelopes.swift -------------------------------------------------------------------------------- /0001-0500/0355. Design Twitter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0355. Design Twitter.swift -------------------------------------------------------------------------------- /0001-0500/0365. Water and Jug Problem.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0365. Water and Jug Problem.swift -------------------------------------------------------------------------------- /0001-0500/0367. Valid Perfect Square.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0367. Valid Perfect Square.swift -------------------------------------------------------------------------------- /0001-0500/0368. Largest Divisible Subset.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0368. Largest Divisible Subset.swift -------------------------------------------------------------------------------- /0001-0500/0371. Sum of Two Integers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0371. Sum of Two Integers.swift -------------------------------------------------------------------------------- /0001-0500/0372. Super Pow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0372. Super Pow.swift -------------------------------------------------------------------------------- /0001-0500/0376. Wiggle Subsequence.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0376. Wiggle Subsequence.swift -------------------------------------------------------------------------------- /0001-0500/0377. Combination Sum IV.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0377. Combination Sum IV.swift -------------------------------------------------------------------------------- /0001-0500/0382. Linked List Random Node.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0382. Linked List Random Node.swift -------------------------------------------------------------------------------- /0001-0500/0383. Ransom Note.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0383. Ransom Note.swift -------------------------------------------------------------------------------- /0001-0500/0384. Shuffle an Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0384. Shuffle an Array.swift -------------------------------------------------------------------------------- /0001-0500/0385. Mini Parser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0385. Mini Parser.swift -------------------------------------------------------------------------------- /0001-0500/0386. Lexicographical Numbers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0386. Lexicographical Numbers.swift -------------------------------------------------------------------------------- /0001-0500/0389. Find the Difference.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0389. Find the Difference.swift -------------------------------------------------------------------------------- /0001-0500/0390. Elimination Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0390. Elimination Game.swift -------------------------------------------------------------------------------- /0001-0500/0391. Perfect Rectangle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0391. Perfect Rectangle.swift -------------------------------------------------------------------------------- /0001-0500/0392. Is Subsequence.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0392. Is Subsequence.swift -------------------------------------------------------------------------------- /0001-0500/0393. UTF-8 Validation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0393. UTF-8 Validation.swift -------------------------------------------------------------------------------- /0001-0500/0394. Decode String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0394. Decode String.swift -------------------------------------------------------------------------------- /0001-0500/0396. Rotate Function.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0396. Rotate Function.swift -------------------------------------------------------------------------------- /0001-0500/0397. Integer Replacement.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0397. Integer Replacement.swift -------------------------------------------------------------------------------- /0001-0500/0399. Evaluate Division.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0399. Evaluate Division.swift -------------------------------------------------------------------------------- /0001-0500/0400. Nth Digit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0400. Nth Digit.swift -------------------------------------------------------------------------------- /0001-0500/0401. Binary Watch.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0401. Binary Watch.swift -------------------------------------------------------------------------------- /0001-0500/0402. Remove K Digits.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0402. Remove K Digits.swift -------------------------------------------------------------------------------- /0001-0500/0403. Frog Jump.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0403. Frog Jump.swift -------------------------------------------------------------------------------- /0001-0500/0404. Sum of Left Leaves.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0404. Sum of Left Leaves.swift -------------------------------------------------------------------------------- /0001-0500/0407. Trapping Rain Water II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0407. Trapping Rain Water II.swift -------------------------------------------------------------------------------- /0001-0500/0409. Longest Palindrome.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0409. Longest Palindrome.swift -------------------------------------------------------------------------------- /0001-0500/0410. Split Array Largest Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0410. Split Array Largest Sum.swift -------------------------------------------------------------------------------- /0001-0500/0412. Fizz Buzz.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0412. Fizz Buzz.swift -------------------------------------------------------------------------------- /0001-0500/0413. Arithmetic Slices.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0413. Arithmetic Slices.swift -------------------------------------------------------------------------------- /0001-0500/0414. Third Maximum Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0414. Third Maximum Number.swift -------------------------------------------------------------------------------- /0001-0500/0415. Add Strings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0415. Add Strings.swift -------------------------------------------------------------------------------- /0001-0500/0419. Battleships in a Board.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0419. Battleships in a Board.swift -------------------------------------------------------------------------------- /0001-0500/0420. Strong Password Checker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0420. Strong Password Checker.swift -------------------------------------------------------------------------------- /0001-0500/0427. Construct Quad Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0427. Construct Quad Tree.swift -------------------------------------------------------------------------------- /0001-0500/0432. All Oone Data Structure.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0432. All Oone Data Structure.swift -------------------------------------------------------------------------------- /0001-0500/0433. Minimum Genetic Mutation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0433. Minimum Genetic Mutation.swift -------------------------------------------------------------------------------- /0001-0500/0435. Non-overlapping Intervals.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0435. Non-overlapping Intervals.swift -------------------------------------------------------------------------------- /0001-0500/0436. Find Right Interval.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0436. Find Right Interval.swift -------------------------------------------------------------------------------- /0001-0500/0437. Path Sum III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0437. Path Sum III.swift -------------------------------------------------------------------------------- /0001-0500/0441. Arranging Coins.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0441. Arranging Coins.swift -------------------------------------------------------------------------------- /0001-0500/0445. Add Two Numbers II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0445. Add Two Numbers II.swift -------------------------------------------------------------------------------- /0001-0500/0447. Number of Boomerangs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0447. Number of Boomerangs.swift -------------------------------------------------------------------------------- /0001-0500/0450. Delete Node in a BST.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0450. Delete Node in a BST.swift -------------------------------------------------------------------------------- /0001-0500/0454. 4Sum II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0454. 4Sum II.swift -------------------------------------------------------------------------------- /0001-0500/0455. Assign Cookies.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0455. Assign Cookies.swift -------------------------------------------------------------------------------- /0001-0500/0456. 132 Pattern.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0456. 132 Pattern.swift -------------------------------------------------------------------------------- /0001-0500/0457. Circular Array Loop.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0457. Circular Array Loop.swift -------------------------------------------------------------------------------- /0001-0500/0458. Poor Pigs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0458. Poor Pigs.swift -------------------------------------------------------------------------------- /0001-0500/0460. LFU Cache.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0460. LFU Cache.swift -------------------------------------------------------------------------------- /0001-0500/0461. Hamming Distance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0461. Hamming Distance.swift -------------------------------------------------------------------------------- /0001-0500/0463. Island Perimeter.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0463. Island Perimeter.swift -------------------------------------------------------------------------------- /0001-0500/0464. Can I Win.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0464. Can I Win.swift -------------------------------------------------------------------------------- /0001-0500/0466. Count The Repetitions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0466. Count The Repetitions.swift -------------------------------------------------------------------------------- /0001-0500/0468. Validate IP Address.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0468. Validate IP Address.swift -------------------------------------------------------------------------------- /0001-0500/0472. Concatenated Words.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0472. Concatenated Words.swift -------------------------------------------------------------------------------- /0001-0500/0473. Matchsticks to Square.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0473. Matchsticks to Square.swift -------------------------------------------------------------------------------- /0001-0500/0474. Ones and Zeroes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0474. Ones and Zeroes.swift -------------------------------------------------------------------------------- /0001-0500/0475. Heaters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0475. Heaters.swift -------------------------------------------------------------------------------- /0001-0500/0476. Number Complement.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0476. Number Complement.swift -------------------------------------------------------------------------------- /0001-0500/0477. Total Hamming Distance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0477. Total Hamming Distance.swift -------------------------------------------------------------------------------- /0001-0500/0480. Sliding Window Median.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0480. Sliding Window Median.swift -------------------------------------------------------------------------------- /0001-0500/0481. Magical String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0481. Magical String.swift -------------------------------------------------------------------------------- /0001-0500/0482. License Key Formatting.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0482. License Key Formatting.swift -------------------------------------------------------------------------------- /0001-0500/0483. Smallest Good Base.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0483. Smallest Good Base.swift -------------------------------------------------------------------------------- /0001-0500/0485. Max Consecutive Ones.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0485. Max Consecutive Ones.swift -------------------------------------------------------------------------------- /0001-0500/0486. Predict the Winner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0486. Predict the Winner.swift -------------------------------------------------------------------------------- /0001-0500/0491. Increasing Subsequences.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0491. Increasing Subsequences.swift -------------------------------------------------------------------------------- /0001-0500/0492. Construct the Rectangle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0492. Construct the Rectangle.swift -------------------------------------------------------------------------------- /0001-0500/0493. Reverse Pairs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0493. Reverse Pairs.swift -------------------------------------------------------------------------------- /0001-0500/0494. Target Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0494. Target Sum.swift -------------------------------------------------------------------------------- /0001-0500/0495. Teemo Attacking.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0495. Teemo Attacking.swift -------------------------------------------------------------------------------- /0001-0500/0496. Next Greater Element I.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0496. Next Greater Element I.swift -------------------------------------------------------------------------------- /0001-0500/0498. Diagonal Traverse.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0498. Diagonal Traverse.swift -------------------------------------------------------------------------------- /0001-0500/0500. Keyboard Row.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0001-0500/0500. Keyboard Row.swift -------------------------------------------------------------------------------- /0501-1000/0503. Next Greater Element II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0503. Next Greater Element II.swift -------------------------------------------------------------------------------- /0501-1000/0504. Base 7.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0504. Base 7.swift -------------------------------------------------------------------------------- /0501-1000/0506. Relative Ranks.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0506. Relative Ranks.swift -------------------------------------------------------------------------------- /0501-1000/0507. Perfect Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0507. Perfect Number.swift -------------------------------------------------------------------------------- /0501-1000/0508. Most Frequent Subtree Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0508. Most Frequent Subtree Sum.swift -------------------------------------------------------------------------------- /0501-1000/0509. Fibonacci Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0509. Fibonacci Number.swift -------------------------------------------------------------------------------- /0501-1000/0514. Freedom Trail.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0514. Freedom Trail.swift -------------------------------------------------------------------------------- /0501-1000/0517. Super Washing Machines.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0517. Super Washing Machines.swift -------------------------------------------------------------------------------- /0501-1000/0518. Coin Change 2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0518. Coin Change 2.swift -------------------------------------------------------------------------------- /0501-1000/0520. Detect Capital.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0520. Detect Capital.swift -------------------------------------------------------------------------------- /0501-1000/0523. Continuous Subarray Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0523. Continuous Subarray Sum.swift -------------------------------------------------------------------------------- /0501-1000/0525. Contiguous Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0525. Contiguous Array.swift -------------------------------------------------------------------------------- /0501-1000/0526. Beautiful Arrangement.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0526. Beautiful Arrangement.swift -------------------------------------------------------------------------------- /0501-1000/0528. Random Pick with Weight.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0528. Random Pick with Weight.swift -------------------------------------------------------------------------------- /0501-1000/0529. Minesweeper.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0529. Minesweeper.swift -------------------------------------------------------------------------------- /0501-1000/0532. K-diff Pairs in an Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0532. K-diff Pairs in an Array.swift -------------------------------------------------------------------------------- /0501-1000/0535. Encode and Decode TinyURL.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0535. Encode and Decode TinyURL.swift -------------------------------------------------------------------------------- /0501-1000/0539. Minimum Time Difference.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0539. Minimum Time Difference.swift -------------------------------------------------------------------------------- /0501-1000/0541. Reverse String II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0541. Reverse String II.swift -------------------------------------------------------------------------------- /0501-1000/0542. 01 Matrix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0542. 01 Matrix.swift -------------------------------------------------------------------------------- /0501-1000/0543. Diameter of Binary Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0543. Diameter of Binary Tree.swift -------------------------------------------------------------------------------- /0501-1000/0546. Remove Boxes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0546. Remove Boxes.swift -------------------------------------------------------------------------------- /0501-1000/0547. Number of Provinces.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0547. Number of Provinces.swift -------------------------------------------------------------------------------- /0501-1000/0550. Game Play Analysis IV.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0550. Game Play Analysis IV.sql -------------------------------------------------------------------------------- /0501-1000/0553. Optimal Division.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0553. Optimal Division.swift -------------------------------------------------------------------------------- /0501-1000/0554. Brick Wall.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0554. Brick Wall.swift -------------------------------------------------------------------------------- /0501-1000/0556. Next Greater Element III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0556. Next Greater Element III.swift -------------------------------------------------------------------------------- /0501-1000/0560. Subarray Sum Equals K.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0560. Subarray Sum Equals K.swift -------------------------------------------------------------------------------- /0501-1000/0561. Array Partition I.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0561. Array Partition I.swift -------------------------------------------------------------------------------- /0501-1000/0563. Binary Tree Tilt.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0563. Binary Tree Tilt.swift -------------------------------------------------------------------------------- /0501-1000/0565. Array Nesting.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0565. Array Nesting.swift -------------------------------------------------------------------------------- /0501-1000/0566. Reshape the Matrix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0566. Reshape the Matrix.swift -------------------------------------------------------------------------------- /0501-1000/0567. Permutation in String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0567. Permutation in String.swift -------------------------------------------------------------------------------- /0501-1000/0572. Subtree of Another Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0572. Subtree of Another Tree.swift -------------------------------------------------------------------------------- /0501-1000/0575. Distribute Candies.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0575. Distribute Candies.swift -------------------------------------------------------------------------------- /0501-1000/0576. Out of Boundary Paths.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0576. Out of Boundary Paths.swift -------------------------------------------------------------------------------- /0501-1000/0577. Employee Bonus.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0577. Employee Bonus.sql -------------------------------------------------------------------------------- /0501-1000/0585. Investments in 2016.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0585. Investments in 2016.sql -------------------------------------------------------------------------------- /0501-1000/0593. Valid Square.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0593. Valid Square.swift -------------------------------------------------------------------------------- /0501-1000/0595. Big Countries.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0595. Big Countries.sql -------------------------------------------------------------------------------- /0501-1000/0598. Range Addition II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0598. Range Addition II.swift -------------------------------------------------------------------------------- /0501-1000/0601. Human Traffic of Stadium.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0601. Human Traffic of Stadium.sql -------------------------------------------------------------------------------- /0501-1000/0605. Can Place Flowers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0605. Can Place Flowers.swift -------------------------------------------------------------------------------- /0501-1000/0610. Triangle Judgement.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0610. Triangle Judgement.sql -------------------------------------------------------------------------------- /0501-1000/0611. Valid Triangle Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0611. Valid Triangle Number.swift -------------------------------------------------------------------------------- /0501-1000/0617. Merge Two Binary Trees.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0617. Merge Two Binary Trees.swift -------------------------------------------------------------------------------- /0501-1000/0619. Biggest Single Number.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0619. Biggest Single Number.sql -------------------------------------------------------------------------------- /0501-1000/0620. Not Boring Movies.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0620. Not Boring Movies.sql -------------------------------------------------------------------------------- /0501-1000/0621. Task Scheduler.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0621. Task Scheduler.swift -------------------------------------------------------------------------------- /0501-1000/0622. Design Circular Queue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0622. Design Circular Queue.swift -------------------------------------------------------------------------------- /0501-1000/0623. Add One Row to Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0623. Add One Row to Tree.swift -------------------------------------------------------------------------------- /0501-1000/0626. Exchange Seats.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0626. Exchange Seats.sql -------------------------------------------------------------------------------- /0501-1000/0627. Swap Salary.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0627. Swap Salary.sql -------------------------------------------------------------------------------- /0501-1000/0629. K Inverse Pairs Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0629. K Inverse Pairs Array.swift -------------------------------------------------------------------------------- /0501-1000/0630. Course Schedule III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0630. Course Schedule III.swift -------------------------------------------------------------------------------- /0501-1000/0633. Sum of Square Numbers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0633. Sum of Square Numbers.swift -------------------------------------------------------------------------------- /0501-1000/0638. Shopping Offers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0638. Shopping Offers.swift -------------------------------------------------------------------------------- /0501-1000/0639. Decode Ways II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0639. Decode Ways II.swift -------------------------------------------------------------------------------- /0501-1000/0640. Solve the Equation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0640. Solve the Equation.swift -------------------------------------------------------------------------------- /0501-1000/0641. Design Circular Deque.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0641. Design Circular Deque.swift -------------------------------------------------------------------------------- /0501-1000/0645. Set Mismatch.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0645. Set Mismatch.swift -------------------------------------------------------------------------------- /0501-1000/0647. Palindromic Substrings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0647. Palindromic Substrings.swift -------------------------------------------------------------------------------- /0501-1000/0648. Replace Words.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0648. Replace Words.swift -------------------------------------------------------------------------------- /0501-1000/0649. Dota2 Senate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0649. Dota2 Senate.swift -------------------------------------------------------------------------------- /0501-1000/0650. 2 Keys Keyboard.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0650. 2 Keys Keyboard.swift -------------------------------------------------------------------------------- /0501-1000/0652. Find Duplicate Subtrees.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0652. Find Duplicate Subtrees.swift -------------------------------------------------------------------------------- /0501-1000/0654. Maximum Binary Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0654. Maximum Binary Tree.swift -------------------------------------------------------------------------------- /0501-1000/0655. Print Binary Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0655. Print Binary Tree.swift -------------------------------------------------------------------------------- /0501-1000/0657. Robot Return to Origin.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0657. Robot Return to Origin.swift -------------------------------------------------------------------------------- /0501-1000/0658. Find K Closest Elements.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0658. Find K Closest Elements.swift -------------------------------------------------------------------------------- /0501-1000/0661. Image Smoother.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0661. Image Smoother.swift -------------------------------------------------------------------------------- /0501-1000/0664. Strange Printer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0664. Strange Printer.swift -------------------------------------------------------------------------------- /0501-1000/0665. Non-decreasing Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0665. Non-decreasing Array.swift -------------------------------------------------------------------------------- /0501-1000/0667. Beautiful Arrangement II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0667. Beautiful Arrangement II.swift -------------------------------------------------------------------------------- /0501-1000/0669. Trim a Binary Search Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0669. Trim a Binary Search Tree.swift -------------------------------------------------------------------------------- /0501-1000/0670. Maximum Swap.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0670. Maximum Swap.swift -------------------------------------------------------------------------------- /0501-1000/0672. Bulb Switcher II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0672. Bulb Switcher II.swift -------------------------------------------------------------------------------- /0501-1000/0677. Map Sum Pairs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0677. Map Sum Pairs.swift -------------------------------------------------------------------------------- /0501-1000/0678. Valid Parenthesis String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0678. Valid Parenthesis String.swift -------------------------------------------------------------------------------- /0501-1000/0679. 24 Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0679. 24 Game.swift -------------------------------------------------------------------------------- /0501-1000/0680. Valid Palindrome II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0680. Valid Palindrome II.swift -------------------------------------------------------------------------------- /0501-1000/0682. Baseball Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0682. Baseball Game.swift -------------------------------------------------------------------------------- /0501-1000/0684. Redundant Connection.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0684. Redundant Connection.swift -------------------------------------------------------------------------------- /0501-1000/0685. Redundant Connection II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0685. Redundant Connection II.swift -------------------------------------------------------------------------------- /0501-1000/0686. Repeated String Match.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0686. Repeated String Match.swift -------------------------------------------------------------------------------- /0501-1000/0687. Longest Univalue Path.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0687. Longest Univalue Path.swift -------------------------------------------------------------------------------- /0501-1000/0690. Employee Importance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0690. Employee Importance.swift -------------------------------------------------------------------------------- /0501-1000/0691. Stickers to Spell Word.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0691. Stickers to Spell Word.swift -------------------------------------------------------------------------------- /0501-1000/0692. Top K Frequent Words.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0692. Top K Frequent Words.swift -------------------------------------------------------------------------------- /0501-1000/0695. Max Area of Island.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0695. Max Area of Island.swift -------------------------------------------------------------------------------- /0501-1000/0696. Count Binary Substrings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0696. Count Binary Substrings.swift -------------------------------------------------------------------------------- /0501-1000/0697. Degree of an Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0697. Degree of an Array.swift -------------------------------------------------------------------------------- /0501-1000/0699. Falling Squares.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0699. Falling Squares.swift -------------------------------------------------------------------------------- /0501-1000/0704. Binary Search.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0704. Binary Search.swift -------------------------------------------------------------------------------- /0501-1000/0705. Design HashSet.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0705. Design HashSet.swift -------------------------------------------------------------------------------- /0501-1000/0706. Design HashMap.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0706. Design HashMap.swift -------------------------------------------------------------------------------- /0501-1000/0707. Design Linked List.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0707. Design Linked List.swift -------------------------------------------------------------------------------- /0501-1000/0709. To Lower Case.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0709. To Lower Case.swift -------------------------------------------------------------------------------- /0501-1000/0715. Range Module.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0715. Range Module.swift -------------------------------------------------------------------------------- /0501-1000/0721. Accounts Merge.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0721. Accounts Merge.swift -------------------------------------------------------------------------------- /0501-1000/0722. Remove Comments.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0722. Remove Comments.swift -------------------------------------------------------------------------------- /0501-1000/0724. Find Pivot Index.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0724. Find Pivot Index.swift -------------------------------------------------------------------------------- /0501-1000/0726. Number of Atoms.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0726. Number of Atoms.swift -------------------------------------------------------------------------------- /0501-1000/0728. Self Dividing Numbers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0728. Self Dividing Numbers.swift -------------------------------------------------------------------------------- /0501-1000/0729. My Calendar I.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0729. My Calendar I.swift -------------------------------------------------------------------------------- /0501-1000/0731. My Calendar II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0731. My Calendar II.swift -------------------------------------------------------------------------------- /0501-1000/0733. Flood Fill.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0733. Flood Fill.swift -------------------------------------------------------------------------------- /0501-1000/0735. Asteroid Collision.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0735. Asteroid Collision.swift -------------------------------------------------------------------------------- /0501-1000/0739. Daily Temperatures.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0739. Daily Temperatures.swift -------------------------------------------------------------------------------- /0501-1000/0740. Delete and Earn.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0740. Delete and Earn.swift -------------------------------------------------------------------------------- /0501-1000/0741. Cherry Pickup.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0741. Cherry Pickup.swift -------------------------------------------------------------------------------- /0501-1000/0743. Network Delay Time.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0743. Network Delay Time.swift -------------------------------------------------------------------------------- /0501-1000/0745. Prefix and Suffix Search.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0745. Prefix and Suffix Search.swift -------------------------------------------------------------------------------- /0501-1000/0746. Min Cost Climbing Stairs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0746. Min Cost Climbing Stairs.swift -------------------------------------------------------------------------------- /0501-1000/0748. Shortest Completing Word.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0748. Shortest Completing Word.swift -------------------------------------------------------------------------------- /0501-1000/0749. Contain Virus.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0749. Contain Virus.swift -------------------------------------------------------------------------------- /0501-1000/0752. Open the Lock.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0752. Open the Lock.swift -------------------------------------------------------------------------------- /0501-1000/0753. Cracking the Safe.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0753. Cracking the Safe.swift -------------------------------------------------------------------------------- /0501-1000/0754. Reach a Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0754. Reach a Number.swift -------------------------------------------------------------------------------- /0501-1000/0756. Pyramid Transition Matrix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0756. Pyramid Transition Matrix.swift -------------------------------------------------------------------------------- /0501-1000/0763. Partition Labels.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0763. Partition Labels.swift -------------------------------------------------------------------------------- /0501-1000/0764. Largest Plus Sign.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0764. Largest Plus Sign.swift -------------------------------------------------------------------------------- /0501-1000/0765. Couples Holding Hands.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0765. Couples Holding Hands.swift -------------------------------------------------------------------------------- /0501-1000/0766. Toeplitz Matrix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0766. Toeplitz Matrix.swift -------------------------------------------------------------------------------- /0501-1000/0767. Reorganize String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0767. Reorganize String.swift -------------------------------------------------------------------------------- /0501-1000/0769. Max Chunks To Make Sorted.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0769. Max Chunks To Make Sorted.swift -------------------------------------------------------------------------------- /0501-1000/0771. Jewels and Stones.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0771. Jewels and Stones.swift -------------------------------------------------------------------------------- /0501-1000/0773. Sliding Puzzle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0773. Sliding Puzzle.swift -------------------------------------------------------------------------------- /0501-1000/0778. Swim in Rising Water.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0778. Swim in Rising Water.swift -------------------------------------------------------------------------------- /0501-1000/0779. K-th Symbol in Grammar.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0779. K-th Symbol in Grammar.swift -------------------------------------------------------------------------------- /0501-1000/0780. Reaching Points.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0780. Reaching Points.swift -------------------------------------------------------------------------------- /0501-1000/0781. Rabbits in Forest.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0781. Rabbits in Forest.swift -------------------------------------------------------------------------------- /0501-1000/0784. Letter Case Permutation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0784. Letter Case Permutation.swift -------------------------------------------------------------------------------- /0501-1000/0785. Is Graph Bipartite.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0785. Is Graph Bipartite.swift -------------------------------------------------------------------------------- /0501-1000/0788. Rotated Digits.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0788. Rotated Digits.swift -------------------------------------------------------------------------------- /0501-1000/0789. Escape The Ghosts.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0789. Escape The Ghosts.swift -------------------------------------------------------------------------------- /0501-1000/0790. Domino and Tromino Tiling.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0790. Domino and Tromino Tiling.swift -------------------------------------------------------------------------------- /0501-1000/0791. Custom Sort String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0791. Custom Sort String.swift -------------------------------------------------------------------------------- /0501-1000/0794. Valid Tic-Tac-Toe State.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0794. Valid Tic-Tac-Toe State.swift -------------------------------------------------------------------------------- /0501-1000/0796. Rotate String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0796. Rotate String.swift -------------------------------------------------------------------------------- /0501-1000/0799. Champagne Tower.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0799. Champagne Tower.swift -------------------------------------------------------------------------------- /0501-1000/0802. Find Eventual Safe States.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0802. Find Eventual Safe States.swift -------------------------------------------------------------------------------- /0501-1000/0803. Bricks Falling When Hit.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0803. Bricks Falling When Hit.swift -------------------------------------------------------------------------------- /0501-1000/0804. Unique Morse Code Words.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0804. Unique Morse Code Words.swift -------------------------------------------------------------------------------- /0501-1000/0808. Soup Servings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0808. Soup Servings.swift -------------------------------------------------------------------------------- /0501-1000/0809. Expressive Words.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0809. Expressive Words.swift -------------------------------------------------------------------------------- /0501-1000/0810. Chalkboard XOR Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0810. Chalkboard XOR Game.swift -------------------------------------------------------------------------------- /0501-1000/0811. Subdomain Visit Count.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0811. Subdomain Visit Count.swift -------------------------------------------------------------------------------- /0501-1000/0812. Largest Triangle Area.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0812. Largest Triangle Area.swift -------------------------------------------------------------------------------- /0501-1000/0813. Largest Sum of Averages.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0813. Largest Sum of Averages.swift -------------------------------------------------------------------------------- /0501-1000/0814. Binary Tree Pruning.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0814. Binary Tree Pruning.swift -------------------------------------------------------------------------------- /0501-1000/0815. Bus Routes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0815. Bus Routes.swift -------------------------------------------------------------------------------- /0501-1000/0816. Ambiguous Coordinates.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0816. Ambiguous Coordinates.swift -------------------------------------------------------------------------------- /0501-1000/0817. Linked List Componentsa.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0817. Linked List Componentsa.swift -------------------------------------------------------------------------------- /0501-1000/0818. Race Car.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0818. Race Car.swift -------------------------------------------------------------------------------- /0501-1000/0819. Most Common Word.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0819. Most Common Word.swift -------------------------------------------------------------------------------- /0501-1000/0820. Short Encoding of Words.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0820. Short Encoding of Words.swift -------------------------------------------------------------------------------- /0501-1000/0822. Card Flipping Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0822. Card Flipping Game.swift -------------------------------------------------------------------------------- /0501-1000/0823. Binary Trees With Factors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0823. Binary Trees With Factors.swift -------------------------------------------------------------------------------- /0501-1000/0824. Goat Latin.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0824. Goat Latin.swift -------------------------------------------------------------------------------- /0501-1000/0827. Making A Large Island.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0827. Making A Large Island.swift -------------------------------------------------------------------------------- /0501-1000/0829. Consecutive Numbers Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0829. Consecutive Numbers Sum.swift -------------------------------------------------------------------------------- /0501-1000/0830. Positions of Large Groups.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0830. Positions of Large Groups.swift -------------------------------------------------------------------------------- /0501-1000/0832. Flipping an Image.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0832. Flipping an Image.swift -------------------------------------------------------------------------------- /0501-1000/0834. Sum of Distances in Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0834. Sum of Distances in Tree.swift -------------------------------------------------------------------------------- /0501-1000/0835. Image Overlap.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0835. Image Overlap.swift -------------------------------------------------------------------------------- /0501-1000/0836. Rectangle Overlap.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0836. Rectangle Overlap.swift -------------------------------------------------------------------------------- /0501-1000/0837. New 21 Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0837. New 21 Game.swift -------------------------------------------------------------------------------- /0501-1000/0838. Push Dominoes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0838. Push Dominoes.swift -------------------------------------------------------------------------------- /0501-1000/0839. Similar String Groups.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0839. Similar String Groups.swift -------------------------------------------------------------------------------- /0501-1000/0840. Magic Squares In Grid.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0840. Magic Squares In Grid.swift -------------------------------------------------------------------------------- /0501-1000/0841. Keys and Rooms.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0841. Keys and Rooms.swift -------------------------------------------------------------------------------- /0501-1000/0843. Guess the Word.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0843. Guess the Word.swift -------------------------------------------------------------------------------- /0501-1000/0844. Backspace String Compare.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0844. Backspace String Compare.swift -------------------------------------------------------------------------------- /0501-1000/0845. Longest Mountain in Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0845. Longest Mountain in Array.swift -------------------------------------------------------------------------------- /0501-1000/0846. Hand of Straights.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0846. Hand of Straights.swift -------------------------------------------------------------------------------- /0501-1000/0848. Shifting Letters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0848. Shifting Letters.swift -------------------------------------------------------------------------------- /0501-1000/0850. Rectangle Area II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0850. Rectangle Area II.swift -------------------------------------------------------------------------------- /0501-1000/0851. Loud and Rich.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0851. Loud and Rich.swift -------------------------------------------------------------------------------- /0501-1000/0853. Car Fleet.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0853. Car Fleet.swift -------------------------------------------------------------------------------- /0501-1000/0854. K-Similar Strings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0854. K-Similar Strings.swift -------------------------------------------------------------------------------- /0501-1000/0856. Score of Parentheses.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0856. Score of Parentheses.swift -------------------------------------------------------------------------------- /0501-1000/0858. Mirror Reflection.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0858. Mirror Reflection.swift -------------------------------------------------------------------------------- /0501-1000/0859. Buddy Strings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0859. Buddy Strings.swift -------------------------------------------------------------------------------- /0501-1000/0860. Lemonade Change.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0860. Lemonade Change.swift -------------------------------------------------------------------------------- /0501-1000/0866. Prime Palindrome.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0866. Prime Palindrome.swift -------------------------------------------------------------------------------- /0501-1000/0867. Transpose Matrix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0867. Transpose Matrix.swift -------------------------------------------------------------------------------- /0501-1000/0868. Binary Gap.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0868. Binary Gap.swift -------------------------------------------------------------------------------- /0501-1000/0869. Reordered Power of 2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0869. Reordered Power of 2.swift -------------------------------------------------------------------------------- /0501-1000/0870. Advantage Shuffle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0870. Advantage Shuffle.swift -------------------------------------------------------------------------------- /0501-1000/0872. Leaf-Similar Trees.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0872. Leaf-Similar Trees.swift -------------------------------------------------------------------------------- /0501-1000/0874. Walking Robot Simulation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0874. Walking Robot Simulation.swift -------------------------------------------------------------------------------- /0501-1000/0875. Koko Eating Bananas.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0875. Koko Eating Bananas.swift -------------------------------------------------------------------------------- /0501-1000/0876. Middle of the Linked List.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0876. Middle of the Linked List.swift -------------------------------------------------------------------------------- /0501-1000/0877. Stone Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0877. Stone Game.swift -------------------------------------------------------------------------------- /0501-1000/0878. Nth Magical Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0878. Nth Magical Number.swift -------------------------------------------------------------------------------- /0501-1000/0879. Profitable Schemes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0879. Profitable Schemes.swift -------------------------------------------------------------------------------- /0501-1000/0880. Decoded String at Index.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0880. Decoded String at Index.swift -------------------------------------------------------------------------------- /0501-1000/0881. Boats to Save People.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0881. Boats to Save People.swift -------------------------------------------------------------------------------- /0501-1000/0885. Spiral Matrix III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0885. Spiral Matrix III.swift -------------------------------------------------------------------------------- /0501-1000/0886. Possible Bipartition.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0886. Possible Bipartition.swift -------------------------------------------------------------------------------- /0501-1000/0887. Super Egg Drop.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0887. Super Egg Drop.swift -------------------------------------------------------------------------------- /0501-1000/0888. Fair Candy Swap.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0888. Fair Candy Swap.swift -------------------------------------------------------------------------------- /0501-1000/0890. Find and Replace Pattern.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0890. Find and Replace Pattern.swift -------------------------------------------------------------------------------- /0501-1000/0891. Sum of Subsequence Widths.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0891. Sum of Subsequence Widths.swift -------------------------------------------------------------------------------- /0501-1000/0892. Surface Area of 3D Shapes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0892. Surface Area of 3D Shapes.swift -------------------------------------------------------------------------------- /0501-1000/0895. Maximum Frequency Stack.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0895. Maximum Frequency Stack.swift -------------------------------------------------------------------------------- /0501-1000/0896. Monotonic Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0896. Monotonic Array.swift -------------------------------------------------------------------------------- /0501-1000/0898. Bitwise ORs of Subarrays.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0898. Bitwise ORs of Subarrays.swift -------------------------------------------------------------------------------- /0501-1000/0899. Orderly Queue.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0899. Orderly Queue.swift -------------------------------------------------------------------------------- /0501-1000/0900. RLE Iterator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0900. RLE Iterator.swift -------------------------------------------------------------------------------- /0501-1000/0901. Online Stock Span.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0901. Online Stock Span.swift -------------------------------------------------------------------------------- /0501-1000/0904. Fruit Into Baskets.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0904. Fruit Into Baskets.swift -------------------------------------------------------------------------------- /0501-1000/0905. Sort Array By Parity.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0905. Sort Array By Parity.swift -------------------------------------------------------------------------------- /0501-1000/0906. Super Palindromes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0906. Super Palindromes.swift -------------------------------------------------------------------------------- /0501-1000/0907. Sum of Subarray Minimums.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0907. Sum of Subarray Minimums.swift -------------------------------------------------------------------------------- /0501-1000/0908. Smallest Range I.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0908. Smallest Range I.swift -------------------------------------------------------------------------------- /0501-1000/0909. Snakes and Ladders.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0909. Snakes and Ladders.swift -------------------------------------------------------------------------------- /0501-1000/0910. Smallest Range II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0910. Smallest Range II.swift -------------------------------------------------------------------------------- /0501-1000/0911. Online Election.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0911. Online Election.swift -------------------------------------------------------------------------------- /0501-1000/0912. Sort an Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0912. Sort an Array.swift -------------------------------------------------------------------------------- /0501-1000/0913. Cat and Mouse.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0913. Cat and Mouse.swift -------------------------------------------------------------------------------- /0501-1000/0916. Word Subsets.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0916. Word Subsets.swift -------------------------------------------------------------------------------- /0501-1000/0917. Reverse Only Letters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0917. Reverse Only Letters.swift -------------------------------------------------------------------------------- /0501-1000/0920. Number of Music Playlists.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0920. Number of Music Playlists.swift -------------------------------------------------------------------------------- /0501-1000/0922. Sort Array By Parity II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0922. Sort Array By Parity II.swift -------------------------------------------------------------------------------- /0501-1000/0923. 3Sum With Multiplicity.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0923. 3Sum With Multiplicity.swift -------------------------------------------------------------------------------- /0501-1000/0924. Minimize Malware Spread.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0924. Minimize Malware Spread.swift -------------------------------------------------------------------------------- /0501-1000/0925. Long Pressed Name.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0925. Long Pressed Name.swift -------------------------------------------------------------------------------- /0501-1000/0929. Unique Email Addresses.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0929. Unique Email Addresses.swift -------------------------------------------------------------------------------- /0501-1000/0930. Binary Subarrays With Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0930. Binary Subarrays With Sum.swift -------------------------------------------------------------------------------- /0501-1000/0931. Minimum Falling Path Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0931. Minimum Falling Path Sum.swift -------------------------------------------------------------------------------- /0501-1000/0932. Beautiful Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0932. Beautiful Array.swift -------------------------------------------------------------------------------- /0501-1000/0933. Number of Recent Calls.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0933. Number of Recent Calls.swift -------------------------------------------------------------------------------- /0501-1000/0934. Shortest Bridge.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0934. Shortest Bridge.swift -------------------------------------------------------------------------------- /0501-1000/0935. Knight Dialer.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0935. Knight Dialer.swift -------------------------------------------------------------------------------- /0501-1000/0936. Stamping The Sequence.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0936. Stamping The Sequence.swift -------------------------------------------------------------------------------- /0501-1000/0937. Reorder Data in Log Files.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0937. Reorder Data in Log Files.swift -------------------------------------------------------------------------------- /0501-1000/0938. Range Sum of BST.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0938. Range Sum of BST.swift -------------------------------------------------------------------------------- /0501-1000/0939. Minimum Area Rectangle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0939. Minimum Area Rectangle.swift -------------------------------------------------------------------------------- /0501-1000/0940. Distinct Subsequences II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0940. Distinct Subsequences II.swift -------------------------------------------------------------------------------- /0501-1000/0941. Valid Mountain Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0941. Valid Mountain Array.swift -------------------------------------------------------------------------------- /0501-1000/0942. DI String Match.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0942. DI String Match.swift -------------------------------------------------------------------------------- /0501-1000/0946. Validate Stack Sequences.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0946. Validate Stack Sequences.swift -------------------------------------------------------------------------------- /0501-1000/0948. Bag of Tokens.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0948. Bag of Tokens.swift -------------------------------------------------------------------------------- /0501-1000/0956. Tallest Billboard.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0956. Tallest Billboard.swift -------------------------------------------------------------------------------- /0501-1000/0957. Prison Cells After N Days.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0957. Prison Cells After N Days.swift -------------------------------------------------------------------------------- /0501-1000/0959. Regions Cut By Slashes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0959. Regions Cut By Slashes.swift -------------------------------------------------------------------------------- /0501-1000/0962. Maximum Width Ramp.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0962. Maximum Width Ramp.swift -------------------------------------------------------------------------------- /0501-1000/0963. Minimum Area Rectangle II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0963. Minimum Area Rectangle II.swift -------------------------------------------------------------------------------- /0501-1000/0965. Univalued Binary Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0965. Univalued Binary Tree.swift -------------------------------------------------------------------------------- /0501-1000/0966. Vowel Spellchecker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0966. Vowel Spellchecker.swift -------------------------------------------------------------------------------- /0501-1000/0968. Binary Tree Cameras.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0968. Binary Tree Cameras.swift -------------------------------------------------------------------------------- /0501-1000/0969. Pancake Sorting.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0969. Pancake Sorting.swift -------------------------------------------------------------------------------- /0501-1000/0970. Powerful Integers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0970. Powerful Integers.swift -------------------------------------------------------------------------------- /0501-1000/0972. Equal Rational Numbers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0972. Equal Rational Numbers.swift -------------------------------------------------------------------------------- /0501-1000/0977. Squares of a Sorted Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0977. Squares of a Sorted Array.swift -------------------------------------------------------------------------------- /0501-1000/0980. Unique Paths III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0980. Unique Paths III.swift -------------------------------------------------------------------------------- /0501-1000/0983. Minimum Cost For Tickets.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0983. Minimum Cost For Tickets.swift -------------------------------------------------------------------------------- /0501-1000/0984. String Without AAA or BBB.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0984. String Without AAA or BBB.swift -------------------------------------------------------------------------------- /0501-1000/0991. Broken Calculator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0991. Broken Calculator.swift -------------------------------------------------------------------------------- /0501-1000/0993. Cousins in Binary Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0993. Cousins in Binary Tree.swift -------------------------------------------------------------------------------- /0501-1000/0994. Rotting Oranges.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0994. Rotting Oranges.swift -------------------------------------------------------------------------------- /0501-1000/0997. Find the Town Judge.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0997. Find the Town Judge.swift -------------------------------------------------------------------------------- /0501-1000/0998. Maximum Binary Tree II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/0501-1000/0998. Maximum Binary Tree II.swift -------------------------------------------------------------------------------- /1001-1500/1001. Grid Illumination.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1001. Grid Illumination.swift -------------------------------------------------------------------------------- /1001-1500/1002. Find Common Characters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1002. Find Common Characters.swift -------------------------------------------------------------------------------- /1001-1500/1004. Max Consecutive Ones III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1004. Max Consecutive Ones III.swift -------------------------------------------------------------------------------- /1001-1500/1006. Clumsy Factorial.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1006. Clumsy Factorial.swift -------------------------------------------------------------------------------- /1001-1500/1014. Best Sightseeing Pair.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1014. Best Sightseeing Pair.swift -------------------------------------------------------------------------------- /1001-1500/1017. Convert to Base -2.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1017. Convert to Base -2.swift -------------------------------------------------------------------------------- /1001-1500/1020. Number of Enclaves.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1020. Number of Enclaves.swift -------------------------------------------------------------------------------- /1001-1500/1023. Camelcase Matching.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1023. Camelcase Matching.swift -------------------------------------------------------------------------------- /1001-1500/1024. Video Stitching.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1024. Video Stitching.swift -------------------------------------------------------------------------------- /1001-1500/1025. Divisor Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1025. Divisor Game.swift -------------------------------------------------------------------------------- /1001-1500/1029. Two City Scheduling.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1029. Two City Scheduling.swift -------------------------------------------------------------------------------- /1001-1500/1032. Stream of Characters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1032. Stream of Characters.swift -------------------------------------------------------------------------------- /1001-1500/1034. Coloring A Border.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1034. Coloring A Border.swift -------------------------------------------------------------------------------- /1001-1500/1035. Uncrossed Lines.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1035. Uncrossed Lines.swift -------------------------------------------------------------------------------- /1001-1500/1036. Escape a Large Maze.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1036. Escape a Large Maze.swift -------------------------------------------------------------------------------- /1001-1500/1037. Valid Boomerang.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1037. Valid Boomerang.swift -------------------------------------------------------------------------------- /1001-1500/1041. Robot Bounded In Circle.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1041. Robot Bounded In Circle.swift -------------------------------------------------------------------------------- /1001-1500/1046. Last Stone Weight.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1046. Last Stone Weight.swift -------------------------------------------------------------------------------- /1001-1500/1048. Longest String Chain.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1048. Longest String Chain.swift -------------------------------------------------------------------------------- /1001-1500/1049. Last Stone Weight II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1049. Last Stone Weight II.swift -------------------------------------------------------------------------------- /1001-1500/1051. Height Checker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1051. Height Checker.swift -------------------------------------------------------------------------------- /1001-1500/1052. Grumpy Bookstore Owner.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1052. Grumpy Bookstore Owner.swift -------------------------------------------------------------------------------- /1001-1500/1054. Distant Barcodes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1054. Distant Barcodes.swift -------------------------------------------------------------------------------- /1001-1500/1068. Product Sales Analysis I.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1068. Product Sales Analysis I.sql -------------------------------------------------------------------------------- /1001-1500/1070. Product Sales Analysis III.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1070. Product Sales Analysis III.sql -------------------------------------------------------------------------------- /1001-1500/1075. Project Employees I.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1075. Project Employees I.sql -------------------------------------------------------------------------------- /1001-1500/1078. Occurrences After Bigram.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1078. Occurrences After Bigram.swift -------------------------------------------------------------------------------- /1001-1500/1079. Letter Tile Possibilities.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1079. Letter Tile Possibilities.swift -------------------------------------------------------------------------------- /1001-1500/1089. Duplicate Zeros.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1089. Duplicate Zeros.swift -------------------------------------------------------------------------------- /1001-1500/1094. Car Pooling.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1094. Car Pooling.swift -------------------------------------------------------------------------------- /1001-1500/1095. Find in Mountain Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1095. Find in Mountain Array.swift -------------------------------------------------------------------------------- /1001-1500/1096. Brace Expansion II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1096. Brace Expansion II.swift -------------------------------------------------------------------------------- /1001-1500/1105. Filling Bookcase Shelves.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1105. Filling Bookcase Shelves.swift -------------------------------------------------------------------------------- /1001-1500/1108. Defanging an IP Address.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1108. Defanging an IP Address.swift -------------------------------------------------------------------------------- /1001-1500/1109. Corporate Flight Bookings.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1109. Corporate Flight Bookings.swift -------------------------------------------------------------------------------- /1001-1500/1114. Print in Order.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1114. Print in Order.py -------------------------------------------------------------------------------- /1001-1500/1115. Print FooBar Alternately.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1115. Print FooBar Alternately.py -------------------------------------------------------------------------------- /1001-1500/1116. Print Zero Even Odd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1116. Print Zero Even Odd.py -------------------------------------------------------------------------------- /1001-1500/1117. Building H2O.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1117. Building H2O.py -------------------------------------------------------------------------------- /1001-1500/1122. Relative Sort Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1122. Relative Sort Array.swift -------------------------------------------------------------------------------- /1001-1500/1125. Smallest Sufficient Team.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1125. Smallest Sufficient Team.swift -------------------------------------------------------------------------------- /1001-1500/1137. N-th Tribonacci Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1137. N-th Tribonacci Number.swift -------------------------------------------------------------------------------- /1001-1500/1138. Alphabet Board Path.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1138. Alphabet Board Path.swift -------------------------------------------------------------------------------- /1001-1500/1139. Largest 1-Bordered Square.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1139. Largest 1-Bordered Square.swift -------------------------------------------------------------------------------- /1001-1500/1145. Binary Tree Coloring Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1145. Binary Tree Coloring Game.swift -------------------------------------------------------------------------------- /1001-1500/1146. Snapshot Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1146. Snapshot Array.swift -------------------------------------------------------------------------------- /1001-1500/1154. Day of the Year.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1154. Day of the Year.swift -------------------------------------------------------------------------------- /1001-1500/1169. Invalid Transactions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1169. Invalid Transactions.swift -------------------------------------------------------------------------------- /1001-1500/1174. Immediate Food Delivery II.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1174. Immediate Food Delivery II.sql -------------------------------------------------------------------------------- /1001-1500/1175. Prime Arrangements.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1175. Prime Arrangements.swift -------------------------------------------------------------------------------- /1001-1500/1179. Reformat Department Table.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1179. Reformat Department Table.sql -------------------------------------------------------------------------------- /1001-1500/1185. Day of the Week.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1185. Day of the Week.swift -------------------------------------------------------------------------------- /1001-1500/1193. Monthly Transactions I.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1193. Monthly Transactions I.sql -------------------------------------------------------------------------------- /1001-1500/1195. Fizz Buzz Multithreaded.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1195. Fizz Buzz Multithreaded.py -------------------------------------------------------------------------------- /1001-1500/1201. Ugly Number III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1201. Ugly Number III.swift -------------------------------------------------------------------------------- /1001-1500/1219. Path with Maximum Gold.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1219. Path with Maximum Gold.swift -------------------------------------------------------------------------------- /1001-1500/1220. Count Vowels Permutation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1220. Count Vowels Permutation.swift -------------------------------------------------------------------------------- /1001-1500/1223. Dice Roll Simulation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1223. Dice Roll Simulation.swift -------------------------------------------------------------------------------- /1001-1500/1226. The Dining Philosophers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1226. The Dining Philosophers.py -------------------------------------------------------------------------------- /1001-1500/1251. Average Selling Price.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1251. Average Selling Price.sql -------------------------------------------------------------------------------- /1001-1500/1254. Number of Closed Islands.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1254. Number of Closed Islands.swift -------------------------------------------------------------------------------- /1001-1500/1260. Shift 2D Grid.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1260. Shift 2D Grid.swift -------------------------------------------------------------------------------- /1001-1500/1268. Search Suggestions System.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1268. Search Suggestions System.swift -------------------------------------------------------------------------------- /1001-1500/1280. Students and Examinations.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1280. Students and Examinations.sql -------------------------------------------------------------------------------- /1001-1500/1286. Iterator for Combination.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1286. Iterator for Combination.swift -------------------------------------------------------------------------------- /1001-1500/1288. Remove Covered Intervals.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1288. Remove Covered Intervals.swift -------------------------------------------------------------------------------- /1001-1500/1291. Sequential Digits.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1291. Sequential Digits.swift -------------------------------------------------------------------------------- /1001-1500/1302. Deepest Leaves Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1302. Deepest Leaves Sum.swift -------------------------------------------------------------------------------- /1001-1500/1306. Jump Game III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1306. Jump Game III.swift -------------------------------------------------------------------------------- /1001-1500/1310. XOR Queries of a Subarray.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1310. XOR Queries of a Subarray.swift -------------------------------------------------------------------------------- /1001-1500/1314. Matrix Block Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1314. Matrix Block Sum.swift -------------------------------------------------------------------------------- /1001-1500/1321. Restaurant Growth.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1321. Restaurant Growth.sql -------------------------------------------------------------------------------- /1001-1500/1323. Maximum 69 Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1323. Maximum 69 Number.swift -------------------------------------------------------------------------------- /1001-1500/1324. Print Words Vertically.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1324. Print Words Vertically.swift -------------------------------------------------------------------------------- /1001-1500/1328. Break a Palindrome.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1328. Break a Palindrome.swift -------------------------------------------------------------------------------- /1001-1500/1340. Jump Game V.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1340. Jump Game V.swift -------------------------------------------------------------------------------- /1001-1500/1341. Movie Rating.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1341. Movie Rating.sql -------------------------------------------------------------------------------- /1001-1500/1345. Jump Game IV.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1345. Jump Game IV.swift -------------------------------------------------------------------------------- /1001-1500/1362. Closest Divisors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1362. Closest Divisors.swift -------------------------------------------------------------------------------- /1001-1500/1363. Largest Multiple of Three.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1363. Largest Multiple of Three.swift -------------------------------------------------------------------------------- /1001-1500/1366. Rank Teams by Votes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1366. Rank Teams by Votes.swift -------------------------------------------------------------------------------- /1001-1500/1375. Bulb Switcher III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1375. Bulb Switcher III.swift -------------------------------------------------------------------------------- /1001-1500/1380. Lucky Numbers in a Matrix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1380. Lucky Numbers in a Matrix.swift -------------------------------------------------------------------------------- /1001-1500/1386. Cinema Seat Allocation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1386. Cinema Seat Allocation.swift -------------------------------------------------------------------------------- /1001-1500/1388. Pizza With 3n Slices.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1388. Pizza With 3n Slices.swift -------------------------------------------------------------------------------- /1001-1500/1390. Four Divisors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1390. Four Divisors.swift -------------------------------------------------------------------------------- /1001-1500/1392. Longest Happy Prefix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1392. Longest Happy Prefix.swift -------------------------------------------------------------------------------- /1001-1500/1395. Count Number of Teams.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1395. Count Number of Teams.swift -------------------------------------------------------------------------------- /1001-1500/1396. Design Underground System.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1396. Design Underground System.swift -------------------------------------------------------------------------------- /1001-1500/1399. Count Largest Group.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1399. Count Largest Group.swift -------------------------------------------------------------------------------- /1001-1500/1402. Reducing Dishes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1402. Reducing Dishes.swift -------------------------------------------------------------------------------- /1001-1500/1405. Longest Happy String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1405. Longest Happy String.swift -------------------------------------------------------------------------------- /1001-1500/1406. Stone Game III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1406. Stone Game III.swift -------------------------------------------------------------------------------- /1001-1500/1410. HTML Entity Parser.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1410. HTML Entity Parser.swift -------------------------------------------------------------------------------- /1001-1500/1417. Reformat The String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1417. Reformat The String.swift -------------------------------------------------------------------------------- /1001-1500/1424. Diagonal Traverse II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1424. Diagonal Traverse II.swift -------------------------------------------------------------------------------- /1001-1500/1436. Destination City.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1436. Destination City.swift -------------------------------------------------------------------------------- /1001-1500/1446. Consecutive Characters.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1446. Consecutive Characters.swift -------------------------------------------------------------------------------- /1001-1500/1447. Simplified Fractions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1447. Simplified Fractions.swift -------------------------------------------------------------------------------- /1001-1500/1462. Course Schedule IV.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1462. Course Schedule IV.swift -------------------------------------------------------------------------------- /1001-1500/1463. Cherry Pickup II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1463. Cherry Pickup II.swift -------------------------------------------------------------------------------- /1001-1500/1470. Shuffle the Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1470. Shuffle the Array.swift -------------------------------------------------------------------------------- /1001-1500/1472. Design Browser History.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1472. Design Browser History.swift -------------------------------------------------------------------------------- /1001-1500/1473. Paint House III.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1473. Paint House III.swift -------------------------------------------------------------------------------- /1001-1500/1476. Subrectangle Queries.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1476. Subrectangle Queries.swift -------------------------------------------------------------------------------- /1001-1500/1478. Allocate Mailboxes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1478. Allocate Mailboxes.swift -------------------------------------------------------------------------------- /1001-1500/1480. Running Sum of 1d Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1480. Running Sum of 1d Array.swift -------------------------------------------------------------------------------- /1001-1500/1486. XOR Operation in an Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1486. XOR Operation in an Array.swift -------------------------------------------------------------------------------- /1001-1500/1487. Making File Names Unique.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1487. Making File Names Unique.swift -------------------------------------------------------------------------------- /1001-1500/1488. Avoid Flood in The City.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1488. Avoid Flood in The City.swift -------------------------------------------------------------------------------- /1001-1500/1492. The kth Factor of n.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1492. The kth Factor of n.swift -------------------------------------------------------------------------------- /1001-1500/1496. Path Crossing.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1496. Path Crossing.swift -------------------------------------------------------------------------------- /1001-1500/1499. Max Value of Equation.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1001-1500/1499. Max Value of Equation.swift -------------------------------------------------------------------------------- /1501-2000/1507. Reformat Date.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1507. Reformat Date.swift -------------------------------------------------------------------------------- /1501-2000/1510. Stone Game IV.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1510. Stone Game IV.swift -------------------------------------------------------------------------------- /1501-2000/1512. Number of Good Pairs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1512. Number of Good Pairs.swift -------------------------------------------------------------------------------- /1501-2000/1518. Water Bottles.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1518. Water Bottles.swift -------------------------------------------------------------------------------- /1501-2000/1528. Shuffle String.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1528. Shuffle String.swift -------------------------------------------------------------------------------- /1501-2000/1529. Bulb Switcher IV.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1529. Bulb Switcher IV.swift -------------------------------------------------------------------------------- /1501-2000/1531. String Compression II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1531. String Compression II.swift -------------------------------------------------------------------------------- /1501-2000/1534. Count Good Triplets.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1534. Count Good Triplets.swift -------------------------------------------------------------------------------- /1501-2000/1537. Get the Maximum Score.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1537. Get the Maximum Score.swift -------------------------------------------------------------------------------- /1501-2000/1544. Make The String Great.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1544. Make The String Great.swift -------------------------------------------------------------------------------- /1501-2000/1550. Three Consecutive Odds.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1550. Three Consecutive Odds.swift -------------------------------------------------------------------------------- /1501-2000/1556. Thousand Separator.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1556. Thousand Separator.swift -------------------------------------------------------------------------------- /1501-2000/1559. Detect Cycles in 2D Grid.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1559. Detect Cycles in 2D Grid.swift -------------------------------------------------------------------------------- /1501-2000/1563. Stone Game V.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1563. Stone Game V.swift -------------------------------------------------------------------------------- /1501-2000/1572. Matrix Diagonal Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1572. Matrix Diagonal Sum.swift -------------------------------------------------------------------------------- /1501-2000/1575. Count All Possible Routes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1575. Count All Possible Routes.swift -------------------------------------------------------------------------------- /1501-2000/1583. Count Unhappy Friends.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1583. Count Unhappy Friends.swift -------------------------------------------------------------------------------- /1501-2000/1590. Make Sum Divisible by P.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1590. Make Sum Divisible by P.swift -------------------------------------------------------------------------------- /1501-2000/1598. Crawler Log Folder.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1598. Crawler Log Folder.swift -------------------------------------------------------------------------------- /1501-2000/1600. Throne Inheritance.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1600. Throne Inheritance.swift -------------------------------------------------------------------------------- /1501-2000/1603. Design Parking System.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1603. Design Parking System.swift -------------------------------------------------------------------------------- /1501-2000/1609. Even Odd Tree.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1609. Even Odd Tree.swift -------------------------------------------------------------------------------- /1501-2000/1615. Maximal Network Rank.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1615. Maximal Network Rank.swift -------------------------------------------------------------------------------- /1501-2000/1622. Fancy Sequence.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1622. Fancy Sequence.swift -------------------------------------------------------------------------------- /1501-2000/1629. Slowest Key.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1629. Slowest Key.swift -------------------------------------------------------------------------------- /1501-2000/1630. Arithmetic Subarrays.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1630. Arithmetic Subarrays.swift -------------------------------------------------------------------------------- /1501-2000/1631. Path With Minimum Effort.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1631. Path With Minimum Effort.swift -------------------------------------------------------------------------------- /1501-2000/1643. Kth Smallest Instructions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1643. Kth Smallest Instructions.swift -------------------------------------------------------------------------------- /1501-2000/1652. Defuse the Bomb.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1652. Defuse the Bomb.swift -------------------------------------------------------------------------------- /1501-2000/1656. Design an Ordered Stream.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1656. Design an Ordered Stream.swift -------------------------------------------------------------------------------- /1501-2000/1683. Invalid Tweets.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1683. Invalid Tweets.sql -------------------------------------------------------------------------------- /1501-2000/1686. Stone Game VI.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1686. Stone Game VI.swift -------------------------------------------------------------------------------- /1501-2000/1690. Stone Game VII.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1690. Stone Game VII.swift -------------------------------------------------------------------------------- /1501-2000/1694. Reformat Phone Number.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1694. Reformat Phone Number.swift -------------------------------------------------------------------------------- /1501-2000/1695. Maximum Erasure Value.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1695. Maximum Erasure Value.swift -------------------------------------------------------------------------------- /1501-2000/1696. Jump Game VI.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1696. Jump Game VI.swift -------------------------------------------------------------------------------- /1501-2000/1701. Average Waiting Time.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1701. Average Waiting Time.swift -------------------------------------------------------------------------------- /1501-2000/1711. Count Good Meals.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1711. Count Good Meals.swift -------------------------------------------------------------------------------- /1501-2000/1720. Decode XORed Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1720. Decode XORed Array.swift -------------------------------------------------------------------------------- /1501-2000/1739. Building Boxes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1739. Building Boxes.swift -------------------------------------------------------------------------------- /1501-2000/1748. Sum of Unique Elements.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1748. Sum of Unique Elements.swift -------------------------------------------------------------------------------- /1501-2000/1763. Longest Nice Substring.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1763. Longest Nice Substring.swift -------------------------------------------------------------------------------- /1501-2000/1765. Map of Highest Peak.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1765. Map of Highest Peak.swift -------------------------------------------------------------------------------- /1501-2000/1766. Tree of Coprimes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1766. Tree of Coprimes.swift -------------------------------------------------------------------------------- /1501-2000/1774. Closest Dessert Cost.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1774. Closest Dessert Cost.swift -------------------------------------------------------------------------------- /1501-2000/1816. Truncate Sentence.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1816. Truncate Sentence.swift -------------------------------------------------------------------------------- /1501-2000/1824. Minimum Sideway Jumps.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1824. Minimum Sideway Jumps.swift -------------------------------------------------------------------------------- /1501-2000/1825. Finding MK Average.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1825. Finding MK Average.swift -------------------------------------------------------------------------------- /1501-2000/1833. Maximum Ice Cream Bars.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1833. Maximum Ice Cream Bars.swift -------------------------------------------------------------------------------- /1501-2000/1859. Sorting the Sentence.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1859. Sorting the Sentence.swift -------------------------------------------------------------------------------- /1501-2000/1861. Rotating the Box.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1861. Rotating the Box.swift -------------------------------------------------------------------------------- /1501-2000/1862. Sum of Floored Pairs.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1862. Sum of Floored Pairs.swift -------------------------------------------------------------------------------- /1501-2000/1871. Jump Game VII.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1871. Jump Game VII.swift -------------------------------------------------------------------------------- /1501-2000/1872. Stone Game VIII.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1872. Stone Game VIII.swift -------------------------------------------------------------------------------- /1501-2000/1895. Largest Magic Square.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1895. Largest Magic Square.swift -------------------------------------------------------------------------------- /1501-2000/1901. Find a Peak Element II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1901. Find a Peak Element II.swift -------------------------------------------------------------------------------- /1501-2000/1905. Count Sub Islands.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1905. Count Sub Islands.swift -------------------------------------------------------------------------------- /1501-2000/1907. Count Salary Categories.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1907. Count Salary Categories.sql -------------------------------------------------------------------------------- /1501-2000/1922. Count Good Numbers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1922. Count Good Numbers.swift -------------------------------------------------------------------------------- /1501-2000/1923. Longest Common Subpath.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1923. Longest Common Subpath.swift -------------------------------------------------------------------------------- /1501-2000/1927. Sum Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1927. Sum Game.swift -------------------------------------------------------------------------------- /1501-2000/1929. Concatenation of Array.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1929. Concatenation of Array.swift -------------------------------------------------------------------------------- /1501-2000/1934. Confirmation Rate.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1934. Confirmation Rate.sql -------------------------------------------------------------------------------- /1501-2000/1943. Describe the Painting.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1943. Describe the Painting.swift -------------------------------------------------------------------------------- /1501-2000/1952. Three Divisors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/1501-2000/1952. Three Divisors.swift -------------------------------------------------------------------------------- /2001-2500/2241. Design an ATM Machine.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2001-2500/2241. Design an ATM Machine.swift -------------------------------------------------------------------------------- /2001-2500/2413. Smallest Even Multiple.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2001-2500/2413. Smallest Even Multiple.swift -------------------------------------------------------------------------------- /2001-2500/2498. Frog Jump II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2001-2500/2498. Frog Jump II.swift -------------------------------------------------------------------------------- /2501-3000/2512. Reward Top K Students.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2512. Reward Top K Students.swift -------------------------------------------------------------------------------- /2501-3000/2514. Count Anagrams.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2514. Count Anagrams.swift -------------------------------------------------------------------------------- /2501-3000/2532. Time to Cross a Bridge.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2532. Time to Cross a Bridge.swift -------------------------------------------------------------------------------- /2501-3000/2540. Minimum Common Value.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2540. Minimum Common Value.swift -------------------------------------------------------------------------------- /2501-3000/2544. Alternating Digit Sum.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2544. Alternating Digit Sum.swift -------------------------------------------------------------------------------- /2501-3000/2551. Put Marbles in Bags.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2551. Put Marbles in Bags.swift -------------------------------------------------------------------------------- /2501-3000/2560. House Robber IV.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2560. House Robber IV.swift -------------------------------------------------------------------------------- /2501-3000/2561. Rearranging Fruits.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2561. Rearranging Fruits.swift -------------------------------------------------------------------------------- /2501-3000/2568. Minimum Impossible OR.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2568. Minimum Impossible OR.swift -------------------------------------------------------------------------------- /2501-3000/2582. Pass the Pillow.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2582. Pass the Pillow.swift -------------------------------------------------------------------------------- /2501-3000/2611. Mice and Cheese.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2611. Mice and Cheese.swift -------------------------------------------------------------------------------- /2501-3000/2615. Sum of Distances.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2615. Sum of Distances.swift -------------------------------------------------------------------------------- /2501-3000/2619. Array Prototype Last.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2619. Array Prototype Last.ts -------------------------------------------------------------------------------- /2501-3000/2620. Counter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2620. Counter.ts -------------------------------------------------------------------------------- /2501-3000/2621. Sleep.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2621. Sleep.ts -------------------------------------------------------------------------------- /2501-3000/2622. Cache With Time Limit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2622. Cache With Time Limit.ts -------------------------------------------------------------------------------- /2501-3000/2623. Memoize.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2623. Memoize.ts -------------------------------------------------------------------------------- /2501-3000/2627. Debounce.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2627. Debounce.ts -------------------------------------------------------------------------------- /2501-3000/2628. JSON Deep Equal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2628. JSON Deep Equal.ts -------------------------------------------------------------------------------- /2501-3000/2629. Function Composition.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2629. Function Composition.ts -------------------------------------------------------------------------------- /2501-3000/2631. Group By.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2631. Group By.ts -------------------------------------------------------------------------------- /2501-3000/2632. Curry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2632. Curry.ts -------------------------------------------------------------------------------- /2501-3000/2659. Make Array Empty.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2659. Make Array Empty.swift -------------------------------------------------------------------------------- /2501-3000/2671. Frequency Tracker.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2671. Frequency Tracker.swift -------------------------------------------------------------------------------- /2501-3000/2679. Sum in a Matrix.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2679. Sum in a Matrix.swift -------------------------------------------------------------------------------- /2501-3000/2680. Maximum OR.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2680. Maximum OR.swift -------------------------------------------------------------------------------- /2501-3000/2681. Power of Heroes.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2681. Power of Heroes.swift -------------------------------------------------------------------------------- /2501-3000/2706. Buy Two Chocolates.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2706. Buy Two Chocolates.swift -------------------------------------------------------------------------------- /2501-3000/2716. Minimize String Length.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2716. Minimize String Length.swift -------------------------------------------------------------------------------- /2501-3000/2719. Count of Integers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2719. Count of Integers.swift -------------------------------------------------------------------------------- /2501-3000/2731. Movement of Robots.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2731. Movement of Robots.swift -------------------------------------------------------------------------------- /2501-3000/2735. Collecting Chocolates.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2735. Collecting Chocolates.swift -------------------------------------------------------------------------------- /2501-3000/2736. Maximum Sum Queries.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2736. Maximum Sum Queries.swift -------------------------------------------------------------------------------- /2501-3000/2741. Special Permutations.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2741. Special Permutations.swift -------------------------------------------------------------------------------- /2501-3000/2742. Painting the Walls.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2742. Painting the Walls.swift -------------------------------------------------------------------------------- /2501-3000/2751. Robot Collisions.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2751. Robot Collisions.swift -------------------------------------------------------------------------------- /2501-3000/2762. Continuous Subarrays.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2762. Continuous Subarrays.swift -------------------------------------------------------------------------------- /2501-3000/2766. Relocate Marbles.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2766. Relocate Marbles.swift -------------------------------------------------------------------------------- /2501-3000/2768. Number of Black Blocks.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2768. Number of Black Blocks.swift -------------------------------------------------------------------------------- /2501-3000/2784. Check if Array is Good.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2784. Check if Array is Good.swift -------------------------------------------------------------------------------- /2501-3000/2810. Faulty Keyboard.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2810. Faulty Keyboard.swift -------------------------------------------------------------------------------- /2501-3000/2826. Sorting Three Groups.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2826. Sorting Three Groups.swift -------------------------------------------------------------------------------- /2501-3000/2860. Happy Students.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2860. Happy Students.swift -------------------------------------------------------------------------------- /2501-3000/2865. Beautiful Towers I.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2865. Beautiful Towers I.swift -------------------------------------------------------------------------------- /2501-3000/2866. Beautiful Towers II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2866. Beautiful Towers II.swift -------------------------------------------------------------------------------- /2501-3000/2899. Last Visited Integers.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2899. Last Visited Integers.swift -------------------------------------------------------------------------------- /2501-3000/2923. Find Champion I.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2923. Find Champion I.swift -------------------------------------------------------------------------------- /2501-3000/2924. Find Champion II.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2924. Find Champion II.swift -------------------------------------------------------------------------------- /2501-3000/2933. High-Access Employees.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2933. High-Access Employees.swift -------------------------------------------------------------------------------- /2501-3000/2939. Maximum Xor Product.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2939. Maximum Xor Product.swift -------------------------------------------------------------------------------- /2501-3000/2951. Find the Peaks.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2951. Find the Peaks.swift -------------------------------------------------------------------------------- /2501-3000/2974. Minimum Number Game.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/2501-3000/2974. Minimum Number Game.swift -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sergeyleschev/leetcode-swift/HEAD/README.md --------------------------------------------------------------------------------