Skip to content

Latest commit

 

History

History

Java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Java

Although Java is not a primary candidate for scientific computing, let alone for high performance computing, it has nevertheless been used for that purpose.

What is It?

  1. ConcurrentPi: illustration of computing using multiple threads.
  2. DataStructures: some illustrations of the data structures in Java's standard library.
  3. DesignPatterns: some design patterns illustrated (work in progress).