CrazyEngineers
  • Doubt:Keys and Satellite data

    Updated: Oct 23, 2024
    Views: 1.2K
    What are keys and satellite data when talking in terms of algorithms?
    Are keys and node data value,the same thing,or is it the satellite data?
    😕
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • HirenBarbhaya

    MemberDec 3, 2010

    Each record contains a key, which is the value to be sorted, and the remainder of the record consists of satellite data, which are usually carried around with the key.

    In a typical implementation of a dynamic set, each element is represented by an object whose fields can be examined and manipulated if we have a pointer to the object. Some kinds of dynamic sets assume that one of the object's fields is an identifying key field. If the keys are all different, we can think of the dynamic set as being a set of key values.

    Source: #-Link-Snipped-#
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register