summaryrefslogtreecommitdiff
path: root/src/01/02a/README.md
blob: 41a842ccb16ffae06ca23e90736a2aed654d271c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Learning Profile for Assignment #1 - Question #2a - Computer Science 272: Data Structures and Algorithms

Name: Mo Khan
Student ID: 3431709

## Problem Statement

Swap two adjacent elements in a list by adjusting only the links (and not the data) using singly-linked list.

## Description of the Code
## Errors and Warnings
## Sample Input and Output
## Discussion