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

Mirko is monitoring a construction site. He monitors buildings enumerated from to , starting from the left. For each building, he knows the current number of floors and the number...

good first issue
hacktoberfest
hacktoberfest-accepted
hacktoberfest2023

Hey? Everyone... Help me with this problem. Boleyn Su runs a company called Acme. There are N employees in the company, and each one of them is represented by a...

good first issue
hacktoberfest
hacktoberfest-accepted
hacktoberfest2023

Given two BSTs, return elements of both BSTs in sorted form. Example 1: Input: BST1: 5 / \ 3 6 / \ 2 4 BST2: 2 / \ 1 3...

good first issue
hacktoberfest
hacktoberfest-accepted
hacktoberfest2023

Sir i have added tic tac toe game in files, please marge this file in your repository.

BFS and DFS traversal of a graph are the most basic yet important technique of solving a graph problem. @anomekumar08 plz assign this issue to me.

good first issue
hacktoberfest
hacktoberfest-accepted
hacktoberfest2023

This is one of my first game code pull requests. Kindly merge it and add "hacktoberfest-accepted" tag to it.

Minimum number of jumps solved using C++

duplicate