Doubt:Keys and Satellite data

Whats In Name

Whats In Name

@whats-in-name-KdgM7o • Oct 23, 2024

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?
😕

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • HirenBarbhaya

    HirenBarbhaya

    @hirenbarbhaya-04r651 Dec 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-#