Nielsen, Frank

人物简介:

暂无相关内容,正在全力查找中


A Concise and Practical Introduction to Programming Algorithms in Java书籍相关信息

  • ISBN:9781848823389
  • 作者:Nielsen, Frank
  • 出版社:Springer London Ltd
  • 出版时间:2009-4
  • 页数:280
  • 价格:$ 45.14
  • 纸张:暂无纸张
  • 装帧:暂无装帧
  • 开本:暂无开本
  • 语言:暂无语言
  • 适合人群:Students in computer science or related fields, software developers, self-learners interested in Java, beginners to intermediate programmers, IT professionals looking to improve their algorithmic skills
  • TAG:Software Development / Algorithms / Java programming / Computer Science Education / Data Structures
  • 豆瓣评分:暂无豆瓣评分
  • 更新时间:2025-05-17 00:18:28

内容简介:

"A Concise and Practical Introduction to Programming Algorithms in Java" has two main goals. The first is for novice programmers to learn progressively the basic concepts underlying most imperative programming languages using Java. The second goal is to introduce new programmers to the very basic principles of thinking the algorithmic way and turning the algorithms into programs using the programming concepts of Java. The book is divided parts and includes: the fundamental notions of variables; expressions and assignments with type checking; conditional and loop statements; explanation of the concepts of functions with pass-by-value arguments and recursion; fundamental sequential and bisection search techniques; and, basic iterative and recursive sorting algorithms. Each chapter of the book concludes with a set of exercises to enable students to practice concepts covered.