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)
Search results for sorting
What is BST (Binary Search Tree)?
Posted by CMasterTechnical Interview Patterns
Posted by CMaster
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 ...
Sort all people on Earth
Posted by aleksin
"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 ...
what is filtering and sorting.
Posted by Devin
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 ...
