Solution to data structures and algorithms problem in Kotlin/Java/Python

Collection of Data Structures and Algorithms solutions – GitHub – realpacific/algorithms: Collection of Data Structures and Algorithms solutions… Read more

Similar

Java 8: New features in ConcurrentHashMap

The java.util.concurrent got a massive overhaul with the release of Java 8. We’ve been introduced to whole new classes like CompletableFuture that brought a long awaited improvement to asynchronous work. We’ve also seen a lot of...

Read more »

Jshell: exploring Java 9 REPL

Remember the days when you need to write at least one class to test a small snippet of Java code ?! well, this days will be soon from the past once java 9 is released. JShell is the first official Java REPL (Read-Eval-Print-Loop), a command line tool that... (more…)

Read more »