Entry Nguyen:1998:DPD from sigcse1990.bib

Last update: Wed Sep 26 02:07:32 MDT 2018                Valid HTML 4.0!

Index sections

Top | Symbols | Numbers | Math | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

BibTeX entry

@Article{Nguyen:1998:DPD,
  author =       "Dung Nguyen",
  title =        "Design patterns for data structures",
  journal =      j-SIGCSE,
  volume =       "30",
  number =       "1",
  pages =        "336--340",
  month =        mar,
  year =         "1998",
  CODEN =        "SIGSD3",
  DOI =          "https://doi.org/10.1145/274790.274325",
  ISSN =         "0097-8418 (print), 2331-3927 (electronic)",
  ISSN-L =       "0097-8418",
  bibdate =      "Sat Nov 17 16:56:29 MST 2012",
  bibsource =    "http://portal.acm.org/;
                 http://www.math.utah.edu/pub/tex/bib/sigcse1990.bib",
  abstract =     "Design patterns provide ways to structure software
                 components into systems that are flexible, extensible,
                 and have a high degree of reusability. The state
                 pattern, the null object pattern, and the singleton
                 pattern are used to implement common data structures
                 such as lists and trees. These patterns help narrow the
                 gap between the abstract views of the data structures
                 and their concrete implementations. The smaller the
                 gap, the higher the level of abstraction. The more
                 abstract, the less complex the coding structure. As a
                 result, algorithms are easier to understand and more
                 manageable. This paper advocates teaching the above
                 design patterns in data structures courses.",
  acknowledgement = ack-nhfb,
  fjournal =     "SIGCSE Bulletin (ACM Special Interest Group on
                 Computer Science Education)",
  journal-URL =  "http://portal.acm.org/browse_dl.cfm?idx=J688",
}

Related entries