Set
==2024-11-18
<% tp.file.cursor(4) %>
Theory
An set is a collection of well defined objects. No members in a set is repeating. Members are not in a given order.
Examples
A = {1, 2, 4, 5}
B = {(1,2), (2,3)} Here B is a set of Tuples
Implementation
<% tp.file.cursor(3) %>
Q&A
<% tp.file.cursor(4) %>