All Questions
2 questions
10
votes
1
answer
1k
views
Trie implementation for a data structure library in C
I'm implementing a trie structure for a library, as an exercise in data structures.
Details
The tree structure is represented as a doubly chained tree. A struct ...
4
votes
3
answers
1k
views
Singly linked list implementation in C
Header file:
...