interview-techdev-guide icon indicating copy to clipboard operation
interview-techdev-guide copied to clipboard

This repository contains curated technical interview questions by fn+geeks community

Results 88 interview-techdev-guide issues
Sort by recently updated
recently updated
newest added

Linear Search implementation in C

Hacktoberfest
Not assigned to an issue

Hacktoberfest
Not assigned to an issue

Hacktoberfest
Not assigned to an issue

Hacktoberfest
Not assigned to an issue

Given a word W and a string S, find all starting indices in S which are anagrams of W. For example, given that W is "ab", and S is "abxaba",...

Hacktoberfest
Not assigned to an issue

**Write a Binary Search Algorithm in Iterative and Recursive Method** **Do you want to work in this issue?** Yes

Hacktoberfest

Since Python's heapq implementation does not have built in support for max heap, we can just invert the values stored into the heap so it functions as a max heap....

Hacktoberfest
Not assigned to an issue