Skip to content

Conversation

@TestingGround00
Copy link

Description of changes

  1. Adding a few elixir scripts

    • CalculatePi.ex --> Approximate a value of pi
    • FactorialIterative.ex --> Returns a factorial for a given n, in an iterative manner.
    • FactorialRecursive.ex --> Returns a factorial for a given n, in an recursive manner.
    • FibonacciIterative.ex --> Returns a Fibonacci value for a given n, in an iterative manner.
    • FibonacciRecursive.ex --> Returns a Fibonacci value for a given n, in a recursive manner.
    • MaxRecursive.ex --> Find largest value in a list.
  2. Added elixir logo

  3. Updated README.md

    • Added a column for Elixir in each table.
    • Mapped the scripts.
    • Replaced references to multiple online compilers with one singular compiler.
    • Added instructions on how to access compiler sites for each language.
    • Centered the title.
    • Added the Back to top button.
    • Finally, linked each topic/item to its specific site.
> CalculatePi.ex -- Approximate a value of pi > FactorialIterative.ex -- Returns a factorial for a given n, in an iterative manner. > FactorialRecursive.ex -- Returns a factorial for a given n, in an recursive manner. > FibonacciIterative.ex -- Returns a Fibonacci value for a given n, in an iterative manner. > FibonacciRecursive.ex -- Returns a Fibonacci value for a given n, in a recursive manner. > MaxRecursive.ex -- Find largest value in a list.
uploaded elixir logo in an svg format. Image credit: data: https://images.app.goo.gl/hXetArnAXmAZsDW18
Added a column for Elixir in each table. Mapped the scripts. Replaced references to multiple online compilers with one singular compiler. Added instructions on how to access compiler sites for each language. Finally, linked each topic/item to its specific site.
Fixed back to top mapping
Centered the title. Fixed the Back to top reference clearly.
@TestingGround00
Copy link
Author

Need to add more things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant