streamlined2 / FuzzyNumericWorks

An assortment of basic algorithms implemented in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FuzzyNumericWorks

An assortment of basic algorithms implemented as Java stream collectors and predicates

  1. Quicksort, Bubblesort, Insertion & Selection sort
  2. Pascal triangle
  3. Set of prime numbers
  4. Set of lucky numbers
  5. Decimal fraction period
  6. Palindrome number
  7. Set of Fibonacci numbers
  8. GCD and LCM
  9. Input stream number frequency collector