Java program to compare if 2 strings are anagram using sort() and equal() method. Two resembling strings are said to be anagram otherwise not .
Sudoku is a logic-based combinatorial number-placement puzzle. In this packet, the C++ programming language is used to solve the Sudoku game.
It is a Log In System using C++. It includes Registration and Login for non-existing and existing users respectively.
This Python code is used to generate CV . By using this you can save your time to create your own CV , you can also make some changes in this code it will modify in your docx file .
In this article, we are going to learn Binary Search Tree and implementation of few operations on BST using C++ .
This code is written in the C++ programming language. This code accepts input as text and converts it into speech.
The virtual assistant named 'DBX' makes use of speech_recognition, pyttsx3, and pywhatkit python modules for listening, converting speech-to-text, and search for text on the web.
Printing patterns of triangles made with series of numbers using the fundamental concepts of PYTHON like print function and for loop only.
Building a Coin Toss program using the rand() function of the pseudo-random algorithm in C++
This is a C++ code which helps in detecting a pattern in a given string in a very efficient way. It takes two strings as input. First input is the pattern and the next one is the string(Text).
In this article, we are going to learn how to find the square root of a non-perfect square number without using a predefined function in C++.
A simple website to play Ping Pong game with animation, made using HTML, CSS, and JavaScript.