All public logs
From Algopedia
Jump to navigationJump to search
Combined display of all available logs of Algopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 08:34, 22 May 2025 Mihai talk contribs created page Clasa a 7-a Lecția 4: Liste (2) (Created page with "== Înregistrare video curs == <youtube height="720" width="1280">https://youtu.be/WvM90m3wRPo</youtube> == Operații cu liste == Să vedem câteva exemple de manipulare a listelor. În toate aceste exemple vom considera liste de întregi reprezentate astfel: <syntaxhighlight lang="C" line> int key[MAXL]; // valori intregi memorate de lista int next[MAXL]; // următorul element in lista </syntaxhighlight> Lista este definită de prima sa celulă: <syntaxhighlight l...")