simple_algorithms 0.0.1 copy "simple_algorithms: ^0.0.1" to clipboard
simple_algorithms: ^0.0.1 copied to clipboard

A collection of simple and common algorithms implemented in Dart.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.1 - 2025-07-17 #

Added #

  • Initial release of the simple_algorithms package.
  • Implemented CaesarCipher with encryption and decryption.
  • Implemented Fibonacci with sequence generation and Nth number calculation.
  • Implemented Palindrome checker for strings and numbers.
  • Implemented PrimeNumber checker and sequence generator (Sieve of Eratosthenes).
  • Implemented RomanConversion for decimal to Roman and Roman to decimal conversions.
1
likes
150
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A collection of simple and common algorithms implemented in Dart.

Repository (GitHub)

License

MIT (license)

More

Packages that depend on simple_algorithms