Explore projects
-
THIS IS NOT WHERE TO FIND COURSE MATERIAL. All of the course material is found on Canvas. Here you can track any changes that I've made to the course material throughout the quarter.
Updated -
The purpose of this program is to implement a binder that uses stacks and queues to store todo items. The data structures of this program are stack and queue. The stack in the program is implemented using a linear linked list of arrays. Each element in the linked list represents a binder and contains an array to store the todo items. The queue is implemented using a circular linked list. Each node in the linked list represents a todo item.
Language : C++
Updated -
Updated
-
Collection of all of my programming assignments from CS163: Data Structures and Algorithms
Updated -
THIS IS NOT WHERE TO FIND COURSE MATERIAL. All of the course material is found on Canvas. Here you can track any changes that I've made to the course material throughout the quarter.
UpdatedUpdated -
The purpose of this program is to sort user's information about travel destinations in a structured way. Using a binary search tree, as the primary data structure, to organize the destinations. The binary search tree allows for efficient retrieval of the destinations and can display them in sorted order.
Language: C++
Updated -
Updated
-
THIS IS NOT WHERE TO FIND COURSE MATERIAL. All of the course material is found on Canvas. Here you can track any changes that I've made to the course material throughout the quarter.
(If you're wondering about the URL, CS 320 is the old name for CS 358, I just haven't fully updated my course setup scripts for the new course number yet.)
Updated -
Updated
-
Updated
-
Updated
-
Updated
-
THIS IS NOT WHERE TO FIND COURSE MATERIAL. All of the course material is found on Canvas. Here you can track any changes that I've made to the course material throughout the quarter.
Updated -
Updated
-
Updated
-
Amiel Iliesi / cs333-001-final_project
MIT LicenseSimple instant messaging application for Elements of Software Engineering (Spring 2024)
Updated -
Updated
-
Updated