Java uses an automatic memory management system called a garbage collector.Whereas in other programming languages such as C the programmer has direct access to the memory who allocates memory in his code, thereby…Dec 13, 2020Dec 13, 2020
What I learned in the 4th month of my internship?Hii, everyone I am back with another blog of my learning during internship. This month was full of real engineering stuff. How to deal…Oct 30, 2020Oct 30, 2020
What I learned in the third month of my internship?Hii Everyone I am back with the next blog of learning during the 3rd month of my internship.Sep 29, 2020Sep 29, 2020
Clone a linked list with next and random pointerWe have a double linked list where each node consists of three pointers data, random and next. Now our task is to clone this linked listSep 3, 2020Sep 3, 2020
Clone a linked list with next and random pointer with O(1) space complexity.We have a double linked list where each node consists of three pointers data, random and next. Now our task is to clone this linked listSep 2, 2020Sep 2, 2020