Languages

Fold a Linked List in Java

Hello coders ! Welcome Back to codingbroz where we help you learn coding concepts. Today we are here to discuss another coding interview problem on linked list data structure. Today we are going to discuss a program to Fold a Linked List! Prerequisites : Before moving towards solving this linked list problem to Fold a

Fold a Linked List in Java Read More »

What is a Generic Tree in Java

Generic Tree is a type of Hierarchical data structure called Trees. There are Different types of Tree Data Structures like Binary Tree, Binary Search Tree ( BST ), AVL Tree, etc.  Similarly a Generic tree is also a tree data structure. Now, See this example of a generic tree with real life example, this is

What is a Generic Tree in Java Read More »