Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.36 KB

File metadata and controls

42 lines (31 loc) · 1.36 KB

Algorithms

This is an attempt to generate more content for junior developers or those attempting to learn object oriented programming. This is currently being developed by @bahodge & @nestorsalinas88. We are taking inspiration from several sources but focusing them down to modern problems. Languages

In an effort to appeal to the most amount of people, we are developing all of these problem sets in the following languages:

  • JavaScript w/ es6 syntax
  • Ruby
  • Elixir
  • Java
  • Python

Algorithms

source

In mathematics and computer science, an algorithm is a set of instructions, typically to solve a class of problems or perform a computation. Algorithms are unambiguous specifications for performing calculation, data processing, automated reasoning, and other tasks.

Language Versions

  • Node 12.8.0
  • Ruby 2.6.3
  • Elixir 1.9.1
  • Java TBD
  • Python 3.7.x

Recommended Tools

  • Text Editors / IDEs

  • Language Version Managers

    • asdf
    • rvm - Ruby Version Manager
    • nvm - Node Version Manager