summaryrefslogtreecommitdiffstats
path: root/I_anno/Programmazione_2
Commit message (Collapse)AuthorAgeFilesLines
* chore: name of first year folderSanto Cariotti2020-10-2056-5320/+0
|
* Update cbrt.ccSanto Cariotti2020-08-191-0/+13
| | | alternative way, more easy
* Update pow.ccSanto Cariotti2020-08-191-19/+10
| | | better solution with O(n)
* Create cbrt.ccSanto Cariotti2020-08-181-0/+24
|
* Update sqrt.ccSanto Cariotti2020-08-181-0/+8
| | | alternative way to calculate square root
* feat: add exercises of 20/07/2020 examSanto Cariotti2020-07-205-0/+964
|
* chore: binary searchSanto Cariotti2020-07-191-0/+33
|
* chore: new algorithmsSanto Cariotti2020-07-193-0/+97
|
* feat: add graph in c++ with list and all algorithmsSanto Cariotti2020-07-171-0/+221
| | | | BFS, DFS, topological sort, SSC
* feat: add algorithmsSanto Cariotti2020-07-142-0/+88
|
* feat: topological sortSanto Cariotti2020-07-011-0/+212
|
* fix: quicksort r indexSanto Cariotti2020-07-011-1/+1
|
* feat: add dfsSanto Cariotti2020-06-291-0/+191
|
* chore: remove swp fileSanto Cariotti2020-06-291-0/+0
|
* chore: add bfsSanto Cariotti2020-06-261-0/+186
|
* chore: add exerciseSanto Cariotti2020-06-241-0/+151
|
* feat: add graph with matrix instead of listSanto Cariotti2020-06-241-0/+81
|
* chore: new exerciseSanto Cariotti2020-06-222-0/+66
|
* feat: add stack and queue implemented with an arraySanto Cariotti2020-06-202-0/+116
|
* feat: add exam 08/10/2014Santo Cariotti2020-06-091-0/+202
|
* fix: remove useless filesSanto Cariotti2020-06-044-253/+0
|
* 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-2917-0/+361
|
* feat: add more exercisesSanto Cariotti2020-05-243-0/+346
|
* fix: queue and stack push/popSanto Cariotti2020-05-242-18/+8
|
* feat: add exercisesSanto Cariotti2020-05-249-0/+429
|
* 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
|
* chore: move algorithms file into self directorySanto Cariotti2020-05-102-4/+4
|
* 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
|
* feat: add coding contest 18/04/2020Santo Cariotti2020-04-191-0/+46
|
* feat: cc 17/04/2020 tastevinSanto Cariotti2020-04-182-37/+77
|
* feat: condig contest 17/04/2020Santo Cariotti2020-04-181-0/+65
|
* feat: add coding contest 05/04/2020Santo Cariotti2020-04-051-0/+47
|
* feat: add coding contest 04/04/2020Santo Cariotti2020-04-051-0/+51
|
* feat: coding contest 28/03/20Santo Cariotti2020-03-281-0/+48
|
* feat: coding contest 27/03/20Santo Cariotti2020-03-281-0/+53
|
* feat: quicksort algorithmSanto Cariotti2020-03-261-0/+38
|
* mergesort: fix size of temp arraySanto Cariotti2020-03-261-2/+1
|