985 views
0 votes
0 votes
Hello everyone.

Can anyone suggest me a good book for Data Structures for GATE. Horowitz and Weiss are available in .chm format and its really difficult to read from them. Any other suggestions.

 

Also, I have a good knowledge of C, but i have to formally study it for GATE. Any suggestions for this too?

1 Answer

1 votes
1 votes
Forouzan data structures is very simple,I found some recursion gate question directly from it,Online free PDF is available,Google it out,but for code follow COREMAN, I have Tanenbaum, Seymour Lipchutz, but Tanenbaum is quite hard,Lipchutz does not explain everything,and CLRS contain gist.

Related questions

0 votes
0 votes
2 answers
1
Arjun asked Oct 10, 2016
551 views
Consider the following declaration of a two dimensional array in C:char a[1000][40];Assuming that the main memory is byte addressable and that the array is stored startin...
0 votes
0 votes
1 answer
2
amitarp818 asked Nov 28, 2023
629 views
Consider the following array of elements<96,42,50,17,15,5,7,11,39,23,6,9,19,100,12>The minimum number of interchanges using buildheap needed to convert it into a max heap...