pranoti.hashnode.devDifference 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 writt4d ago·3 min read
pranoti.hashnode.devMorris 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...Jul 31, 2022·3 min read