Skip to content

CSE 2383 Data Stuctures and Analysis of Algorithms Honors Project

Notifications You must be signed in to change notification settings

jackfletch/CSE2383-SkipList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE2383-SkipList

This project was an honors requirement for CSE 2383 Data Stuctures and Analysis of Algorithms at Mississippi State University.

C++ Data Structure Implementations

Available here: C++

Implements the skip list, binary search tree, and linked list data structures.

Data Analysis

For the submitted project, the analysis was conducted using R. I later replicated the analysis using Python as a learning exercise. As a result, the two implementations are identical (excluding unreplicatable plot aesthetic options).

R

using R 3.3.2 and the ggplot2 package.

Python

using Python 3.4 and the matplotlib, pandas, and numpy packages.

About

CSE 2383 Data Stuctures and Analysis of Algorithms Honors Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published