N-Queen problem is an important problem that uses recursion and backtracking. It inputs the board size and gives the output where the queen can be placed in a 2d array.
In this Packet, we will learn about strtok() function in C++. The function is present in the cstring header file.
A Project Implemented in C++ in which a User can find the Weekday as per Input Date Given.
This project helps in finding the shortest paths using the Floyd-warshall algorithm. The project implementation is made in the C++ language.
It is a program to convert any decimal or Integer numbers to Word. It only accepts a valid decimal or integer number.
This is a Todo List application that can hold your todo Items. I made this using JavaFX and Java, It Can Hold, Short, Delete your data.
This is a Basic Snake Game project made by using Java Swing, AWT. I have also put the JAR File that you can Download and Enjoy the Game.
This Package in Python allows the user to keep track of the real-time Value of Gold and Silver.
Here, we get to know about how to add color to text and the background in C++. The header file for this command is windows.h or stdlib.h in C++.
Collection of C++ header files for ray tracing which can be used to create computer graphics involving metal surface, glass surface, dielectrics, rubber, light source etc.
Small "JavaScript Tawk Mini-chat" where the user/customer can send messages to the admin/holder of a particular website.
The full-blown dictionary functions provide Adding /searching/suggested words data elements inside the dictionary at a faster speed. The project implementation is made in the C language.