Creating an english dictionary using c n data structures
I am a b tech 2nd semester student. I have to prepare a mini project in data structures in c having lines of code=1500!
I wish to make a normal english dicitionary using file handling n linked list..can anyone of you suggest me proper coding for that as i am a beginner in C and lack few general concepts..
Re: Creating an english dictionary using c n data structures
You can try Hash lookup table in C.
In dictionary, searching should be faster. So it can be useful that.