Algorithm

Algorithm Introduce 2 - Abstract Data types and Hash Tables

Abstract Data Type What is the abstract data type? Specification of a data structure in terms of the operations it needs to support. Just a concr

Algorithm Introduce1-Basic Data Structure

Algorithm Introduce What is a good Algorithm? (Cite from: Brian C. Dean ) Always terminates and produces correct output. Make efficient use of computational resources. Minimizes running time, memory usage, processors, bandwidth, power consumed, heat produced. Is simple to describe, understand, analyze, implement, and debug