Skip to content

rayashi/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commons Algorithms

Requirements

  • Python 3.6

Packages

  • fibonacci - There are three diferents approaches in order to solve the problem: recursive, recursive using memoize, and a bottom up with memoized.

  • tape_equilibrium - Given a non-empty array A of N integers, returns the minimal difference that can be achieved.

  • hourglass - Calculate the hourglass sum for every hourglass in , then print the maximum hourglass sum.

  • permutation_check - Given an array A, returns 1 if array A is a permutation and 0 if it is not.

  • pile_of_cubes - Being given m can you find the number n of cubes you will have to build?

About

Implementation of some good algorithms with severals approaches

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages