Skip to content

chopov1/AlgorithmsFA22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms Portfolio

My name is Mack Pearson-Muggli and this repo contains code for my Algorithms class at Columbia College.


Sorting Algorithms

Implementation and description of 6 different sorting algorithms in C#.

https://github.com/chopov1/AlgorithmsFA22/tree/main/SortingAlgorithms

Fisher Yates Shuffle

The project FYshuffle demonstrates my understanding of the fisher yates shuffle. An algorithm used to shuffle values of an array by swapping indexes. It reads text data from the file "TextFile.txt" puts it into an array and shuffles it.

Data Structures

I created an application to demonstarte my knowledge of data structures. In the comments of the code I compare and contrast benefits of both and explain how a map for example might be better then an array in certain circumstances.

Big O notation

This is a simple program in c++ containing a few functions all with different run times.

About

code for school

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors