Add support for tree structures. Search function with DFS, BFS currently unimplemented. Improve linked list handling; fix bug in circular list detection.
This commit is contained in:
@@ -67,4 +67,9 @@ install(FILES
|
||||
DESTINATION ${akstdlib_install_cmakedir}
|
||||
)
|
||||
|
||||
add_executable(test_linkedlist tests/test_linkedlist.c)
|
||||
target_link_libraries(test_linkedlist PRIVATE akstdlib)
|
||||
add_test(NAME linkedlist COMMAND test_linkedlist)
|
||||
|
||||
|
||||
# pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user