Category Archives: Data Structures

Algorithms and Data Structures: The Basic Toolbox

Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer should know about the basic algorithmic toolbox: structures that allow efficient organization … Continue reading

Posted in Algorithms, Data Structures, Database Storage & Design, Format, djvu, pdf | Leave a comment

Fun with Algorithms: 4th International Conference, FUN 2007, Castiglioncello, Italy, June 3-5, 2007, Proceedings (Lecture Notes in Computer Science / Theoretical Computer Science and General Issues)

This book constitutes the refereed proceedings of the 4th International Conference on Fun with Algorithms, FUN 2007, held in Castiglioncello, Italy in June 2007, co-located with the 14th International Colloquium on Structural Information and Communication Complexity (SIROCCO 2007). The 20 … Continue reading

Posted in Computer Science, Data Structures, Format, pdf | Leave a comment

Algorithms and Data Structures: 10th International Workshop, WADS 2007, Halifax, Canada, August 15-17, 2007, Proceedings (Lecture Notes in Computer Science … Computer Science and General Issues)

This book constitutes the refereed proceedings of the 10th International Workshop on Algorithms and Data Structures, WADS 2007, held in Halifax, Canada, in August 2005. The 54 revised full papers presented together with 2 invited papers were carefully reviewed and … Continue reading

Posted in Computer Science, Data Structures, Format, pdf | Leave a comment

Data Structures and Abstractions with Java (2nd Edition)

Using the latest features of Java 5, this unique object-oriented presentation introduces readers to data structures via thirty, manageable chapters. KEY FeaturesTOPICS: Introduces each ADT in its own chapter, including examples or applications. Provides aA variety of exercises and projects, … Continue reading

Posted in Data Structures, Database Storage & Design, Format, Object-Oriented Design, Object-Oriented Software Design, Programming Languages, Systems Analysis & Design, pdf | Leave a comment

Data Structures and Algorithms in Java

This new book provides a concise and engaging introduction to Java and object-oriented programming with an abundance of original examples, use of Unified Modeling Language throughout, and coverage of the new Java 1.5. Addressing critical concepts up front, the book’s … Continue reading

Posted in Algorithms, Data Structures, Database Storage & Design, Format, Programming Languages, chm | Leave a comment

Data Structures Demystified (Demystified)

Whether you are an entry-level or seasoned designer or programmer, learn all about data structures in this easy-to-understand, self-teaching guide that can be directly applied to any programming language. From memory and addresses to hashtables, authors Keogh and Davidson, provide … Continue reading

Posted in Algorithms, Computers & Internet, Data Structures, Database Storage & Design, Format, chm | Leave a comment

Experimental Algorithmics: From Algorithm Design to Robust and Efficient Software (Lecture Notes in Computer Science)

Experimental algorithmics, as its name indicates, combines algorithmic work and experimentation: algorithms are not just designed, but also implemented and tested on a variety of instances. Perhaps the most important lesson in this process is that designing an algorithm is … Continue reading

Posted in Computer Science, Computers & Internet, Data Structures, Design Tools & Techniques, Format, Science & Research, pdf | Leave a comment

C++ Plus Data Structures, Third Edition

C++ Plus Data Structures is designed for a course in Data Structures where C++ is the programming language. The book focuses on abstract data types as viewed from three different perspectives: their specification, their application, and their implementation. The authors … Continue reading

Posted in C & C++ Windows Programming, C#, Computer Science, Computers & Internet, Data Structures, Database Design, Format, Languages & Tools, Mathematics, Modeling & Simulation, Software Design, Testing & Engineering, chm | Leave a comment

Multiset Processing: Mathematical, Computer Science, and Molecular Computing Points of View (Lecture Notes in Computer Science)

The multiset, as a set with multiplicities associated with its elements in the form of natural numbers, is a notation which has appeared again and again in various areas of mathematics and computer science. As a data structure, multisets stand … Continue reading

Posted in Bioinformatics, Computer Science, Computers & Internet, Data Structures, Format, Medicine & Healthcare, Science & Research, pdf | Leave a comment

Data Structures and Algorithms in Java (2nd Edition)

Data Structures and Algorithms in Java, Second Edition is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example … Continue reading

Posted in Data Structures, Database Storage & Design, Format, Languages & Tools, Modeling & Simulation, Programming Languages, pdf | Leave a comment