Shashank Bhushan Jha

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 »

Fizz Buzz Program in Python

Hello Coderz, Welcome to codingbroz where we make programming easy and fun for you. Today, I am going to discuss an amazing job interview problem in python. This is an important problem to know if you’re preparing for any coding interview no matter which position. What is FizzBuzz ? FizzBuzz is a very simple programming

Fizz Buzz Program in Python Read More »