In this Java program , we are able to obtain the information about the host, network, protocol and domain of the defined url.
This code is a simulation of a railway reservation/cancellation system, written by using multiple inheritance and functions in C++.
This project is about finding the winner in Tic-tac-toe game using C++. Tic-tac-toe is played by two players A and B on a 3 x 3 grid.
The Josephus problem (or Josephus permutation) is a theoretical problem related to a certain counting-out game using C++.
This is a C program that implements the stack operations using an ARRAY. The program includes stack operations like Push operation, Pop operation, Display and Quit option.
This program in C++ takes the input from the user and arranges it in ascending order using quicksort algorithm.
To find out the possible minimum difference of the height of shortest and longest towers after modifying each tower in C++.
Module to find the DFT and IDFT of sequences x(n) in MATLAB language without using Inbuilt functions.
This packet contains C# code for creating Web API for extracting countries and their capitals.
A C++ project to show the modern periodic table using a structure and other functions.
Code in Python compresses a .txt file into a .bin file where the compressed file is approximately 50% of the size of the original file. or decompresses the .bin to .txt file.
Program to convert Decimal number into Binary format and Binary number to Decimal format using C++. The Binary number describes numeric values by two separate symbols: 1 (one) and 0 (zero).