News

Python implementation of Fortune's algorithm to find voronoi diagram of points. Bewarned: This code is largely for demonstration purposes. It is also fairly inefficient since it uses symbolic ...
a python program that reads data from a file and creates a DFA machine (5-tuple),generates set of language and checks if the generated language is accepted by the created DFA machine and converts ...