Coders Packet

Packets submitted by Shubham Deepak Kokane

Harshad Number Using C++

Harshad Numbers are those numbers where the number is divisible by the sum of the digits of the integer. Using C++, this concept is implemented.

Automorphic Number Using C++

Automorphic numbers are those numbers in which the unit's place of the square of a number is equal to the number itself. Similarly, using C++ the program is explained.

Anagrams Using C++

An Anagram is basically the arrangement of letters of another word irrespective of the order. The program is implemented using C++, shows how anagrams are generated.

Star Patterns Using C++

These Star Patterns using C++ are basically the application of Loops which are frequently asked in different recruitment drives, interviews, etc.

String Functions In C++

A string is a collection of characters. This C++ program elaborates on various inbuilt functions used to perform different string-related operations.

Menu Driven Sorting Techniques Using C++

This menu-driven program is implemented using C++ language, allows the user to select a particular sorting technique from the menu, and automatically the sorted result is generated to the user.