Skip to content

Sulay35/numworks-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My numworks calculator scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages