
DOM Tree Traversal through Breadth-first Search (BFS)
First We will learn about What is BFS? Breadth-first search (BFS) is an algorithm for traversing tree structures. The algorithm starts at the root node and […]
First We will learn about What is BFS? Breadth-first search (BFS) is an algorithm for traversing tree structures. The algorithm starts at the root node and […]
First We will learn about What is DFS? Depth–first search (DFS) is an algorithm for traversing tree structures. The algorithm starts at the root node and […]
Check Out Our Video Tutorials for Interview Practice!
Input: [1, 2, 4, 6, 7, 5], 12 Output: [7,5] Logic Implementation: We can keep adding numbers from array. We can check conditions, if it […]
Question: You have given an array of integer. You need to create the algorithm which finds the balance point in the given array and return […]
First of all you need to create the html page which contains 1 or 2 posts, which means on the page you can show headline […]
Question: Create getMax() function to find maximum in a stack in O(1) time! This is widely asked technical interview for software engineers. You should know […]
Question: Given a list of people with their birth and end years (all between 1900 and 2000), find the year with the most number of people alive. Input: […]
Question: Write an algorithm that brings all nonzero elements to the left of the array, and returns the number of nonzero elements. Input : {1, […]
Question: Write a function testListCycle() that takes node as argument for a given singly-linked list and returns a boolean indicating whether the list contains a cycle. A cycle meaning when […]
Copyright © 2021 | All Rights Reserved By DglobalTech.