Skip to content

A Java application that simulates the Brownian motion of particles.

License

Notifications You must be signed in to change notification settings

gajduk/brownian-motion-demo

Repository files navigation

Brownian Motion demo

This is a simulation of the Brownian motion of a big particle (dust particle) that collides with a large set of smaller particles (molecules of a gas) which move with different velocities in different random directions.

Also contains a custom implementation of an efficient PrioirityQueue that supports generics.

Made after instruction from the course on Algorithms And Data Structures 1 from Princeton University..

Here are some images from the demo

alt tag

alt tag

About

A Java application that simulates the Brownian motion of particles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages