Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 312 Bytes

File metadata and controls

9 lines (7 loc) · 312 Bytes

Algorithms

List with their corresponding explanations:

  1. 10by10:
  • creating a 10 X 10 array displaying random string of letters
  1. Sieve of Eratosthenes:
  • Popular technique to find prime numbers from 2 to a given number 'n'
  • Name from the process of sieving: remove multiple consecutive numbers.