<% String lastName = (String)session.getAttribute("lastName"); if (lastName == null) { request.setAttribute("fail", true); request.getRequestDispatcher("index.jsp").forward(request, response); } %> Estructuras de datos y algoritmos I
Semestre 2020-2

Bibliografía

  • Andrew S. Tanenbaum. (2000). Organización de Computadoras. Un Enfoque Estructurado. México: Prentice Hall.
  • Osvaldo Cairó / Silvia Guardati. (2016). Estructuras de datos. México: Mc Graw Hill.
  • Brian W. Kernighan, Dennis M. Ritchie. (1991). El lenguaje de programación C. USA: Pearson Education.
  • Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein. (2002). Introduction to Algorithms. London, England: The MIT Press and McGraw-Hill.
  • Steven S. Skiena. (2008). The Algorithm Design Manual. New York, USA: Springer.

Referencias