Skip to content

perroned/Algorithms

Repository files navigation

Algorithms

All content here is my algorithms and solutions to computing problems I have found through common use, or are thought-of problems from competitions such as ECOO and DWITE.

All content here is released under the MIT License.

  • searches through an integer grid to find how many numbers in succession exist to compose a sum
  • reads a file with spiral written text, searches for the beginning of the text and unravels the message in a backward spiral
  • a source code formatter. Receives source code from an input file and formats the text
  • receives a set of integer dimensions used to construct an image frame
  • reads Ceasar Cipher encrypted text from a file and decrypts it
  • receives Roman Numerals and converts them to decimal to calculate the sum and display it in Roman Numerals
  • receives 2 digits (N and K), and will find the K'th digit of the arithmetic counting sequence beginning at N

About

Algorithms and solutions to computing problems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages