python-cpp-html-programs-projects
python-cpp-html-programs-projects copied to clipboard
This Repository is created to help fellow coders learn open source contributions. This Repository is created for Hacktoberfest 2023.
Given an array of size N. The task is to sort the array elements by completing functions heapify() and buildHeap() which are used to implement Heap Sort. Example 1: Input:...
Create a Readme.MD file for explanation and a Cpp file with code
Create a readme. md file for explanation and Cpp file for code
A deterministic environment is one where the next state is completely determined by the current state of the environment and the task executed by the agent. If there is any...
You are given an integer, . Your task is to print an alphabet rangoli of size . (Rangoli is a form of Indian folk art based on creation of patterns.)...
Hey! Everyone..Please Help me with my today's Leetcode problem. You are given the head of a linked list, which contains a series of integers separated by 0's. The beginning and...
Given a linked list such that it's edges are numbered as a1, a2, .... an. The linked list is as follows.  Then detect if there is a cycle in...
Given an unsorted array Arr of size N of positive integers. One number 'A' from set {1, 2,....,N} is missing and one number 'B' occurs twice in array. Find these...
I have solved the above issue if there are any issues please let me know.