Thanks for your reply on TEk Tips forum (C), I appreciate this.<br>.....I have attached a file "diction.c" (which is a linked list of letters(a,b,c,...,p) which is sorted.<br>Say I am looking for letter 'c' if it exists in the linked list. How do I use bsearch() to find the...
Hello folks,<br>Can anyone help ?<br>I want to READ in an Ordered Text file of Words into Memory - i.e Ordered Linked List. I'm OK here..<br>Then use bsearch() to locate a KeyWord and see if it exists in the Ordered Linked List. <br>Can it be done ? I only know how to use bsearch() with an...
Hello folks,<br>Can anyone help ?<br>I want to READ in an Ordered Text file of Words into Memory - i.e Ordered Linked List.<br>Then use bsearch() to locate a KeyWord and see if it exists in the Ordered Linked List.<br>Can it be done ? I only know how to use bsearch() with an Array.<br>Aussie...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.