Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
aa:lab:3 [2025/10/19 14:06]
andreidarlau04
aa:lab:3 [2025/10/27 13:59] (current)
andreidarlau04 [Exercitii]
Line 15: Line 15:
     - metoda bancherului     - metoda bancherului
     - metoda potentialelor     - metoda potentialelor
 +
 +===== Algebraic Data Types (ADT) =====
 +
 +Consideram urmatorul ADT:
 +
 +   Void : List
 +   Cons : E x List -> List
 +==== Exercitii ====
 +  - Implementati ADT-ul in C.
 +  - Definiti axiome pentru size, add, append, reverse.
 +  - Implementati axiomele definite in C.
 +
 +
 +<note tip>​Solutiile laboratorului se afla [[aa:​lab:​sol:​3|aici]].</​note>​