
Write the code to find the balance point of an Array.
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 […]
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 […]
Below is the coding challenge interview question. Question: Coding Challenge – Given a list of people with their birth year and death year (all between […]
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 […]
Question: build a dice game called Shut the Box. Reference: http://en.wikipedia.org/wiki/Shut_the_Box The object of the game: Flip over as many cards to match dice totals […]
Question: Create the behavior for a digital web stopwatch. Here are the action we are expecting: * When “Start” is clicked, the text “Stop Watch” […]
Question: Find out the duplicates from a given array and return it. Solution: To solve this problem, we will use “map” data structure and check […]
Given an input string, reverse the string word by word. Here I have listed sample data for given input with expected output! Input: “the sky […]
Copyright © 2023 | All Rights Reserved by DglobalTech