minovakovi / akdb

An experimental relational DBMS developed by students @ Faculty of Organization and Informatics, University of Zagreb
6 stars 16 forks source link

union_intersect_difference_issue_173 #258

Closed ekrzina closed 1 year ago

ekrzina commented 1 year ago

Union.c, intersect.c and difference.c are analyzed, made more transparent and documented with new comments. Solved some issues of memory dealocation in all files. Added two functions in union.c and difference.c as to make code transparent, optimized and to make code less repetitive. Tests were run and code works.