Note that there are some explanatory texts on larger screens.

plurals
  1. USTheodore Murdock
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COYour idea of a NOOP setter would result in that property not being properly transferred if you're using WCF on the client side: in `DataContract` deserialization, the class is instantiated without calling any constructor, and the setters of any `DataMember` properties are then passed whatever was returned by the getter of that property at serialization. So your NOOP setter would discard the property, leaving its value as default at deserialization. Instead, write a real, working private setter, or mark the backing variable as the `DataMember` instead of marking the property.
      singulars
    2. CONo (non-parallel) sorting algorithm is better than O(n log n), I believe selection sort is O(n^2) in complexity. The maximum number of moves strictly necessary would of course be O(n), as you could do a lot of work to plan the moves in advance. The overall complexity of doing so would still be at least O(n log n), however.
      singulars
    3. COIt's interesting to note that the Arabic numeral system was originally designed to put the smallest (least significant) digit first and the largest digit last. Europeans didn't change the order in which the decimal places come when taking the numeral system from right-to-left Arabic and using it in left-to-right European languages. So even the fact that the most significant digit comes "first" in left-to-right languages was more a happy accident than a design choice.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload