Skip to content

Commit

Permalink
Update Adjacent_Elements_Product.md
Browse files Browse the repository at this point in the history
Modify Adjacent_Elements_Product.md file to include source code solution in markdown file
  • Loading branch information
Brnd08 authored Jul 18, 2023
1 parent 54cf2bb commit 94b048e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AdjacentElementsProduct/Adjacent_Elements_Product.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
## Solutions:

- [JS solution](Adjacent_elements_product.js)

https://github.com/Brnd08/CodeSignalSolutions/blob/54cf2bb87059fcd5a3e248bf3a3846a650a1f37c/AdjacentElementsProduct/adjacent_elements_product.js#L1-L12
![JS Execution](adjacent_elements_product_js.png)


- [Java solution](Adjacent_elements_product.java)

https://github.com/Brnd08/CodeSignalSolutions/blob/54cf2bb87059fcd5a3e248bf3a3846a650a1f37c/AdjacentElementsProduct/Adjacent_elements_product.java#L1-L18
![Java Execution](adjacent_elements_product_java.png)

0 comments on commit 94b048e

Please sign in to comment.