Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Elixir, made changes to Readme #341

Closed
wants to merge 10 commits into from
Closed

Adding Elixir, made changes to Readme #341

wants to merge 10 commits into from

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant