Find the most frequent 3-page sequence in a web log.
Software Development Interview Questions
36,975 software development interview questions shared by candidates
Write a code to determing whether a binary tree is symmetric or not (symmetricity is based on data i.e., folding the tree with respect to the root node, all the leaf nodes which overlap should have same data)
Implement atoi
In linux, a folder consists of 10000 files and some files contain US phone numbers. What would you do to display the names of files containing US phone numbers?
1. Find out that data in a linked list is a palindrome
Find nth fibbonacci number in less than 0(n).
NDA
Given two sets of numbers find the elements in A that appear in B (set intersection)
Write a function that returns the depth of a tree.
Write a function which takes two strings as parameters and returns a string of common characters between the two strings but no duplicates. Use hash table to implement the algorithm.
Viewing 451 - 460 interview questions