Skip to content

To study some algorithms and make them available :)

Notifications You must be signed in to change notification settings

pedrohcdo/Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

To study some algorithms and make them available :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages