Segmentation fault is coming in findAllString method
Getting Segmentation fault. Please resolve it
code link is not correct
this is not code of digital dictionary
check the link
Code link is correct
yeha code link is correct
may be itβs my mistake sorry
one thing you forgot is to add
for(int i=0;i<256;i++)freq[i]=NULL; this in construction
node(int d){
data=d;
end=false;
for(int i=0;i<256;i++)freq[i]=NULL;
}