Cargando…

Algorithms and Programming Problems and Solutions /

"Algorithms and Programming" is primarily intended for a first year undergraduate course in programming. Structured in a problem-solution format, the text motivates the student to think through the programming process, thus developing a firm understanding of the underlying theory. Although...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Shen, Alexander (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, NY : Springer New York : Imprint: Springer, 2010.
Edición:2nd ed. 2010.
Colección:Springer Undergraduate Texts in Mathematics and Technology,
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • Variables, expressions, assignments
  • Generation of combinatorial objects
  • Tree traversal (backtracking)
  • Sorting
  • Finite-state algorithms in text processing
  • Data types
  • Recursion
  • Recursive and non-recursive programs
  • Graph algorithms
  • Pattern matching
  • Games analysis
  • Optimal coding
  • Set representation. Hashing
  • Sets, trees, and balanced trees
  • Context-free grammars
  • Left-to-right parsing (LR).