Programming

Program for Validating whether Brackets are Closing in Correct Order

Here is the C++ program which would solve the problem given below. The code was compiled and testing for few of the inputs. The validation of the brackets are done using simple logic using IF conditions. Given a stream of string S of ‘(‘, ’)’, ‘{‘,…

Largest Square in a Matrix of NxN - C++ Program Code

Here is the C++ program to solve the problem of finding the largest square in a matrix of a given size NxN. Here i have put two versions of the program one which gives the matrix and other which give a Char* output as asked in TechGig coding challeng…

Amazon Coding challenge on Time Slots

Here is the Amazon coding challenge with solution. Please do comment below if you find any issues with the solution. Ready to learn and evolve. Knowledge is Power.  Given M busy-time slots of the team members in the Kindle team, can you print all t…

Programming and Software interview questions, answers and materials

This website is for helping programmers successfully prepare for technical interviews questions and answers. Also enhance your knowledge on various subjects. This is being done by presenting a variety of questions, grouped by subject matter. I will t…

Load More
That is All