Subhodip Banerjee

Results 9 issues of Subhodip Banerjee

@soapyigu , Leetcode has added a new test case ["abc","ab"]. So the solution is failing I have added this check inside initGraph method, now it's working. `if currentWord.count > nextWord.count...

@soapyigu after a long time, I am adding this PR :)

Multiple lines for `func verticalOrder(_ root: TreeNode?) -> [[Int]] { `. Please remove one. [https://github.com/soapyigu/LeetCode-Swift/blob/master/Tree/BinaryTreeVerticalOrderTraversal.swift](url) Just wanted to know, would you be able to submit the solution in Leetcode? For...

Here I just tried to improve the space complexity. your Solution -> > https://github.com/soapyigu/LeetCode-Swift/blob/master/Math/TrappingRainWater.swift Mine with -> O(n) TC and O(1) SC ` class Solution { func trap(_ height: [Int])...

### What's changed? -- Refactor the `viewDidLoad` method in the Example project.

### Description: 1. Translate & Modernised `GMUGradient` class 2. Refactor `GMUGradientTest` test class. (Indentation & Obj-C Exception) ### Reference: Translate & Modified files, Adding Obj-C file for reference: 1. [GMUGradient](https://github.com/googlemaps/google-maps-ios-utils/blob/main/Sources/GoogleMapsUtilsObjC/include/GMUGradient.m)...

### Description: 1. Translate & Modernised `GMUClusterManager` class, `GMUClusterManagerDelegate` protocol. ### Reference: Translate & Modified files, Adding Obj-C file for reference: 1. [GMUClusterManager](https://github.com/googlemaps/google-maps-ios-utils/blob/main/Sources/GoogleMapsUtilsObjC/include/GMUClusterManager.m) 2. [GMUClusterManagerDelegate](https://github.com/googlemaps/google-maps-ios-utils/blob/main/Sources/GoogleMapsUtilsObjC/include/GMUClusterManager.h#L31) ### Validations: (To Do:) 1....

### What's Changing? - Translate & Modernise `google-maps-ios-utils` source & test files. - Module wise branches below: - QuadTree - `feature/QuadTree-Swift` - HeatMap - `feature/HeatMap-Swift` - Geometry - `feature/Geometry-Swift` -...

### Whats changing? Changes in v6.1.1 were breaking and should have been v7.0.0: - iOS deployment target: 15.0 → 16.0 - GoogleMaps dependency: ~> 9.0 → ~> 10.0 - PR:...