© 2023 Hashnode
#codinginterviewpatterns
Recently, I have studied a few things about low-level design from scratch. I wrote one small document on LLD and how to approach LLD problems; what kind of problems are being asked in most of the int…
Adobe is an epicenter of excellence! While working in different domains, you must have used adobe software or applications on a daily basis. From converting your documents to PDF or simply editing yo…
Problem statement: Given two linked lists, return the union of two linked lists. This union should include all the distinct elements only. Return the head of the new list. Example : Input: L1 = 9->6->…
Chapter 1 : What this is about. It is not enough for the code to work. - Robert C. Martin (Uncle Bob) And indeed, it is not. The code needs to be readable, easily understandable without being misled…