TicTacToe is a game where two players to put Xs and Os in compartments of a matrix. It is made using 3x3 matrix.
In this tutorial, you will learn stack methods like push(), pop(), and how to use vector over array for avoiding wastage of memory.
This is a C++ program to find the smallest element in the array. with the help of the loop, we are going to execute this program.
It is a complete web development project in JavaScript and PHP in which students can easily login and gain knowledge by reading books
This is a C++ Program to Sort Elements of an Array in Ascending Order/Increasing Order with the help of the sort() function, we are going to execute this program
Here the user can perform all the tasks like creating an account, deposit amount, withdraw amount, listing all acount holders detail, and close an account.
An action Game Website built using pure HTML, CSS and JavaScript without using any eternal library.
This streamlit application is implemented to visualise the data and the predictions made by a neural network model. This packet includes the Python code and the dataset.
This is a chatbot developed using Python. The chat bot carries conversation with the user and offers mental heath support.
In this tutorial, we will learn how to remove duplicate characters from a given string using the Java program. We will learn it using recursion method.
This is a password strength checker built using Python language. It takes the password as input and result the review of the strength of the password created.
This is a C++ Program to Sort Elements of an Array in Descending Order with the help of the sort() function, we are going to solve this problem