Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
user avatar
4 votes
3 answers
1k views

Singly linked list implementation in C

Header file: ...
dysruption's user avatar