Skip to content

Some Java code challenges 🏆 from ¡Acepta El Reto! Web

License

Notifications You must be signed in to change notification settings

Hukex/AceptaElReto

Repository files navigation

IMG

INDEX 📋

About project⭐

Date: January-February, 2019.

This project has diferents Java solutions for challenges from https://www.aceptaelreto.com/

It was for practice Java and learn different algorithms according to the challenge to be faced.

Preview🔍

Just to prove that code works

-PistasDeAterrizaje

IMG

-Ascensor

IMG

-EscaleraDeColor

IMG

-PanicoEnElTunel

IMG

-LasCartasDelAbuelo

IMG

-CostanteDeKaprekar

IMG

-LosSaltosDeMario

IMG

Technologies💻

  • Java 8 Update 111
  • NetBeans 8.2

Setup🔧

-Install Java

-Clone this repository

git clone https://github.com/Hukex/AceptaElReto.git

-Now open a bash/cmd/powershell on the cloned folder and run the next command to create a class file

javac FileName.java

It will create a .class file so Ascensor.java --> Ascensor.class

Example

IMG

Usage📋

Now with the .class files just execute the .class you want with the next command

java FileName

NOT ADD .CLASS

Example

IMG

Status⚪

Finished.

It was for practice so it's done.

Contact📞

My name is Fernando, you can contact me if you desire!

😃 Thanks for reading. 👋

About

Some Java code challenges 🏆 from ¡Acepta El Reto! Web

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages