SAShiv Arorainleetcodedaily.hashnode.dev·Aug 16, 2024 · 2 min readLeetcode: 16/08/2024Maximum Distance in Arrays(From Intuition to the Optimized Code: Intuition: Intuition behind this problem is to first find all the pairs such that we got maximum absolute difference, But in question it is mentioned that m arrayLists are sorted, So ca...00
SAShiv Arorainshayawing.hashnode.dev·May 23, 2023 · 2 min readLinked List Revision in JAVAToday we go through the basics of linked lists in Java. Firstly we learn about how an element is added to the first position as head: Steps: S-1: Create a new Node. S-2: Check if the head is equal to null, if null then make tail equals head equals ne...00
SAShiv Arorainshayawing.hashnode.dev·May 21, 2023 · 1 min readHashing in JAVAToday we learned about Hashing. So in simple words, Hashing is a technique that helps us to convert one data structure into another. It is a special type of function in Java that automatically convert the data structures. As you slowly learn about it...00
SAShiv Arorainshayawing.hashnode.dev·May 18, 2023 · 2 min readInitial days of Coding.Since it's my first blog, I will tell you about my programming experience that I have been doing for the last 5 months. Initially, I was excited that I purchase a dedicated course for my learning computer language. For 2 months I was doing it with gr...00