Difference between HashMap and HashTable in Java

By Avantika Singh

Hello Learners, today we are going to learn about the difference between HashMap and HashTable in Java. HashMap and Hashtable both store data in a key and value pair. Both the clas.... Read More

Print escape characters in Python

By Prathamesh Ballal

In this tutorial, we are going to learn how to print escape characters in Python. Mostly in Python, we use two escape characters. ‘\n’ -> Leaves a line ‘\tR.... Read More

Graph Representation – Adjacency List in C++

By Pranav Prakasan

This article discusses the Implementation of Graphs using Adjacency List in C++. There are two widely used methods of representing Graphs, these are: Adjacency List Adjacency Matri.... Read More

How to get the type of a variable in C++

By Vivek Kumar Jaiswal

In this tutorial, let’s discuss how to get the type of a variable in C++. One way by which we can find out is by using Type Inference which will in return, return the data ty.... Read More

Language Translator (RNN BiDirectional LSTMs and Attention) in Python

By Tushar Goel

Hey ML Enthusiasts, I hope you are safe and healthy. Do you know, how Google Translator works? So here are we. In this article, we are going to create a Language Translator using R.... Read More

Multiset in C++

By Titichh Mishra

Hi there. Today we will see how multiset works in C++. They are containers that always store elements in a specific manner. And there can be multiple elements of the same value. Al.... Read More

C++ program for best fit algorithm

By Titichh Mishra

Hello there. Today we are going to see how to implement the best fit memory allocation algorithm in C++. This strategy distributes the process to the smallest available partition w.... Read More

Add Neon Effect using CSS

By Abhilash Khuntia

Hello and welcome to this tutorial on how to add Neon Effect to your HTML link using CSS. So, for this tutorial, you should have prerequisite knowledge about HTML and CSS. So, with.... Read More