Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-13 | i&m: add purple circles exercise | Santo Cariotti | |
2021-02-13 | i&m: add exercise | Santo Cariotti | |
2021-02-09 | databases: xml exercise | Santo Cariotti | |
2021-02-06 | databases: add xml exercise | Santo Cariotti | |
2021-02-06 | databases: ex 3 | Santo Cariotti | |
2021-02-06 | course: databases | Santo Cariotti | |
2021-02-06 | conf: rename | Santo Cariotti | |
2020-10-23 | feat: variant of heapsort in rust | Santo Cariotti | |
2020-10-23 | fix: heapsort must be with max-heap | Santo Cariotti | |
2020-10-20 | Merge branch 'master' of https://github.com/dcariotti/unict | Santo Cariotti | |
2020-10-20 | chore: name of first year folder | Santo Cariotti | |
2020-10-18 | chore: name of first year folder | Santo Cariotti | |
2020-10-18 | feat: add heap in c | Santo Cariotti | |
2020-08-19 | Update cbrt.cc | Santo Cariotti | |
alternative way, more easy | |||
2020-08-19 | Update pow.cc | Santo Cariotti | |
better solution with O(n) | |||
2020-08-18 | Create cbrt.cc | Santo Cariotti | |
2020-08-18 | Update sqrt.cc | Santo Cariotti | |
alternative way to calculate square root | |||
2020-07-20 | feat: add exercises of 20/07/2020 exam | Santo Cariotti | |
2020-07-19 | chore: binary search | Santo Cariotti | |
2020-07-19 | chore: new algorithms | Santo Cariotti | |
2020-07-17 | feat: add graph in c++ with list and all algorithms | Santo Cariotti | |
BFS, DFS, topological sort, SSC | |||
2020-07-14 | feat: add algorithms | Santo Cariotti | |
2020-07-01 | feat: topological sort | Santo Cariotti | |
2020-07-01 | fix: quicksort r index | Santo Cariotti | |
2020-06-29 | feat: add dfs | Santo Cariotti | |
2020-06-29 | chore: remove swp file | Santo Cariotti | |
2020-06-26 | chore: add bfs | Santo Cariotti | |
2020-06-24 | chore: add exercise | Santo Cariotti | |
2020-06-24 | feat: add graph with matrix instead of list | Santo Cariotti | |
2020-06-22 | chore: new exercise | Santo Cariotti | |
2020-06-20 | feat: add stack and queue implemented with an array | Santo Cariotti | |
2020-06-09 | feat: add exam 08/10/2014 | Santo Cariotti | |
2020-06-08 | feat: add exercise | Santo Cariotti | |
Count number of ones in a number | |||
2020-06-04 | fix: remove useless files | Santo Cariotti | |
2020-05-29 | feat: add graph | Santo Cariotti | |
2020-05-29 | fix: remove bin file | Santo Cariotti | |
2020-05-29 | chore: order in coding contest folder | Santo Cariotti | |
2020-05-24 | feat: add more exercises | Santo Cariotti | |
2020-05-24 | fix: queue and stack push/pop | Santo Cariotti | |
2020-05-24 | feat: add exercises | Santo Cariotti | |
2020-05-14 | feat: binary search tree | Santo Cariotti | |
2020-05-14 | fix: return node removed stack and queue | Santo Cariotti | |
2020-05-14 | fix: research for list double linked | Santo Cariotti | |
It uses prev pointer instead of a new linear search | |||
2020-05-13 | fix: improve code quality for data structures | Santo Cariotti | |
2020-05-10 | chore: move algorithms file into self directory | Santo Cariotti | |
2020-05-10 | feat: stack data structure | Santo Cariotti | |
2020-05-10 | feat: queue data structure | Santo Cariotti | |
2020-05-10 | feat: add ram manipulation exercises | Santo Cariotti | |
2020-05-09 | fix: search function | Santo Cariotti | |
2020-05-09 | feat: double circular linked list | Santo Cariotti | |