python-cpp-html-programs-projects icon indicating copy to clipboard operation
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.

Results 31 python-cpp-html-programs-projects issues
Sort by recently updated
recently updated
newest added

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:...

good first issue
hacktoberfest
hacktoberfest-accepted

Create a Readme.MD file for explanation and a Cpp file with code

good first issue
hacktoberfest
hacktoberfest-accepted
hacktoberfest2023

Create a readme. md file for explanation and Cpp file for code

good first issue
hacktoberfest
hacktoberfest-accepted
hacktoberfest2023

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...

good first issue
hacktoberfest
hacktoberfest-accepted
hacktoberfest2023

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.)...

good first issue
hacktoberfest
hacktoberfest-accepted
hacktoberfest2023

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...

good first issue
hacktoberfest
hacktoberfest-accepted
hacktoberfest2023

Given a linked list such that it's edges are numbered as a1, a2, .... an. The linked list is as follows. ![image](https://user-images.githubusercontent.com/92152818/194896575-2cc1fd9b-c0f6-442c-81d6-02d99398a5ac.png) Then detect if there is a cycle in...

good first issue
hacktoberfest
hacktoberfest-accepted
hacktoberfest2023

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...

good first issue
hacktoberfest
hacktoberfest-accepted
hacktoberfest2023

I have solved the above issue if there are any issues please let me know.