Skip to content

Latest commit

 

History

History

Algorithms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Algorithms

  • Random number generators
  • Handling unreliable measurements
    • Averaging, Moving average, median
  • Bresenham
    • PiliPlop, an algorithm to move multiple processes, to reach its targets together
  • String handling, primitive string handling in variations
  • Changing the number base, instead of modifying the interpreter, this just loads on top
  • CRC generation, check whether a set of data, like a string, is unchanged and intact.
  • Networking