An open API service indexing awesome lists of open source software.

https://github.com/dipto9999/visual_studio_exploration

Visual Studio Programs with Unit Test Framework
https://github.com/dipto9999/visual_studio_exploration

algorithms c cpp data-structures unittest visual-studio-2019

Last synced: about 2 months ago
JSON representation

Visual Studio Programs with Unit Test Framework

Awesome Lists containing this project

README

          

# Beyond CPSC 259 : Data Structures & Algorithms

## Contents

* [Overview](#Overview)
* [Exercises](#Exercises)
* [Projects](#Projects)
* [Modifications](#Modifications)
* [Unit Tests](#Unit-Tests)
* [Policy](#Policy)

## Overview

This repository contains solutions to **C** programming exercises in the **Visual Studio 2019 IDE**.

### Exercises

* [Prime Numbers](Prime_Numbers)
* [Strings](Strings)
* [Pointers](Pointers)
* [Recursion](Recursion)
* [QuickSort Pivot](QuickSort_Pivot)

### Projects

* [Fourier Analysis](Fourier_Analysis)
* [DNA Analyzer](DNA_Analyzer)
* [Airplane Linked List](Airplane_Linked_List)
* [Maze Solver](Maze_Solver)

## Modifications

These **Visual Studio** projects were originally completed as lab exercises for CPSC 259 - Data Structures and Algorithms for Electrical Engineers, which is a course at the University of British Columbia. However, these projects were modified to deviate from the original submissions. In their current form, they are largely a personal exploration of the **C/C++** language features in the **Visual Studio IDE**.

### Unit Tests

In order to verify the functionality of these **C** programs, I developed unit test files in **C++**. This involved extensive coverage of the edge cases of each function tested.

## Policy

I have read and understood the plagiarism policies at http://www.cs.ubc.ca/~tmm/courses/cheat.html and I understand that no excuse for plagiarism will be accepted.