Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-05-08 | feat: circulat list | Santo Cariotti | |
2020-05-03 | fix: pop w value | Santo Cariotti | |
2020-05-03 | feat: double linked list | Santo Cariotti | |
2020-05-03 | fix: list, print and remove | Santo Cariotti | |
2020-05-02 | feat: singular list | Santo Cariotti | |
2020-04-19 | feat: add coding contest 18/04/2020 | Santo Cariotti | |
2020-04-18 | feat: cc 17/04/2020 tastevin | Santo Cariotti | |
2020-04-18 | feat: condig contest 17/04/2020 | Santo Cariotti | |
2020-04-05 | feat: add coding contest 05/04/2020 | Santo Cariotti | |
2020-04-05 | feat: add coding contest 04/04/2020 | Santo Cariotti | |
2020-04-02 | fix: tab identation for dcd | Santo Cariotti | |
2020-04-02 | fix: tab indentation | Santo Cariotti | |
2020-04-02 | feat: vector product in asm | Santo Cariotti | |
2020-04-02 | feat: count numbers of occurences in asm | Santo Cariotti | |
2020-04-02 | feat: find element into an array in asm | Santo Cariotti | |