functionalDependencyCalculator icon indicating copy to clipboard operation
functionalDependencyCalculator copied to clipboard

A simple web based tool for exploring functional dependencies

Results 5 functionalDependencyCalculator issues
Sort by recently updated
recently updated
newest added

![Screenshot 2024-02-01 at 8 11 40 PM](https://github.com/arjo129/functionalDependencyCalculator/assets/58920297/dbf02029-45a9-4fb2-8f08-3ad7a3539db5) These functional dependencies are in 3NF, but the calculator shows otherwise. The first FD satisfies 3NF because {a, b} is a superkey for...

I try to remove the latex compiler to improve the performance. However, even though it reduces a huge amount of dom, but there is still a performance issue when the...

Hi, the project is very useful for me. While it has a performance issue when input goes complex, for example, {A} -> {E,I}, {B,C} -> {D,E,G}, {C,E,H} -> {G,J}, {D}...

![image](https://user-images.githubusercontent.com/75250979/140778786-4aa80bd6-ab2f-4d17-9d5e-142f54c466df.png) Input used in screenshot: {A,C}->{A,D}, {C,D}->{B}, {C}->{B,D} Minimal cover output: {**_{A,C}→{D}_**,{C}→{B},{C}→{D}} The first Functional Dependency is redundant and should not be included in the output