pydseamslib.cyoda.compareRings

Contents

pydseamslib.cyoda.compareRings#

pydseamslib.cyoda.compareRings(ring1: List[int], ring2: List[int]) bool#

Compares two disordered vectors and checks to see if they contain the same elements

Parameters:
  • ring1 (The first ring)

  • ring2 (The second ring)