Uncategorized
-
Handshaking Lemma and Interesting Tree Properties
Introduction Trees are an important concept in graph theory, and understanding their properties is crucial in solving many graph-related problems.…
Read More » -
Circular Singly Linked List | Insertion
We have discussed Singly and Circular Linked List in the following post: Singly Linked List Circular Linked List Why Circular linked list? …
Read More » -
Rotate a matrix by 90 degree in clockwise direction without using any extra space
Given a square matrix, turn it by 90 degrees in a clockwise direction without using any extra space. Examples: Input:…
Read More » -
Divide and Conquer | Set 5 (Strassen’s Matrix Multiplication)
Given two square matrices A and B of size n x n each, find their multiplication matrix. Naive Method: Following…
Read More » -
Relationship between number of nodes and height of binary tree
Prerequisite – Binary Tree Data Structure In this article, we will discuss various cases for relationship between number of nodes and…
Read More » -
Check whether a given graph is Bipartite or not
A Bipartite Graph is a graph whose vertices can be divided into two independent sets, U and V such that…
Read More » -
LongBuffer equals() method in Java
The equals() method of java.nio.LongBuffer Class is used to check whether or not the given buffer is equal to another…
Read More » -
How to Use String.matches() as a Substitute of startWith() Method in Java?
String startsWith() as the syntax suggests this method is present in String class which is responsible for testing if a…
Read More » -
Java.io.DataInputStream class in Java | Set 1
A data input stream enables an application to read primitive Java data types from an underlying input stream in a…
Read More » -
How to Download, Install and Use Nvidia GPU for Training Deep Neural Networks by TensorFlow on Windows Seamlessly
This article was published as a part of the Data Science Blogathon. Overview understanding GPU’s in Deep learning. Starting with…
Read More »








