An open API service indexing awesome lists of open source software.

https://github.com/lia-oliveira/beecrowd-javascript

Beecrownd JS solutions
https://github.com/lia-oliveira/beecrowd-javascript

beecrowd beecrowd-solutions beginner javascript js

Last synced: about 1 year ago
JSON representation

Beecrownd JS solutions

Awesome Lists containing this project

README

          

# JavaScript - Beecrowd

Beecrowd used to be just a coding challenge platform called URI Judge. Now, it’s a community where challenges and competitions still exist, but it has also become a talent recruitment platform. It’s free and promotes learning through coding competitions. Visit, explore, and join in!

## Why do I use this type of platform?

I find that I can stay focused longer when I'm writing code, and I often discover new ways of doing things. I encounter alternative solutions that I wouldn't consider otherwise, simply because I'm used to a certain way of coding.

This repository is simply a record of solutions that have been approved by the platform. The code here will not run in an IDE without adjustments in the data input section.

## Solutions

Total: 2 of 334

| Status | Number | Title |
|:--: |:--: |-- |
| ✅ |1000 |[Hello World!](./1000-hello-world.js) |
| ✅ |1001 |[Extremely Basic](./1001-extremely-basic.js) |
| ✅ |1002 |[Area of a Circle](./1002-area-of-a-circle.js) |
| ✅ |1003 |[Simple Sum](./1003-simple-sum.js) |
| ✅ |1004 |[Simple Product](./1004-simple-product.js) |
| ✅ |1005 |[Average 1](./1005-average1.js) |
| ✅ |1006 |[Average 2](./1006-average2.js) |
| ✅ |1007 |[Difference](./1007-difference.js) |
| ✅ |1008 |[Salary](./1008-salary.js) |
| ✅ |1009 |[Salary with bonus](./1009-salary-with-bonus.js) |
| ✅ |1010 |[Simple Calculate](./1010-simple-calculate.js) |
| ✅ |1011 |[Sphere](./1011-sphere.js) |
| ✅ |1012 |[Area](./1012-area.js) |
| ✅ |1013 |[The greatest](./1013-the-greatest.js) |
| ✅ |1014 |[Consumption](./1014-consumption.js) |
| ✅ |1015 |[Distance Between Two Points](./1015-distance-between-two-points.js) |
| ✅ |1016 |[Distance](./1016-distance.js) |
| ✅ |1017 |[Fuel Spent](./1017-fuel-spent.js) |