Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 845 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 845 Bytes

numworks-scripts

My numworks calculator scripts


split.py :

A function made to split an array into separated array according to the separator. This function was not built-in the calculator.


affine_cipher :

A program that can crypt a message using affine cipher, this works with the Euclide algorithm to get Bezout coefficients Keys are a,b passed as parameters in the functions dependencies : split.py


bubble_sort_data_visualisation :

A program to visualize a sorting algorithm, in that case it's the bubble sort, the most simple. But the structure can be used for any sort algorithm by changing the sort function.


integrale.py :

This program aim to approximate the value of the integral of a specific function using the rectangle method