/Algorithms

To study some algorithms and make them available :)

Primary LanguageJava

Algorithms

This repository contains examples of algorithms, which may be written in different languages. They are free for any use :)

Implemented algorithms with languages:

Language Java Python Rust C C++ JavaScript Go C# Ruby Swift
CORDIC 👍
NthCombination 👍
CombinationIteration 👍

List of Algorithms :

  • CORDIC : Implementation of the CORDIC algorithmalso known as Volder's algorithm, is a simple and efficient algorithm to calculate hyperbolic and trigonometric functions.

  • NthCombination : Implementation that finds the nth combination of M k by k.

  • CombinationIteration : Implementation that interacts by all combinations of N k by k.

Folder structure should be [Language]/[Algorithm name]/file

License

Apache License 2.0