shadowfax999
shadowfax999
Check if a graph is bipartite or not # HacktoberFest 22 Please mention the PR subject as `AlgoHeist22: Algorithm Name` ## Algorithm you like to add BFS ## Programming Language...
Given the heads of two singly linked-lists headA and headB, return the node at which the two lists intersect.
1. Created sliding_window_max_of_all_subarrays.cpp - This code will find the maximum elements in all sub-arrays of size 'k' in an array. Double-ended Queue data structure is used here using CPP STL....
Given the root of a binary tree, return the average value of the nodes on each level in the form of an array.
Code to find the fewest number of coins that you need to make up that amount- Coin Change Problem