Skip to content

Commit 708badf

Browse files
committed
Update README.md
1 parent b99ac6b commit 708badf

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,43 @@ Data Structure And Algorithms Made Easy In Java
99

1010
Book Title : Data Structures And Algorithms Made In Java
1111

12+
ISBN : 9781466304161 [For India]/9781468101270 [Except India]
13+
1214
Warranty : This software is provided "as is" without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
1315

16+
Book Description:
17+
-----------------
18+
19+
A handy guide of sorts for any computer science professional, Data Structures And Algorithms Made Easy in Java: Data Structure And Algorithmic Puzzles is a solution bank for various complex problems related to data structures and algorithms. It can be used as a reference manual by those readers in the computer science industry.
20+
21+
The book has around 21 chapters and covers Recursion and Backtracking, Linked Lists, Stacks, Queues,Trees, Priority Queue and Heaps, Disjoint Sets ADT, Graph Algorithms, Sorting, Searching, Selection Algorithms [Medians], Symbol Tables, Hashing, String Algorithms, Algorithms Design Techniques, Greedy Algorithms, Divide and Conquer Algorithms, Dynamic Programming, Complexity Classes, and other Miscellaneous Concepts.
22+
23+
Data Structures And Algorithms Made Easy in Java: Data Structure And Algorithmic Puzzles by Narasimha Karumanchi was published in 2011, and it is coded in Java language. This book serves as guide to prepare for interviews, exams, and campus work. It is also available in C/C++. In short, this book offers solutions to various complex data structures and algorithmic problems.
24+
25+
What is unique?
26+
27+
Our main objective isn't to propose theorems and proofs about DS and Algorithms. We took the direct route and solved problems of varying complexities. That is, each problem corresponds to multiple solutions with different complexities. In other words, we ennumerated possible solutions. With this approach, even when a new question arises, we offer a choice of different solution strategies based on your priorities.
28+
29+
Topics Covered:
30+
31+
Introduction
32+
Recursion and Backtracking
33+
Linked Lists
34+
Stacks
35+
Queues
36+
Trees
37+
Priority Queue and Heaps
38+
Disjoint Sets ADT
39+
Graph Algorithms
40+
Sorting
41+
Searching
42+
Selection Algorithms [Medians]
43+
Symbol Tables
44+
Hashing
45+
String Algorithms
46+
Algorithms Design Techniques
47+
Greedy Algorithms
48+
Divide and Conquer Algorithms
49+
Dynamic Programming
50+
Complexity Classes
51+
Miscellaneous Concepts

0 commit comments

Comments
 (0)