Aatmaj-Zephyr / Fractal-generator

Fractal generator using the Chaos game. This is a program which makes use of Object Oriented programming. Fractals like Seirpinski triangle are generated using the 'Chaos Game' .
The Unlicense
2 stars 0 forks source link

retrieval of data from hashtable #3

Closed Aatmaj-Zephyr closed 3 years ago

Aatmaj-Zephyr commented 3 years ago

Retrieve data from the hash table

Aatmaj-Zephyr commented 3 years ago

the Data type Complex is returned. The contains() inbuilt method doesn't work as to complex objects are not compared with the instance variable values but some ids. Hence fixed it by comparing the instance real and imaginary vallues.