interview-techdev-guide
interview-techdev-guide copied to clipboard
This repository contains curated technical interview questions by fn+geeks community
I want to implement max heap and min heap in c++.
I want to implement Kosaraju's algorithm . This algorithm is used to find strongly connected components in directed graph.
@jenistenxavier @sauravjaiswalsj Hey! I found a broken link [Contributor.md ](https://github.com/fnplus/interview-techdev-guide/blob/master/Company%20Specific%20Interview%20Questions/Microsoft/Contributor.md) here ~/interview-techdev-guide/Company Specific Interview Questions/``/[README.md](https://github.com/fnplus/interview-techdev-guide/blob/master/Company%20Specific%20Interview%20Questions/Microsoft/README.md) Allow me to fix this issue by anchoring correct link.
Write an algo so as to take the person from the top-left corner of a 2-D array to the bottom-right most corner of the array. The person can take only...
You are given a 2-D matrix of with each box containing weights at each location. You have to find the maximum gold that can be obtained while moving from source...