index
:
cycle-detector.git
main
Program for detecting cycles in graphs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Age
Commit message (
Collapse
)
Author
Files
Lines
2025-12-04
Less cringe docs
Mikkel Thestrup
4
-22
/
+13
2025-12-04
Prefix macros to avoid macro name collisions. <3 header files
Mikkel Thestrup
2
-7
/
+7
2025-12-04
program using vectors instead of linked list in graphs
Mikkel Thestrup
1
-29
/
+20
2025-12-04
Changed graph to use vector instead of linked list
Mikkel Thestrup
2
-24
/
+12
2025-12-04
made graph_read() cleaner
Mikkel Thestrup
1
-17
/
+34
2025-12-04
Fixed bug in vector_push()
Mikkel Thestrup
1
-1
/
+1
2025-12-04
Added a few error messages for wrong inputs
Mikkel Thestrup
1
-3
/
+6
2025-12-04
Added Makefile and Doxyfile
Mikkel Thestrup
2
-0
/
+3100
2025-12-04
Added and changed current docstrings in format that doxygen expects
Mikkel Thestrup
4
-42
/
+414
2025-12-04
Added graph_print()
Mikkel Thestrup
1
-0
/
+5
2025-12-04
A few bug fixes in graph.c
Mikkel Thestrup
1
-3
/
+6
2025-12-03
Added cycle_detection()
Mikkel Thestrup
1
-0
/
+80
2025-12-03
Added graph_remove_edge()
Mikkel Thestrup
2
-0
/
+13
2025-12-02
Change struct members from camelcase to snake case
Mikkel Thestrup
2
-16
/
+16
2025-12-01
Added vector implementation
Mikkel Thestrup
2
-0
/
+94
2025-12-01
Added graph implementation
Mikkel Thestrup
1
-1
/
+26
2025-12-01
fixed inline if-else statements
Mikkel Thestrup
2
-12
/
+61
2025-11-30
Added explicit casts
Mikkel Thestrup
1
-2
/
+2
2025-11-30
Updated every file and function to follow style guide
Mikkel Thestrup
6
-31
/
+47
2025-11-29
Linked list functions changed to snake case
Mikkel Thestrup
2
-12
/
+12
2025-11-29
Added implementation for a double linked list
Mikkel Thestrup
1
-0
/
+86
2025-11-29
relaced tabs with spaces
Mikkel Thestrup
3
-24
/
+24
2025-11-29
Add/update/reset files
Jakob Lykke Andersen
4
-0
/
+122