start
Jeffrey Bergamini Assignment Portfolio
This site serves to demonstrate some of the programming assignments in my courses in recent academic years.
Please have a look!
- Path Finding — Searching a road network for shortest paths (Python)
- Longest Grid Word — Recursively finding the longest word in a grid (Python)
- IPA Pronunciation — Translating words to their international phonetic alphabet pronunciation (Python)
- Poker Hand — Modeling poker hands as objects (Python)
- Recursive Fractal Generation — Using recursion to generate a fractal image (Python)
- A Wordle Guesser! — Communicating with a web service and writing an automated Wordle solver/guesser (Python)
- n-grams! — Decomposing text to word n-grams and compiling some basic statistics about them (Python)
- Scrabble® Generators — Using the game of Scrabble® as context for writing generator functions and using generator expressions in Python
- Circle World Game Actor — A simple demonstration of modeling an actor in a game world (Python)
- Pursuing an Efficient Word Search — Solving word searches with computational complexity in mind (Python)
- Leveraging the STL to Estimate English Text Readability — Assessing text for estimated age/education required to read it (C++)
- Protein Bioinformatics — Modeling proteins as objects (C++)
- Graphing a PCM Waveform — Working with explicitly binary data (PCM waveforms and pixels) (C++)
- Recursion Regarding Recurrence Relations — Using recursion to demonstrate the characteristics of some recurrent mathematical sequences (C++)
- Rhyming Dictionary — Using a pronunciation dataset to implement a rhyming dictionary (C++)
- HSV Color Class — Modeling HSV colors as objects convertible to RGB (C++)
- Bitmap Image Modification — Using knowledge of the BMP file format to apply some fundamental image filters (C++)
- Profiling via Decoration — Implementing a function-call profiler via decorator (Python)
- Generator Functions and Infinite Sequences — Writing generator functions to demonstrate the characteristics of some recurrent mathematical sequences (Python)
start.txt · Last modified: 2024-05-16 11:24 by Jeffrey Bergamini