TechBlog
Sunday, 5 April 2020
Google CodeJam 2020 Qualified Round Question 2
›
Problem tl;dr: Given a string of digits S , insert a minimum number of opening and closing parentheses into it such that the resulting...
Google CodeJam 2020 Qualified Round Question 1
›
Problem Vestigium means "trace" in Latin. In this problem we work with Latin squares and matrix traces. The trace of a s...
Sunday, 29 March 2020
How to be more productive Work from Home
›
This article is based on how to be more productive while working from home. We have seen that all of the world gone into a lockdown situati...
Tuesday, 25 February 2020
Check a Robot end it's path to starting point
›
There is a robot starting at position (0, 0), the origin, on a 2D plane. Given a sequence of its moves, judge if this robot ends up at (0...
Sunday, 22 December 2019
Check Duplicate Parenthesis in String
›
Given a balanced expression, find if it contains duplicate parenthesis or not. A set of parenthesis are duplicate if the same subexpression...
Saturday, 23 November 2019
Maximum depth of left node in Binary Tree
›
Given a Binary tree, print the maximum depth of a left node.( the node needs to be a left child ) (if the node is right child of the left c...
Tuesday, 5 November 2019
Balanced Binary Tree
›
Given a binary tree, determine whether or not it is height-balanced. A height-balanced binary tree can be defined as one in which the heigh...
›
Home
View web version