An open API service indexing awesome lists of open source software.

https://github.com/vadhub/modulchit

Mobile application for android, which is a visualization of some classic programming algorithms
https://github.com/vadhub/modulchit

algorithms android binary-search-tree binary-search-tree-customview customview gcd java rsa rsa-algorithm rsa-cryptography rsa-encryption sorting-algorithms

Last synced: 7 months ago
JSON representation

Mobile application for android, which is a visualization of some classic programming algorithms

Awesome Lists containing this project

README

          

# ModulChit
## study of algorithms
This application is needed for the study of algorithms through visualization.
Algorithms that are already in Google Play:
- GCDE
- Fast exponentiation
- Multiplicative group
- RSA endcrypt and decrypt
- Binary search
- Bubble sort
- Insertion sort
- Shell sort
- Quiсk sort

Screenshots:

- Menu

![alt text](https://github.com/vadhub/ModulChit/blob/master/Screenshot%20from%202022-08-17%2016-08-24.png)

- GCDE

![alt text](https://github.com/vadhub/ModulChit/blob/master/gcde1.png)

![alt text](https://github.com/vadhub/ModulChit/blob/master/gcde3.png)

- Fast exponentiation

![alt text](https://github.com/vadhub/ModulChit/blob/master/fe.png)

- Multiplicative group

![alt text](https://github.com/vadhub/ModulChit/blob/master/mg.png)

- RSA set alphabet

![alt text](https://github.com/vadhub/ModulChit/blob/master/al.png)

- RSA encrypt

![alt text](https://github.com/vadhub/ModulChit/blob/master/rsa1.png)
- RSA decrypt

![alt text](https://github.com/vadhub/ModulChit/blob/master/rsa2.png)
![alt text](https://github.com/vadhub/ModulChit/blob/master/rsa3.png)

- Binary search tree customview

![alt text](https://github.com/vadhub/ModulChit/blob/master/UY5uZqM0LZs.jpg)

- Bubble sort

![Alt Text](https://github.com/vadhub/ModulChit/blob/master/VID_20220914_180917.gif)