How to sort all 0s ,1s and 2s in an array in Java

By Darshna Patil

Today we are going to see an array sorting problem which is how to sort all 0s, 1s and 2s in an array in Java. Here we will sort an array full of only 0s, 1s and 2s only. The probl.... Read More

strictfp Keyword In Java

By Priyam Patel

In this tutorial, we will be studying the “strictfp” keyword in Java. Also, we will be looking forward to where is it basically used. We will be further understanding o.... Read More

Image Classification in Python using CNN

By Sai Ram

Hey everyone, today’s topic is image classification in python. Humans generally recognize images when they see and it doesn’t require any intensive training to identify.... Read More

SVM Parameter Tuning using GridSearchCV in Python

By Prakhar Gupta

In this tutorial, we learn about SVM model, its hyper-parameters, and tuning hyper-parameters using GridSearchCV for precision. Support Vector Machine algorithm is explained with a.... Read More

Tkinter pack() , grid() Method In Python

By Jitendra Kumar

In this tutorial, we will discuss some basic functions that are used in GUI (Graphical User Interfaces) in Python using Tkinter. Tkinter is the standard GUI library for Python. In .... Read More

StringTokenizer class in Java

By Anubhav Srivastava

Hi coders! In this tutorial, we are going to learn the StringTokenizer class in Java. StringTokenizer class is used to break a string into parts. Individual part of the string is k.... Read More

PriorityQueue in Java

By Anubhav Srivastava

Hi coders! In this tutorial, we are learning about the PriorityQueue in Java. Since PriorityQueue is a Queue which follows First-In-First- algorithm but the PriorityQueue comes int.... Read More

Shake an image on hover using CSS

By Utkarsh Tiwari

Hey Folks, I am up with another interesting tutorial of CSS. In this tutorial, we will learn how to shake an image using CSS when hover on the image. So you must have seen ads on m.... Read More

Related Posts