Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 795 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 795 Bytes

zadachi

This repo is about to contain implementation of some algorithms, puzzles and math problems; mostly in ruby and processing.

list of things

ruby

  • factorial
  • Fibonacci sequence
  • prime numbers
  • quine
  • finding PI
  • prime numbers with divider principles
  • shorter(more interesting?) quine
  • find two primes which in sum give you preset number(argument)

processing

  • Sierpinski triangle
  • game of life
  • Sierpinski triangle as L-system
  • The Koch Curve
  • The Koch Curve as L-system
  • The Mandelbrot Set

some gold links