Srishti Dhaval Patkar

Srishti Dhaval Patkar

@srishtipatkar15

7 published packets
Joined Jan 2021

Published Projects

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.

Apr 26, 2021

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.

Apr 17, 2021

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.

Mar 20, 2021

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.

Mar 20, 2021

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.

Mar 17, 2021

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.

Mar 14, 2021

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.

Feb 09, 2021