Search results for sorting



My answer was: Bubble Sort Heap Sort Insertion Sort Merge Sort Quick Sort Selection Sort Bucket Sort Follow up question was to ...
Interviewed for position: SDET (Contractor)
Question is usually something like explain BST or Binary Search Tree.   Answer:   A binary search tree (BST) is a tree in which every node's ...
  Conducting the interviews is a part of day-to-day job for any senior software developer. During my career I have conducted more than 200 interv ...
Any experienced database developer should be able to answer this question with ease. Some of the less-experienced developers will be able to answer it ...
This question is really popular one. Answer: var _keysCollections = (from item in oldDictionary orderby item.Value descending select item.Key); ...
Answer The idea is to choose sorting algorithm, as usually QuickSort and then think about swaping strategy. Consider following situation: 1. The no ...
"Suppose there is a database of all people on Earth where one of the fields is age (the amount of full years). Provide linear time and constant memory ...
We can filter the information display only those items that meet the selected criteria(filter box) .exam you can filter vuser only those who are in re ...