Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-17 | feat: add graph in c++ with list and all algorithms | Santo Cariotti | |
BFS, DFS, topological sort, SSC | |||
2020-07-01 | feat: topological sort | Santo Cariotti | |
2020-06-29 | feat: add dfs | Santo Cariotti | |
2020-06-26 | chore: add bfs | Santo Cariotti | |
2020-06-24 | feat: add graph with matrix instead of list | Santo Cariotti | |
2020-06-20 | feat: add stack and queue implemented with an array | 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 | fix: queue and stack push/pop | 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 | feat: stack data structure | Santo Cariotti | |
2020-05-10 | feat: queue data structure | 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 | |