PDPranoti Durugkarinpranoti.hashnode.dev·Mar 7 · 2 min readHow YouTube search works?Have you ever wondered even when you write middle part of the song in search box, How YouTube still shows the right song to you when you hit the search button? Well behind the scenes YouTube uses mu00
PDPranoti Durugkarinpranoti.hashnode.dev·Feb 23 · 3 min readDifference between SLF4J and Log4j2 What is SLF4J? SLF4J stands for Simple Logging Facade for Java. As the name suggests, it is a facade — an abstraction layer. SLF4J defines how you log, but not where or how the logs are actually writt00
PDPranoti Durugkarinpranoti.hashnode.dev·Jul 31, 2022 · 3 min readMorris Traversal (InOrder)What is Morris traversal? Morris traversal is used to traverse through binary tree without using stack or recursion. Morris traversal is based on Threaded binary tree. What is Threaded binary Tree Threaded binary tree is similar to binary tree but it...00