Skip to content

Solutions developed by me to most of the programming challenges included in JetBrains Academy/Hyperskill's Java Developer track.

Notifications You must be signed in to change notification settings

remixtures/hyperskill_java_challenges

Repository files navigation

Before my free subscription runs out, I'm collecting all the challenges I solved within the Java Developer path of JetBrains Academy/Hyperskill. There must be something like more than a thousand. Some of the topics are still missing, but I intend to add all the missing challenges before the end of the year.

Initially my goal was to complete all of the topics of the Java Developer path as well as all of the problems, but as they kept including more and more content, it kept getting more and more difficult to achieve that goal :-D

Topics included:

  • Basic syntax;
  • Collections;
  • Design patterns;
  • Essential standard classes;
  • Exception handling;
  • File processing;
  • Functional programming;
  • Generics;
  • Implementation of basic algorithms;
  • IOStreams;
  • Logging;
  • Multithreading;
  • Objected-oriented programming;
  • Regular expressions;
  • Swing;
  • Testing tools and libraries;