Pinned Repositories
Anagrams
Generates all possible anagrams of an inputted string. Complete with unit tests!
bowling-kata
Calculates bowling score. Unit tests included.
cme211-lalyman
All CME 211 Coursework
CME211_HW_3
CountCoints
Recursive solution to count the number of ways to make change (given quarters, dimes, nickles, and pennies).
game-of-life
Here is Conway's Game of Life in C#. The main includes the classic "pulsar", which repeats after 3 generations.
Gilded-Rose-Kata
The original exercise is found here: https://github.com/NotMyself/GildedRose
lin-alg-workshop
This is the accompanying code to the course Linear Algebra in the ICME Summer Workshops in Data Science (2021) series, taught by Professor Margot Gerritsen and Laura Lyman. This code is also featured in the 2021 Women in Data Science (WiDS) workshop series, "What Would We Do Without Linear Algebra?"
peercode
PrimeFactorization
Produces the prime factors of a given integer.
lalyman's Repositories
lalyman/lin-alg-workshop
This is the accompanying code to the course Linear Algebra in the ICME Summer Workshops in Data Science (2021) series, taught by Professor Margot Gerritsen and Laura Lyman. This code is also featured in the 2021 Women in Data Science (WiDS) workshop series, "What Would We Do Without Linear Algebra?"
lalyman/Anagrams
Generates all possible anagrams of an inputted string. Complete with unit tests!
lalyman/bowling-kata
Calculates bowling score. Unit tests included.
lalyman/cme211-lalyman
All CME 211 Coursework
lalyman/CME211_HW_3
lalyman/CountCoints
Recursive solution to count the number of ways to make change (given quarters, dimes, nickles, and pennies).
lalyman/game-of-life
Here is Conway's Game of Life in C#. The main includes the classic "pulsar", which repeats after 3 generations.
lalyman/Gilded-Rose-Kata
The original exercise is found here: https://github.com/NotMyself/GildedRose
lalyman/peercode
lalyman/PrimeFactorization
Produces the prime factors of a given integer.
lalyman/roman-numerals
Converts a base-ten integer to a Roman numeral.
lalyman/stat494
This is the course repository for STAT 494 (Research Seminar in Statistics) at Macalester College in Spring, 2023.