Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 502 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 502 Bytes

Sets operations

List

  • empty()
  • isEmpty()
  • getHead()
  • add()
  • delete()
  • position()
  • belongs()
  • subSet()
  • union()
  • intersection()
  • equality()
  • complement()
  • difference()
  • symmetricDifference()

Array

  • empty()
  • isEmpty()
  • add()
  • delete()
  • position()
  • belongs()
  • subSet()
  • union()
  • intersection()
  • equality()
  • complement()
  • difference()
  • symmetricDifference()