Archive

Archive for the ‘Algorithms’ Category

Schaum’s Outline of Data Structures with Java, 2ed (Schaum’s Outline Series)

March 10th, 2010

Title: Schaum’s Outline of Data Structures with Java, 2ed (Schaum’s Outline Series)

Authors: John Hubbard

Description Read more…

Algorithms, Books IT

Algorithms in Java (Third Edition)

March 1st, 2010


Algorithms in Java (Third Edition)
Publisher: Addison Wesley | ISBN: 0201361205 | edition 2002 | CHM | 768 pages | 11,2 mb

This edition of Robert Sedgewick’s popular work provides current and comprehensive coverage of important algorithms for Java programmers. Michael Schidlowsky and Sedgewick have developed new Java implementations that both express the methods in a concise and direct manner and provide programmers with the practical means to test them on real applications. Read more…

Algorithms, Books IT, Java

UML for the IT Business Analyst: A Practical Guide to Object-Oriented Requirements Gathering

February 23rd, 2010


Title: UML for the IT Business Analyst: A Practical Guide to Object-Oriented Requirements Gathering
Authors: Howard Podeswa
Description Read more…

Algorithms, Architecture, Books IT, Business, Programming Language

Accelerated C# 2010

February 23rd, 2010


Title: Accelerated C# 2010
Authors: Trey Nash
Description Read more…

Algorithms, Books IT, C#, Programming Language

Accelerated Silverlight 3 (Books for Professionals by Professionals) ( Book + Source Code)

February 23rd, 2010


Title: Accelerated Silverlight 3 (Books for Professionals by Professionals)
Authors: Jeff Scanlon
Ashish Ghoda
Description Read more…

Algorithms, Architecture, Books IT, Graphics and Design, Web Development

Data Structures in Java: A Laboratory Course

August 14th, 2009


A lab manual that walks computer science students through the implementation of data structures and the application of algorithms. It assumes students have a background in C, C++, or Java. The text introduces the use of classes to implement a simple ADT and also covers more complex Java language features (e.g., abstract window toolkit, cloning, inh Read more…

Algorithms, Java