Topic: "algorithm-efficiency"
lucianoscarpaci/Curve25519-Signatures
A SageMath implementation of Edwards-Curve Digital Signature Algorithm (EdDSA), featuring secure key generation, signing, and verification. Focused on Cryptographic Primitives and highly efficient, scalable algorithms.
Language: Jupyter Notebook - Size: 66.4 KB - Last synced at: 3 days ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

lucianoscarpaci/Randomized-Algorithm-Quicksort
This project implements an optimized version of the Quicksort algorithm in C++, using a randomized pivot selection (first or last index during the partition). Additionally, the project features a manual analysis of the algorithm's running time in the worst-case and average-case scenarios.
Language: Jupyter Notebook - Size: 1.17 MB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

lucianoscarpaci/Minimum_Spanning_Tree
A Minimum Spanning Tree with 30 nodes and vertices for optimizing Tokyo's railway station network using Prim's algorithm. This project uses both C++ and Python with run time analysis and manual calculations of MST.
Language: Jupyter Notebook - Size: 2.5 MB - Last synced at: 3 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

emmarhoffmann/Comparative-Analysis-of-Sorting-Algorithm-Efficiency
Comparative analysis of various sorting algorithm efficiency in C++, Java, and Python
Language: Java - Size: 492 KB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

paschalugwu/RSA-Factoring-Challenge
Undertook the RSA Factoring Challenge, employing algorithmic techniques to factorize numbers into prime factors, exploring both standard and advanced tasks.
Language: Python - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

naeglinghaff/algorithm_timer
A tool to time algorithms and measure their efficiency and complexity
Language: JavaScript - Size: 282 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0
