Trush PatelLeetCode: Container With Most WaterGiven n non-negative integers a1, a2, ..., an , where each represents a point at coordinate (i, ai). n vertical lines are drawn such that…Apr 25, 2021Apr 25, 2021
Trush PatelLeetCode: Container With Most Water (Brute Force)Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.Apr 25, 2021Apr 25, 2021
Trush PatelLeetCode: Two SumGiven an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.Apr 24, 2021Apr 24, 2021
Trush PatelLeetCode: Two Sum (Brute Force)Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.Apr 23, 2021Apr 23, 2021
Trush PatelCCI: Is UniqueImplement an algorithm to determine if a string has all unique characters.Apr 22, 2021Apr 22, 2021
Trush PatelCCI: Is Unique (Brute Force)Implement an algorithm to determine if a string has all unique characters. What if you cannot use additional data structures?Apr 20, 2021Apr 20, 2021