Purchase Solution

C# Doubly Linked List

Not what you're looking for?

Ask Custom Question

Hi. I need some help with a c# doubly linked list program. I previously had code for a doubly linked list but this a little different in the way it should be implemented.

1. Using C# generics, write a doubly-linked list that can store any type of data. Do NOT use a built-in C# data structure or class (or any other pre-made implementations from another library). Write a small console application that adds 5 items (named Item1, Item2, Item3, Item4 and Item5) to the list and then navigates through each item in both directions using a foreach loop. You do not have to have user input. In other words, you can create the linked list and programmatically add the data to it.

Purchase this Solution

Solution Summary

This solution contains a doubly-linked list that can store any type of data, it also includes instructions to add notes, print forward and backward.

Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

C# variables and classes

This quiz contains questions about C# classes and variables.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.