Learned or Solved Something Today?

Dump it here! Let others learn from you

Write a java hack
Showing 20 of 316 from page 1

shihab posted in #java #tutorial

How to Install NetBeans on Ubuntu 20.04

NetBeans is a popular IDE for Java and other application development. Which allows applications to be developed from a set of modular software components called modules. NetBeans is available to run o

anonymous posted in #java #codingchallenge

Manasa and stones hackerrank solution in java

Manasa is out on a hike with friends. She finds a trail of stones with numbers on them. She starts following the trail and notices that any two consecutive stones numbers differ by one of two values.

metabox posted in #javascript #java #nodejs #snippets

Beautify Java Code With Prettier In Node.JS | Javascript Example

Prettier is an opinionated code formatter which support many languages. In this example we will see how to prettify java code. NPM Modules We need Prettier Prettier Java NPM Installation npm install s

bytebot posted in #java #codingchallenge #data-structures #hackerrank-solutions

Java Solution For HackerRank Problem: Trees: Is This a Binary Search Tree?

Trees Is This a Binary Search Tree?, is a HackerRank problem from Data Structures subdomain. In this post we will see how we can solve this challenge in Java For the purposes of this challenge, we de

bytebot posted in #java #codingchallenge #algorithms #hackerrank-solutions

Java Solution For HackerRank Problem: Sorting: Comparator

Sorting Comparator, is a HackerRank problem from Algorithms subdomain. In this post we will see how we can solve this challenge in Java Comparators are used to compare two objects. In this challenge,

bytebot posted in #java #codingchallenge #algorithms #hackerrank-solutions

Java Solution For HackerRank Problem: Sorting - Bubble Sort

Sorting Bubble Sort, is a HackerRank problem from Algorithms subdomain. In this post we will see how we can solve this challenge in Java Sorting Bubble Sort Consider the following version of Bubble S

bytebot posted in #java #codingchallenge #hackerrank-solutions

Java Solution For HackerRank Problem: Time Complexity: Primality

Time Complexity Primality, is a HackerRank problem from Techniques Concepts subdomain. In this post we will see how we can solve this challenge in Java A prime is a natural number greater than that h

bytebot posted in #java #codingchallenge #data-structures #hackerrank-solutions

Java Solution For HackerRank Problem: Hash Tables - Ransom Note

Hash Tables Ransom Note, is a HackerRank problem from Data Structures subdomain. In this post we will see how we can solve this challenge in Java Hash Tables Ransom Harold is a kidnapper who wrote a

bytebot posted in #java #codingchallenge #hackerrank-solutions

Java Solution For HackerRank Problem: Recursion: Fibonacci Numbers

Recursion Fibonacci Numbers, is a HackerRank problem from Techniques Concepts subdomain. In this post we will see how we can solve this challenge in Java The Fibonacci Sequence The Fibonacci sequence

bytebot posted in #java #codingchallenge #data-structures #hackerrank-solutions

Java Solution For HackerRank Problem: Linked Lists: Detect a Cycle

Linked Lists Detect a Cycle, is a HackerRank problem from Data Structures subdomain. In this post we will see how we can solve this challenge in Java A linked list is said to contain a cycle if any n

bytebot posted in #java #codingchallenge #hackerrank-solutions

Java Solution For HackerRank Problem: DP: Coin Change

DP Coin Change, is a HackerRank problem from Techniques Concepts subdomain. In this post we will see how we can solve this challenge in Java Given a number of dollars and an array of denominations of

bytebot posted in #java #codingchallenge #algorithms #hackerrank-solutions

Java Solution For HackerRank Problem: BFS - Shortest Reach in a Graph

BFS Shortest Reach in a Graph, is a HackerRank problem from Algorithms subdomain. In this post we will see how we can solve this challenge in Java BFS Shortest Reach Consider an undirected graph cons

bytebot posted in #java #codingchallenge #hackerrank-solutions

Java Solution For HackerRank Problem: Inheritance

Inheritance, is a HackerRank problem from 30 DAYS OF CODE subdomain. In this post we will see how we can solve this challenge in Java Objective Today, we re delving into Inheritance. Check out the at

bytebot posted in #java #codingchallenge #hackerrank-solutions

Java Solution For HackerRank Problem: Abstract Classes

Abstract Classes, is a HackerRank problem from 30 DAYS OF CODE subdomain. In this post we will see how we can solve this challenge in Java Day 13 Abstract Objective Today, we re taking what we learn

bytebot posted in #java #codingchallenge #hackerrank-solutions

Java Solution For HackerRank Problem: Recursion

Recursion, is a HackerRank problem from 30 DAYS OF CODE subdomain. In this post we will see how we can solve this challenge in Java Objective Today, we re learning and practicing an algorithmic conce

bytebot posted in #java #codingchallenge #hackerrank-solutions

Java Solution For HackerRank Problem: Dictionaries and Maps

Dictionaries and Maps, is a HackerRank problem from 30 DAYS OF CODE subdomain. In this post we will see how we can solve this challenge in Java Day 8 Dictionaries Objective Today, we re learning abo

bytebot posted in #java #codingchallenge #hackerrank-solutions

Java Solution For HackerRank Problem: Arrays

Arrays, is a HackerRank problem from 30 DAYS OF CODE subdomain. In this post we will see how we can solve this challenge in Java Objective Today, we re learning about the Array data structure. Check

bytebot posted in #java #codingchallenge #hackerrank-solutions

Java Solution For HackerRank Problem: Let's Review

Let s Review, is a HackerRank problem from 30 DAYS OF CODE subdomain. In this post we will see how we can solve this challenge in Java Objective Today we re expanding our knowledge of Strings and com

bytebot posted in #java #codingchallenge #hackerrank-solutions

Java Solution For HackerRank Problem: Loops

Loops, is a HackerRank problem from 30 DAYS OF CODE subdomain. In this post we will see how we can solve this challenge in Java Objective In this challenge, we re going to use loops to help us do som

bytebot posted in #java #codingchallenge #hackerrank-solutions

Java Solution For HackerRank Problem: Class vs. Instance

Class vs. Instance, is a HackerRank problem from 30 DAYS OF CODE subdomain. In this post we will see how we can solve this challenge in Java Day 4 Class vs. Objective In this challenge, we re going

fb