A Concise and Practical Introduction to Programming Algorithms in Java
This gentle introduction to programming and algorithms has been designed as a first course for undergraduates, and requires no prior knowledge. Divided into two parts the first covers programming basic tasks using Java. The fundamental notions of variables, expressions, assignments with type checkin...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Corporate Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
London :
Springer London : Imprint: Springer,
2009.
|
Edition: | 1st ed. 2009. |
Series: | Undergraduate Topics in Computer Science,
|
Subjects: | |
Online Access: | Texto Completo |
Table of Contents:
- I. Getting Started
- Expressions, Variables and Assignments
- Conditional Structures and Loops
- Functions and Recursive Functions
- Arrays
- II. Data-Structures & Algorithms
- Objects and Strings
- Searching and Sorting
- Linked Lists
- Object-Oriented Data-Structures
- Paradigms for Optimization Problems
- The Science of Computing
- III. Exam Review
- Exam #x0026; Solution.