Asher Engelberg - CS Portfolio

Projects

Explore some of my coding projects. Click on the links to access specific projects.

miniGPT Project

The miniGPT project is a code snippet that demonstrates text generation using a Markov chain algorithm. You can view the code snippet and learn more about how it works. View miniGPT Project

Recursive Programs

Recursive Programs is a collection of Java programs that demonstrate various recursive algorithms. You can view the code snippets and learn more about how they work. View Recursive Programs

Huffman Compression Coding

Huffman Compression is a project I did involving the compression of txt files using lossless compression. It's a type of prefix code developed by this guy Huffman at MIT in the mid-20th century. View Huffman Coding

Personal Hash Set

My Hash Set project is a behind-the-scenes coding of a custom hash set data structure. It provides the ability to store and retrieve data using a hash-based indexing system. You can explore the code and learn more about how it works. View Hash Set Project