You can access the distribution details by navigating to My Print Books(POD) > Distribution
A beginner of the Data structures, who has some basic knowledge of C, could find this book interesting and simple. Every program has a proper step by step explanation of each line of code. It contains the practical implementation of stacks, queues, linked lists, trees, graphs, searching and sorting techniques. Also, recursion has been explained in an easy manner with the numerous examples. However if you find any mistake, or want to give some suggestions for the improvement of this book, then the same may be sent at 'sachdevayogish@yahoo.co.in', so that the mistakes may be rectified and the suggestions may be incorporated.
Topics, which are covered in this book, are:
1. INTRODUCTION TO DATA STRUCTURES
1.1 ARRAYS
1.2 STACKS
1.3 QUEUES
1.4 LINKED LISTS
1.5 TREES
1.6 GRAPHS
1.7 DATA STRUCTURE OPERATIONS
2. STACKS
2.1 POLISH NOTATION
2.2 TRANSFORMING AN INFIX EXPRESSION INTO A POSTFIX EXPRESSION
2.3 EVALUATION OF A POSTFIX EXPRESSION
3. QUEUES
3.1 CIRCULAR QUEUE
3.2 PRIORITY QUEUES
3.3 DEQUES
3.4 INPUT...
Currently there are no reviews available for this book.
Be the first one to write a review for the book Beginning Data Structures Using C.