Coders Packet

Packets submitted by Srishti Dhaval Patkar

Weight Calculator on Different Planets using C++

This is a C++ programme to calculate your weight on different planets and also your weight on unknown planets or heavenly bodies if you enter their radius and mass.

Weight Calculator on Different Planets using C++

This is a C++ programme to calculate your weight on different planets and also your weight on unknown planets or heavenly bodies if you enter their radius and mass.

C Program for Implementation of Stack using Array

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.

Password Validation using C++

A C++ programme to check the strength of a password. A password must pass some criteria to be a strong password.

C++ programe for Tic-Tac-Toe

This is a C++ code for the popular game Tic-Tac-Toe. It is a two-player game. After the game is finished you can choose to start a new game or exit.

C program for implementation of a Stack using Linked List

This is a C program that implements the stack operations using a linked list. The program includes stack operations like push operation, pop operation, Display and Quit option.

C program for implementation of a Queue using an Array

This is a C program which implements the queue operations using an array. The program includes queue operations like Enqueue operation, Dequeue operation, Display and Quit option.