Skip to content

A mix of different algorithms I'm experimenting with

Notifications You must be signed in to change notification settings

rodnavarro/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Euclid.js

An implementation of the Euclid Algorithm, to find the greatest common divisor for an array of integers.

Neighbors_stats.js

Imagining we have an array of neighbors, like this [1,1,1,0,1,1,1,1], when 1 represent the lights are on, and 0 represent the lights are off, this algorithm will apply different rules depending on the state of every light, for several iterations

Palindrome Words

This one just says if the word is a palindrome word or not. A palindrome word can be written the same way from begining to end, or end to begining

About

A mix of different algorithms I'm experimenting with

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published