DEV Community

Cover image for Simple algorithms for javascript and beginners java
𝐁𝐚𝐛𝐢 ✨
𝐁𝐚𝐛𝐢 ✨

Posted on

Simple algorithms for javascript and beginners java

Learning to code is one thing, using that code to solve real world problems is another. Programming goes way beyond writing down functions and declaring variables. If you are like me, starting out with your stack then you'll definitely want to checkout these algorithms.

I recently came across hackerrank.com a website which provides questions (or algorithms if you like) for you to solve. There are different levels (I'm a javascript begginner lol), and there are sets of test you run your code against. You can also choose your preferred language to code in

You should try it out. It's great! Gives you a chance to think and try out different ideas to solve a problem

I recently solved a few problems in javascript (github) and java (github). They validated all their tests! 😄

Join me on ths hackerrank 30-day challenge and work that brain 🙃

Top comments (0)