Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
acronym.h
1 #ifndef ACRONYM_H
2 #define ACRONYM_H
3 
4 char *abbreviate(const char *phrase);
5 
6 #endif
node
Definition: binary_search_tree.c:14
node
struct Node node
search
void search(node *root, int ele)
Definition: threaded_binary_trees.c:98
main
int main(int argc, char **argv)
Definition: c_atoi_str_to_integer.c:70
TrieNode
Definition: trie.c:15