Analysis of algorithms

Contains ads
1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

An application that allows you to visually see the work of some classical algorithms. To work with the application, you do not need to take out a sheet, pencil or calculator, just enter values, for example, an array of numbers and press a button, and the application will do all the dirty work for you and display the result in a user-friendly form.

Algorithms in the application:
- Extended Euclid algorithm (GCD Extended);
- Fast exponentiation modulo n;
- Multiplicative group of residue ring modulo n;
- RSA algorithm, namely its encryption and decryption;
- Binary search;
- Bubble sort;
- Sorting by inserts;
- Shell sort;
- Quick sort;
- Selective sorting;

In the GCDE, fast exponentiation, and multiplicative group algorithms, the result is provided in tabular form, and each element of the table can be clicked to get a detailed calculation result.

In the RSA algorithm, you can set your own values ​​for the letters of the alphabet, encrypt and decrypt. The whole result is displayed as a small report, where you can see step by step how the word was encrypted and decrypted.

All sorting algorithms are animated and visual. You can enter your array values ​​and run the animation and see the log at the bottom of the screen.

Binary search demonstrates how the algorithm works by visualizing looking up an element in the array you enter.

I'll leave a link here if you're interested in how the app works from the inside.
GitHub: https://github.com/vadhub/ModulChit

For cooperation: gabderahmanov99@gmail.com.
All the best!
Updated on
Sep 18, 2023

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
This app may share these data types with third parties
Device or other IDs
No data collected
Learn more about how developers declare collection
Data is encrypted in transit
Data can’t be deleted

What's new

New update!

Binary search design has been changed.
Now only light theme.