Sciweavers

289 search results - page 2 / 58
» Teaching data structure design patterns
Sort
View
ITNG
2007
IEEE
14 years 15 days ago
Super Iterator A design pattern for Algorithm and Data structure collections
The Super Iterator pattern, like the standard Iterator pattern, traverses an unknown data structure without exposing that structure. With the standard Iterator pattern, clients mu...
Andre Oboler, Charles Twardy, David W. Albrecht
IV
2007
IEEE
366views Visualization» more  IV 2007»
14 years 15 days ago
Algorithm Visualization in Teaching Spatial Data Algorithms
Algorithm visualization is a widely–used tool for teaching data structures and algorithms. Spatial data algorithms are algorithms that are designed to process multidimensional d...
Jussi Nikander, Juha Helminen
SIGCSE
2009
ACM
151views Education» more  SIGCSE 2009»
14 years 6 months ago
A CS unplugged design pattern
"Computer Science (CS) Unplugged"is an educational method for introducing non-specialists to concepts of CS through hands-on activities that don't require the use o...
Tomohiro Nishida, Susumu Kanemune, Yukio Idosaka, ...
IDEAL
2003
Springer
13 years 11 months ago
Improving the Efficiency of Frequent Pattern Mining by Compact Data Structure Design
Mining frequent patterns has been a topic of active research because it is computationally the most expensive step in association rule discovery. In this paper, we discuss the use ...
Raj P. Gopalan, Yudho Giri Sucahyo

Book
747views
15 years 2 months ago
Data Structures and Algorithms with Object-Oriented Design Patterns in C++
"This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built. To develop a solid unders...
Bruno R. Preiss