Report LinksWe do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
What you'll learn
Understand patterns behind common coding interview question
Time and Space Complexity of Data Structures and Algorithms
Solutions to problem discussed
Code for solutions in Python Requirements
python
basic idea of Data Structures and Algorithms
Leetcode account Description
Covers around 200+ most popular coding interview problems ranging from a variety of topics Two PointersEasy Pair with Target Sum Remove Duplicates Squaring a Sorted Array Medium Triplet Sum to Zero Triplet Sum Close to Target Triplets with Smaller Sum Subarrays with Product Less than a Target Dutch National Flag Problem Fast & Slow PointersEasyMiddle of the LinkedListLinkedList Cycle Medium Start of LinkedList CycleHappy Numbers Bitwise ManipulationSingle Numbers Single Number IISingle Number IIIFlipping the imageSliding Window Easy Maximum Sum Subarray of Size K Smallest Subarray With a Greater Sum Medium Longest Substring with maximum K Distinct Characters Fruits into Baskets HardLongest Substring with Distinct Characters Longest Substring with Same Letters after Replacement Longest Subarray with Ones after Replacement ArraysMedium Group AnagramsHardTrapping Rain WaterMerge IntervalsMedium Intervals Intersection Conflicting Appointments Linked ListEasyReverse a Linked List Medium Reverse a sub list Reverse a k-element sub list Two HeapsMedium Find the median of a number streamHardMaximum CapitalSliding Window Median Top k elementsEasyTop 'K' Numbers Kth Smallest Number 'K' Closest Points to the Origin Connect Ropes MediumTop 'K' Frequent Numbers Frequency Sort Kth Largest Number in a Stream 'K' Closest Numbers Maximum Distinct Elements Sum of Elements HardRearrange...