two-astronauts / java-set-operations

Sets operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

Sets operations

License:MIT License


Languages

Language:Java 100.0%