Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 417 Bytes

File metadata and controls

10 lines (9 loc) · 417 Bytes

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).