Design & Analysis of Algorithm



Design & Analysis of Algorithm

 

About the Book: Design & Analysis of Algorithms The book begins with a description of the fundamental concepts and basic design techniques of algorithms.Gradually, it introduces more complex and advanced topicssuch as dynamic programing,backtracking and variousalgorithms related to graph data structure. Finally, the text elaborates on Lower bound theory, NP-Hard and NP-Complete Problems.

C# 4.0 - The Complete Reference - Herbert Schildt

C# 4.0 - The Complete Reference - Herbert Schildt



The Definitive Guide to C# “From using LINQ to covariance and from string formatting to optional arguments, Herb’s update covers all you need to know about using real-world C# 4.0.” ?Michael Howard, Microsoft Corporation
Bestselling author Herb Schildt has updated and expanded his classic programming reference to cover C# 4.0--the latest release of this powerful, feature-rich language. Using carefully crafted explanations, insider tips, and hundreds of examples, C# 4.0: The Complete Reference offers in-depth details on all aspects of C#, including keywords, syntax, and core libraries. New C# 4.0 features, such as named and optional arguments, the dynamic type, expanded covariance and contravariance capabilities, and support for parallel programming with the Task Parallel Library (TPL) and PLINQ are also discussed.
Perfect for beginners and professional C# programmers alike, this expert resource is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Begin mastering C# 4.0 today with help from this authoritative volume!
Coverage includes:
  • Data types and operators
  • Control statements
  • Classes and objects
  • Constructors, destructors, and methods
  • Interfaces, arrays, enumerations, and structures
  • Method and operator overloading
  • Inheritance and virtual methods
  • Reflection and runtime type ID
  • Exception handling
  • Delegates, properties, events, and indexers
  • Attributes
  • Multithreading and the Task Parallel Library
  • Generics
  • LINQ and PLINQ
  • Lambda expressions
  • Anonymous types
  • Extension methods
  • Named and optional arguments
  • Implicitly typed variables
  • I/O, networking, and collections
  • The preprocessor and much, much more

C# 3.0 - The Complete Reference - Herbert Schildt

C# 3.0 - The Complete Reference - Herbert Schildt
The Most Comprehensive C# Resource Available
With its support for Language-Integrated Query (LINQ), C# 3.0 has revolutionized C# programming, and bestselling author Herb Schildt has updated and expanded his classic programming reference to cover it. Using carefully crafted explanations, insider tips, and hundreds of examples, this book presents in-depth coverage of all aspects of C#, including its keywords, syntax, and core libraries. Of course, details on the new C# 3.0 features, such as LINQ, lambda expressions, implicitly typed variables, and anonymous types are included.
Essential for every C# programmer, this comprehensive guide is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Whether you are a novice programmer or a seasoned pro, the answers to all of your C# questions can be found in this definitive resource.
Coverage includes: Data types and operators Control statements Classes and objects Constructors, destructors, and methods Interfaces, arrays, enumerations, and structures Method and operator overloading Inheritance and virtual methods Reflection and runtime type ID Exception handling Delegates, properties, events, and indexers Attributes Multithreading Generics LINQ (Language-Integrated Query)Lambda expressions Anonymous types Extension methods Implicitly typed variables I/O, networking, and collections The preprocessor and much, much more

Java 2--Complete Reference (5th Ed.)

Java 2--Complete Reference (5th Ed.)
Herbert Schildt’s Java 2: The Complete Reference 5th Edition is apt for Computer Science Engineering and Information Technology students. The book is divided into multiple chapters so as to have a better understanding of the subject. The book covers 6th semester, 4th semester, 5th semester and 3rd semester syllabus.

Table of Contents

Part I: The Java Language
1: The Genesis of Java
2: An Overview of Java
3: Data Types, Variables, and Arrays
4: Operators
5: Control Statements
6: Introducing Classes
7: A Closer Look at Methods and Classes
8: Inheritance
9: Packages and Interfaces
10: Exception Handling
11: Multithreaded Programming
12: I/O, Applets, and Other Topics
Part II: The Java Library
13: String Handling
14: Exploring java.lang
15: java.util Part 1: The Collections Framework
16: java.util Part 2: More Utility Classes
17: Input/Output: Exploring java.io
18: Networking
19: The Applet Class
20: Event Handling
21: Introducing the AWT: Working with Windows, Graphics, and Text
22: Using AWT Controls, Layout Managers, and Menus
23: Images
24: New I/O, Regular Expressions, and Other Packages
Part III: Software Development Using Java
25: Java Beans
26: A Tour of Swing
27: Servlets
28: Migrating from C++ to Java
Part IV: Applying Java
29: The DynamicBillboard Applet
30: Image Menu: An Image-Based Web Menu
31: The Lavatron Applet: A Sports Arena Display
32: Scrabblet: A Multiplayer Word Game
Appendix A: Using Java’s Documentation Comments

Data Structures and Algorithm Analysis in C

Data Structures and Algorithm Analysis in C


Click Here to Download 
Separate 2 Books
 

C++ The Complete Reference, 4th Edition

C++ The Complete Reference, 4th Edition


Best-selling genius Herb Schildt covers everything from keywords, syntax, and libraries, to advanced features such as overloading, inheritance, virtual functions, name spaces, templates, and RTTI plus, a complete description of the Standard Template Library (STL).
Part I: The Foundation of C++: The C Subset
1: An Overview of C
2: Expressions
3: Statements
4: Arrays and Null-terminated Strings
5: Pointers
6: Functions
7: Structures, Unions, Enumerations and User-Defined Types
8: C-Style Console I/O
9: File I/O
10: The Preprocessor and Comments
Part II: C++
11: An Overview of C++
12: Classes and Objects
13: Arrays, Pointers, References and the Dynamic Allocation Operators
14: Function Overloading, Copy Constructors and Default Arguments
15: Operator Overloading
16: Inheritance
17: Virtual Functions and Polymorphism
18: Templates
19: Exception Handling
20: The C++ I/O System Basics
21: C++ File I/O
22: Run-Time Type ID and the Casting Operators
23: Name spaces, Conversion Functions and Other Advanced Topics
24: Introducing the Standard Template Library
Part III: The Standard Function Library
25: The C-Based I/O Functions
26: The String and Character Functions
27: The Mathematical Functions
28: Time, Date and Localization Functions
29: The Dynamic Allocation Functions
30: Utility Functions
31: The Wide-Character Functions
Part IV: The Standard C++ Class Library
32: The Standard C++ I/O Classes
33: The STL Container Classes
34: The STL Algorithms
35: STL Iterators, Allocators and Function Objects
36: The String Class
37: The Numeric Classes
38: Exception Handling and Miscellaneous Classes
Part V: Applying C++
39: Integrating New Classes: A Custom String Class
40: An Object-oriented Expression Parser