Anul I, SD - Structuri de Date
Curs: Valeriu Iorga / Florian Moraru / Mugurel Andreica
Materiale de curs:
- Curs 1 - Data structures [ppt]
- Curs 2 - The stack data structure [ppt]
- Curs 3 - The queue data structure [ppt]
- Curs 4 - Pointers and dynamic memory allocation [ppt]
- Curs 5 - The linked list data structure [ppt]
- Curs 6 - The hash table data structure [ppt]
- Curs 7 - The graph data structure [ppt]
- Curs 8 - Binary trees [ppt]
- Curs 9 - Binary search trees [ppt]
- Curs 10 - The heap [ppt]
- Florian Moraru - Structuri de date [pdf]
Documentatie curs:
- Curs 1 - Colecții de date [pdf]
- Curs 2 - Recursivitate [pdf]
- Curs 3 - Stive [pdf]
- Curs 4 - Liste [pdf]
- Curs 5 - Arbori [pdf]
- Curs 6 - Arbori binari de cautare [pdf]
- Curs 8 - Tipul abstract de date coadă prioritară [pdf]
- Curs 9 - Tabele de dispersie [pdf]
- Curs 10 - Grafuri [pdf]
- Curs 11 - Metode de explorare a grafurilor [pdf]
- Curs 12 - Colecții de mulțimi disjuncte [pdf]
Laboratoare:
- Laborator 1a - [txt]
- Laborator 1b - [txt]
- Laborator 2a - [txt]
- Laborator 2b - [txt]
- Laborator 3a - [txt]
- Laborator 3b - [txt]
- Laborator 4a - [txt]
- Laborator 4b - [txt]
- Laborator 5a - [txt]
- Laborator 5b - [txt]
- Laborator 7a - [txt]
- Laborator 7b - [txt]
- Laborator 8a - [txt]
- Laborator 8b - [txt]
- Laborator 9a - [txt]
- Laborator 9b - [txt]
- Laborator 10a - [txt]
- Laborator 10b - [txt]
- Laborator 12a - [txt]
- Laborator 12b - [txt]
- Laborator 13a - [txt]
- Laborator 13b - [txt]
Alte materiale:
- Binary search tree code [zip]
- Dynamic vectors code [zip]
- Sorting algorithms code [zip]
- Probleme examen si alte subiecte [zip]
- Data Structures and Algorithm Analysis [book] [pdf]
- Open Data Structures in C++ [book] [pdf]
- Florian Moraru - Structuri de Date [book] [pdf]
- B-trees [ppt]
Code snippets:
- bst.h
- bst_test.cpp
- dynvec.h
- dynvec_test.cpp
- global_rebuilding_bst.h
- linked_list.h
- ll_dynvec.h
- logical_remove_bst.h
- mergesort.cpp
- quicksort.cpp
- scapegoat_tree.h
- simple_realloc_dynvec.h
- smart_realloc_dynvec.h
- sorter.h.txt
- AVL [txt]
- coada [txt]
- dictionar [txt]
- grafuri [txt]
- lista cu santinela [txt]
- liste neordonate [txt]
- liste ordonate fara santinela [txt]
- stiva [txt]
- vectori si pointeri [txt]
'