summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-18i&m: add scaling functionSanto Cariotti
2021-02-18i&m: update rotation with increasing/decreasing thetaSanto Cariotti
2021-02-17i&m: add rotation algorithmSanto Cariotti
2021-02-16i&m: add operationsSanto Cariotti
2021-02-16i&m: add video exerciseSanto Cariotti
2021-02-13i&m: moon exerciseSanto Cariotti
2021-02-13i&m: rects with opacitySanto Cariotti
2021-02-13i&m: add purple circles exerciseSanto Cariotti
2021-02-13i&m: add exerciseSanto Cariotti
2021-02-09databases: xml exerciseSanto Cariotti
2021-02-06databases: add xml exerciseSanto Cariotti
2021-02-06databases: ex 3Santo Cariotti
2021-02-06course: databasesSanto Cariotti
2021-02-06conf: renameSanto Cariotti
2020-10-23feat: variant of heapsort in rustSanto Cariotti
2020-10-23fix: heapsort must be with max-heapSanto Cariotti
2020-10-20Merge branch 'master' of https://github.com/dcariotti/unictSanto Cariotti
2020-10-20chore: name of first year folderSanto Cariotti
2020-10-18chore: name of first year folderSanto Cariotti
2020-10-18feat: add heap in cSanto Cariotti
2020-08-19Update cbrt.ccSanto Cariotti
alternative way, more easy
2020-08-19Update pow.ccSanto Cariotti
better solution with O(n)
2020-08-18Create cbrt.ccSanto Cariotti
2020-08-18Update sqrt.ccSanto Cariotti
alternative way to calculate square root
2020-07-20feat: add exercises of 20/07/2020 examSanto Cariotti
2020-07-19chore: binary searchSanto Cariotti
2020-07-19chore: new algorithmsSanto Cariotti
2020-07-17feat: add graph in c++ with list and all algorithmsSanto Cariotti
BFS, DFS, topological sort, SSC
2020-07-14feat: add algorithmsSanto Cariotti
2020-07-01feat: topological sortSanto Cariotti
2020-07-01fix: quicksort r indexSanto Cariotti
2020-06-29feat: add dfsSanto Cariotti
2020-06-29chore: remove swp fileSanto Cariotti
2020-06-26chore: add bfsSanto Cariotti
2020-06-24chore: add exerciseSanto Cariotti
2020-06-24feat: add graph with matrix instead of listSanto Cariotti
2020-06-22chore: new exerciseSanto Cariotti
2020-06-20feat: add stack and queue implemented with an arraySanto Cariotti
2020-06-09feat: add exam 08/10/2014Santo Cariotti
2020-06-08feat: add exerciseSanto Cariotti
Count number of ones in a number
2020-06-04fix: remove useless filesSanto Cariotti
2020-05-29feat: add graphSanto Cariotti
2020-05-29fix: remove bin fileSanto Cariotti
2020-05-29chore: order in coding contest folderSanto Cariotti
2020-05-24feat: add more exercisesSanto Cariotti
2020-05-24fix: queue and stack push/popSanto Cariotti
2020-05-24feat: add exercisesSanto Cariotti
2020-05-14feat: binary search treeSanto Cariotti
2020-05-14fix: return node removed stack and queueSanto Cariotti
2020-05-14fix: research for list double linkedSanto Cariotti
It uses prev pointer instead of a new linear search