Skip to content

ray314/Assignment-1-DSA

Repository files navigation

Assignment-1-DSA

This was done for my Data Structures and Algorithms paper at AUT

LinkedSet and LinkedRRSet

image image

This program above was making a LinkedSet and LinkedRRSet. LinkedSet is an linked list implementation but with a set so it cannot contain duplicates.

Hot Plate

image

Each element in the grid is a thread and its temperature is accessed by other threads as well. The other threads would be the neighbours of that element. The threads are synchronized so that they do not run into race conditions.

Clicking on an element will apply the temperature

hotplate gui

The temperature slider represents how much temperature to apply and the heat constant the rate of application.

About

Assignment for Data Structures and Algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages