summaryrefslogtreecommitdiffstats
path: root/I_anno/Programmazione_2/data_structures
Commit message (Collapse)AuthorAgeFilesLines
* chore: name of first year folderSanto Cariotti2020-10-2015-2258/+0
|
* feat: add graph in c++ with list and all algorithmsSanto Cariotti2020-07-171-0/+221
| | | | BFS, DFS, topological sort, SSC
* feat: topological sortSanto Cariotti2020-07-011-0/+212
|
* feat: add dfsSanto Cariotti2020-06-291-0/+191
|
* chore: add bfsSanto Cariotti2020-06-261-0/+186
|
* feat: add graph with matrix instead of listSanto Cariotti2020-06-241-0/+81
|
* feat: add stack and queue implemented with an arraySanto Cariotti2020-06-202-0/+116
|
* feat: add graphSanto Cariotti2020-05-291-0/+164
|
* fix: remove bin fileSanto Cariotti2020-05-291-0/+0
|
* chore: order in coding contest folderSanto Cariotti2020-05-291-0/+0
|
* fix: queue and stack push/popSanto Cariotti2020-05-242-18/+8
|
* feat: binary search treeSanto Cariotti2020-05-141-0/+225
|
* fix: return node removed stack and queueSanto Cariotti2020-05-142-9/+17
|
* fix: research for list double linkedSanto Cariotti2020-05-142-25/+20
| | | | It uses prev pointer instead of a new linear search
* fix: improve code quality for data structuresSanto Cariotti2020-05-136-205/+179
|
* feat: stack data structureSanto Cariotti2020-05-101-0/+66
|
* feat: queue data structureSanto Cariotti2020-05-101-0/+74
|
* fix: search functionSanto Cariotti2020-05-093-0/+45
|
* feat: double circular linked listSanto Cariotti2020-05-091-0/+210
|
* feat: circulat listSanto Cariotti2020-05-081-0/+162
|
* fix: pop w valueSanto Cariotti2020-05-032-26/+38
|
* feat: double linked listSanto Cariotti2020-05-031-0/+172
|
* fix: list, print and removeSanto Cariotti2020-05-031-19/+68
|
* feat: singular listSanto Cariotti2020-05-021-0/+105