Coders Packet

Listing of packets of source code submitted by coders

Anagram detection using Java

Java program to compare if 2 strings are anagram using sort() and equal() method. Two resembling strings are said to be anagram otherwise not .

SUDOKU GAME USING C++

Sudoku is a logic-based combinatorial number-placement puzzle. In this packet, the C++ programming language is used to solve the Sudoku game.

Log In System using C++

It is a Log In System using C++. It includes Registration and Login for non-existing and existing users respectively.

CV generator in Python using doc

This Python code is used to generate CV . By using this you can save your time to create your own CV , you can also make some changes in this code it will modify in your docx file .

Basic Operation on Binary Search Tree (BST) using C++.

In this article, we are going to learn Binary Search Tree and implementation of few operations on BST using C++ .

C++ code to convert input text into audio/speech

This code is written in the C++ programming language. This code accepts input as text and converts it into speech.

Virtual Assistant in Python

The virtual assistant named 'DBX' makes use of speech_recognition, pyttsx3, and pywhatkit python modules for listening, converting speech-to-text, and search for text on the web.

Playing with triangle of numbers in PYTHON

Printing patterns of triangles made with series of numbers using the fundamental concepts of PYTHON like print function and for loop only.

Coin Toss Program using C++

Building a Coin Toss program using the rand() function of the pseudo-random algorithm in C++

C++ implementation of Pattern searching in a string in an efficient way

This is a C++ code which helps in detecting a pattern in a given string in a very efficient way. It takes two strings as input. First input is the pattern and the next one is the string(Text).

Finding Square Root of a number without using Pre-defined function in C++.

In this article, we are going to learn how to find the square root of a non-perfect square number without using a predefined function in C++.

PingPong Game using HTML,CSS & JavaScript

A simple website to play Ping Pong game with animation, made using HTML, CSS, and JavaScript.