CSC/ECE 506 Spring 2012/ch5a ja: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
== Deletions ==
== Deletions ==
== Search ==
== Search ==
== Linked Data Structures ==
= Linked Data Structures =
=== Trees ===
== Trees ==
==== Tree Into ====
=== Tree Into ===
==== Serial Code Example ====
=== Serial Code Example ===
==== Parallel Code Solution ====
=== Parallel Code Solution ===
=== Hash Tables ===
== Hash Tables ==
==== Hash Table Intro ====
=== Hash Table Intro ===
==== Serial Code Example ====
=== Serial Code Example ===
==== Parallel Code Solution ====
=== Parallel Code Solution ===
=== Graphs ===
== Graphs ==
==== Graph Intro ====
=== Graph Intro ===
==== Serial Code Example ====
=== Serial Code Example ===
==== Parallel Code Solution ====
=== Parallel Code Solution ===
== Quiz ==
= Quiz =
== References ==
= References =

Revision as of 13:39, 23 February 2012

Chapter 5a CSC/ECE 506 Spring 2012 / ch5a

An exploration and summary of concurrency issues as it relates to linked-list based data structures such as hash tables, trees, and graphs. This topic examines concurrency problems related to each type and possible solutions to allow for parallelization.

Introduction

Linked Data Structure Conflicts

Insertions

Deletions

Search

Linked Data Structures

Trees

Tree Into

Serial Code Example

Parallel Code Solution

Hash Tables

Hash Table Intro

Serial Code Example

Parallel Code Solution

Graphs

Graph Intro

Serial Code Example

Parallel Code Solution

Quiz

References