Program efficiency and data structures

  • Authors:
  • Moshe Augenstein;Aaron Tenenbaum

  • Affiliations:
  • Department of Computer & Information Science, Brooklyn College, Brooklyn, New York;Department of Computer & Information Science, Brooklyn College, Brooklyn, New York

  • Venue:
  • SIGCSE '77 Proceedings of the eighth SIGCSE technical symposium on Computer science education
  • Year:
  • 1977

Quantified Score

Hi-index 0.00

Visualization

Abstract

Program efficiency is usually considered from the point of view of optimizing code. Selecting a proper data structure can have a remarkable effect on the efficiency of the final program. In this paper it is shown how one problem can be solved in several ways using several different data structures. The efficiency of the programs depend on the data structures selected.