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
- Host: GitHub
- URL: https://github.com/lia-oliveira/beecrowd-javascript
- Owner: lia-oliveira
- Created: 2024-11-10T17:18:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T17:02:22.000Z (over 1 year ago)
- Last Synced: 2025-02-07T07:41:32.804Z (over 1 year ago)
- Topics: beecrowd, beecrowd-solutions, beginner, javascript, js
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |