Is there any algorithm to search a string in link list in
the minimum time?(please do not suggest the usual method of
traversing the link list)


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


How can you find out how much memory is available?

0 Answers  


Is c still relevant?

0 Answers  


What is the difference between struct and typedef struct in c?

0 Answers  


What is a class c rental property?

0 Answers  


What is the difference between call by value and call by reference in c?

0 Answers  


What do you mean by scope of a variable in c?

0 Answers  


How variables are declared in c?

0 Answers  


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


How will you delete a node in DLL?

0 Answers   GrapeCity,


class foo { public: static int func(const char*& p) const; }; This is illegal, why?

8 Answers   Google,


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

0 Answers   GrapeCity,


Categories