Tagged Questions

1
vote
0answers
93 views

How to decompose table with reference to Heath's Theorem? [Homework]

I have a general understanding of Heath Theorem but I'm having trouble getting my head around this question: Use the functional dependencies to carry out a non-loss decomposition in line with Heath’s ...
0
votes
1answer
176 views

C++ Recursive decomposition to graphically draw a binary tree [closed]

I'm trying to find the correct recursion call to my function so it draws a tree. Image: I wrote code that draws the trunk in the main() and the first 2 branches in the function DrawTree(), but ...
0
votes
4answers
257 views

Methods and decomposition

I'm just starting learning Java after a few years of HTML/CSS coding so hopefully I'm not asking a old or stupid question here but any help explaining this problem would be very much appreciated. ...
0
votes
0answers
84 views

Help Normalisation and decomposition exercise in database

Art_Object (Art_Id, Title, Description, Country, Artist, Epoch, Year) • FD: • Candidate keys: • Referential Integrity: • Normal Form: • Reasons: depends on the key {A, B} Art_Painting ...
0
votes
5answers
915 views

Polygon triangulation

I am working on nesting of sheet metal parts and am implementing Minkowski Sums to find No Fit Polygons for nesting. The problem is I can give only convex sets as input to the code which calculates ...