Data Structures & Algorithms in Java

Data Structures & Algorithms in Java
Другая компьютерная литература, Программы
Год: 2003
Добавил: Admin 1 Авг 20
Проверил: Admin 1 Авг 20
Формат:  PDF (4170 Kb)
  • Currently 0/5

Рейтинг: 0/5 (Всего голосов: 0)

Аннотация

This book is about data structures and algorithms as used in computer programming.
Data structures are ways in which data is arranged in your computer’s memory (or stored on disk). Algorithms are the procedures a software program uses to manipulate the data in these structures.
Almost every computer program, even a simple one, uses data structures and algo-rithms. For example, consider a program that prints address labels. The program might use an array containing the addresses to be printed and a simple forloop to step through the array, printing each address.
The array in this example is a data structure, and the forloop, used for sequential access to the array, executes a simple algorithm. For uncomplicated programs with small amounts of data, such a simple approach might be all you need. However, for programs that handle even moderately large amounts of data, or which solve prob-lems that are slightly out of the ordinary, more sophisticated techniques are neces-sary. Simply knowing the syntax of a computer language such as Java or C++ isn’t enough.
This book is about what you need to know after you’ve learned a programming language. The material we cover here is typically taught in colleges and universities as a second-year course in computer science, after a student has mastered the fundamentals of programming.

Похожие книги

Комментарии к книге "Data Structures & Algorithms in Java"

Комментарий не найдено. Будьте первыми!
Чтобы оставить комментарий или поставить оценку книге Вам нужно зайти на сайт или зарегистрироваться