How to insert a Node in a Linked list.
Analista De Teste De Software Interview Questions
32,046 analista de teste de software interview questions shared by candidates
Which CI tool did you use? Which patterns did you follow? What is stale reference element error?
The interviewer confused me like hell when describing the question. Every node of the tree has a pointer to its left most child. each node has a pointer to its next sibling. Its a BST. Find the smallest value in the tree.
how to reverse words in a string preserving the formatting
Shuffle Linked List
Data structures - - Write program to print Binary Tree using bredth first search and depth first search
Write an inorder search of a binary tree. He gave me no arguments so I could make this recursive. Make sure you ask if you can send the tree in as an argument.
Do you know what DOS is and how to program in it? Yes.
Write a function that determines whether a given number is a prime. Discuss perf improvements.
Reverse the individual words in a string (words are delimited by spaces). Example - "Hello world" becomes "olleH dlrow".
Viewing 311 - 320 interview questions